Instance
Function
Description
new(ClassName: string, Parent: Instance) -> Instance
This function creates a new instance of the specified class and returns the created object. It requires two arguments: the class name and the parent instance.
Last updated