Scripting Edit History Talk1 2,757pages on this wiki Category page Sorting type: Most visited Most visited Alphabetical Recently edited | This page shows all about scripting, and also gives helpfull tips when scripting. Pages in category "Scripting" Newbie's Guide to Scripting Roblox Studio “ On ROBLOX, a script builder is a game where people can program in Lua (ROBLOX's programming... Script Builder How to make custom gear “ Clones an object and all children, returns the cloned object. Example: c ... Clone “ This function finds the first child of an object with the given name. It is useful when you want... FindFirstChild “ Creating a leaderboard is a fairly simple process. Create a script in the Workspace and put in... Tutorial:Leaderboard “ This scripting tutorial will teach you about how to script at an intermediate level, firstly, as... Intermediate Guide to Scripting “ Bytecode is a set of machine-readable instructions: it's what the computer executes, after code... Bytecode Motor “ IsDescendantOf is a member function of Instance used to determine whether or not the provided... IsDescendantOf “ ClickDetector is used to make an object able to be selected, and if applied, perform an action... ClickDetector Damage “ A service in which animations can be applied to characters' (game.Players.Player.Character... Animation “ This class stores boolean values, in other words: true or false. Boolean values can be used in... BoolValue “ A LocalScript is a type of script that runs on the Player's Client and not on the Server. These... LocalScript Back 1 2 3 Next