Lua Help: Difference between revisions
Replace the Scripting Helpers link with links to Discord servers that will help you with old Roblox scripting |
Link the DHTML page here! |
||
(One intermediate revision by the same user not shown) | |||
Line 30: | Line 30: | ||
{{TitledBox/subheading|Introductions to Concepts}} | {{TitledBox/subheading|Introductions to Concepts}} | ||
{{CatList|DHTML|Using DHTML|Example of DHTML, a 2007 feature letting you display webpages during gameplay (before GUI was added in 2009).}} | |||
{{CatList|Beginner's GUI Tutorial|What are GUIs?|This very in-depth guide explains what GUIs are.}} | {{CatList|Beginner's GUI Tutorial|What are GUIs?|This very in-depth guide explains what GUIs are.}} | ||
{{CatList|Introduction to Weapons|Intro to Weapons|An intro into the scripting of Weapons in Roblox.}} | {{CatList|Introduction to Weapons|Intro to Weapons|An intro into the scripting of Weapons in Roblox.}} | ||
Line 65: | Line 66: | ||
{{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}} |
Latest revision as of 06:13, 30 October 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.