Clone (Function): Revision history

From ROBLOX Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 December 2024

  • curprev 12:2812:28, 11 December 2024 PRG talk contribs 762 bytes +762 Created page with "{| |<onlyinclude> {{Function| name = Clone |arguments = |returns = Instance object |description = Returns a copy of this Object and all its children. The copy's Parent is nil |object = Global |}}</onlyinclude> |} ==Example== <pre> while true do --Starts up a While loop model = game.Workspace.Model:clone() --Right here, it creates a copy of game.Workspace.Model, and sets it as the variable "mode..."