Why Should I Learn How To Script On Roblox? [Solved]

Answer (1 of 3): You should learn how to script because scripting is the foundation of making a game on Roblox. Without scripting, it would be very hard to make a good Roblox game. Scripting also teaches you how to think like a game programmer.

If you’re adamant about learning how to script on Roblox (very sure you want to learn), I’d advise you to make small adjustments to your environment that prevent any distractions. For instance, if you check your phone a lot when it isn’t necessary, you can move it to another room or place it somewhere that takes slightly more effort to get to.

Learning Roblox scripts is one of the easiest ways to get into coding for kids! Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts—a popular scripting and programming language. This script carries the same general features as other common programming languages, like Java.

Taking inventory of your own skills and limitations is absolutely vital, as it will help you better map out a pathway to success using Roblox scripts and how to make a game on Roblox. What to Do First and foremost, you need to code.

Remember, Roblox Lua uses the same writing system as English; it is read left to right, top to bottom. Therefore, the script won't know what "car" is until it reaches line 2. Line 1 will break. Note that variables cannot be accessed from other scripts. The .new() Constructor. Earlier, I left you hanging on how to set colour values.