I Need Learning Help


So im learning Lua and i want to learn LuaU. What would you reccomend I use/need to learn LuaU?

2 Answers

1 year ago by

Start with the basics

If you're just starting and don't know any lua you should start with basic syntax. If statements, loops, functions, variables, etc. Lua has their official website which you can find here. Their official website has everything you need to see syntax. And since you are on onecompiler you can test everything in an online compiler enviroment instead of downloading an lua compiler to test basic syntax.

Roblox Engine Documentation

After you learn the lua basics you then can just get started. I already know javascript so in my exspirence I just went straight to roblox studio and used my very limited knowledge and lua's official website to guide me. You can go here for roblox's engine documentation. It gives great examples and is easy to understand as the entire Roblox engine is made for kids to use.

When I first used it I made an simple test game for testing roblox's scripting engine. I would recomend the same from my expirences, it doesn't have to be anything serious.

Hope you have fun, happing coding!

if day == bad then
  keepCoding();
  future = "bright";
  print(`Your future is {future} if you keep trying, even if it seems like it's to hard to do.`)
end;

1 year ago by LOL

@LOL Thank you so much for this learning opportunity. I hope you have fun coding and have a great time!

1 year ago by Dryden