Main public logs

From ROBLOX Wiki
Jump to navigationJump to search

Combined display of all available logs of ROBLOX Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:31, 11 December 2024 PRG talk contribs created page FindFirstChild (Function) (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...")