+ 1
How to learn lua? For roblox
I'm wanting to learn lua for Roblox but sololearn doesn't have lessons for that pls help
2 Respostas
+ 3
I taught myself Lua using the ComputerCraft mod for Minecraft. Could be used as a starting tool.
+ 2
Im pretty sure the corporation posted a series of videos showing the basics. You can read open source models on the site: www.roblox.com
NOTE: ROBLOX Lua is different than normal Lua 5.1, as they have changed some of the syntax to make it easier to learn for kids.
I wouldn’t use something that teaches you normal Lua 5.1, but something that specifically says its in ROBLOX syntax. The majority of learning to develop on roblox is learning the functions specific to ROBLOX Studio, such as effects and onClick events.
Books help too!