Lua Help: Difference between revisions
Replace the Scripting Helpers link with links to Discord servers that will help you with old Roblox scripting |
Add the 2 orphaned terrain gen tutorials |
||
Line 65: | Line 65: | ||
{{CatList|How to Make Conveyor Belts|How to Make Conveyor Belts|Parts that move other parts.}} | {{CatList|How to Make Conveyor Belts|How to Make Conveyor Belts|Parts that move other parts.}} | ||
{{CatList|How to Make Ramps|How to Make Ramps|Using [[CFrame]] to rotate parts.}} | {{CatList|How to Make Ramps|How to Make Ramps|Using [[CFrame]] to rotate parts.}} | ||
{{CatList|Terrain_Generation|Terrain Generation|Generating non-random terrain mathematically.}} | |||
{{CatList|Random_terrain|Random Terrain|Generating unique terrain randomly.}} | |||
{{TitledBox/end}} | {{TitledBox/end}} |
Revision as of 03:28, 26 April 2023
Making your maps do crazy things
Lua (not "LUA") is a simple programming language that is used in Roblox to add in customized content, like cars that drive, weapons, planes, random terrain, and whole games, and much more!
This page provides tutorials to help users to learn Lua.
There are often multiple tutorials on the same subject, so if you don't understand something in one of them, try another!
If you still don't understand something, you can ask in the Roblox Client Search Discord server or the Novetus launcher Discord server. Note that you're more likely to get an answer if you ask a specific question, and that if you have a problem with a piece of code, posting the code (using multi-line formatting) really helps people to find what the problem is. Messages just asking "How do I script?" or "Make me this" are usually ignored.