FindFirstChild (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:3112:31, 11 December 2024 PRG talk contribs 1,147 bytes +1,147 Created page with "{| |<onlyinclude> {{Function| name = FindFirstChild |arguments = String '''Name'''[, Bool '''recursive'''] |returns = Instance ''found object'' |description = Returns the first child found with a name of '''Name'''. Returns ''nil'' if no such child exists. |object = Global |}}</onlyinclude> |} ==Example== <pre> while true do --Starts up a While loop found = game.Workspace:FindFirstChild("Bri..."