Hi,
I made a game for people to learn how to script:
https://www.roblox.com/games/1432937662/ROBLOX-Learn-To-Script-BETA#!/about
I update it whenever I have the chance to, if you have any suggestions or feedback, let me know!
Have fun,
G_han
Hi,
I made a game for people to learn how to script:
https://www.roblox.com/games/1432937662/ROBLOX-Learn-To-Script-BETA#!/about
I update it whenever I have the chance to, if you have any suggestions or feedback, let me know!
Have fun,
G_han
Pretty cool! Like it. Know what? Would be cool if you use loadstring for teaching. I mean, for example, someone writes on the command bar print("Hiya!") and you use the loadstring function to execute it adding a return before it and check what it returns! For example: loadstring("return " .. TheTextThePlayerWroteGoesHere). Would be noice!
PD: Much better than this sh... https://web.roblox.com/games/1228359352/Developer-School-Building-and-Scripting-tutorials#!/about
One of the best how to script games I have ever seen!
Keep working on it, and if you can, add an option to skip through the text being typed in, like @TheAlphaStigma said.