Returns the first child of the Instance found with the given name. FindFirstChildOfClass(className : string):Instance Write Parallel Returns the first child of the Instance whose ClassName is equal to the given className. FindFirstChildWhichIsA(className : string,recursive : bool):Instance Write ...
Calling Clone() directly on an instance will return nil if that instance is not Archivable.Copying an object in Studio using the Duplicate or Copy/Paste options will ignore its own Archivable property and set Archivable to true for the copy.local part = Instance.new("Part") ...