Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

What are the most commonly used commands in Lua?

Asked by 10 years ago

I'd like to know the commands for Lua. I already know functions, Connectives, and variables. But what about values, commands for connectives, commands for functions. Possibly other things I don't know about :P.

0
Are you referring to keywords? OniiCh_n 410 — 10y
0
Like, "Touch" "MouseClick". I assume keywords, yes killerthedemon 14 — 10y

1 answer

Log in to vote
0
Answered by 10 years ago

Each instance has it's own events (proper name of your "commands") but here is a complete link written by the ROBLOX wiki staff: ( http://wiki.roblox.com/index.php/Category:Events ) note like I said earlier each Instance has it's own set of events so .MouseEnter which is used for GUIs would not work for a Part. I recommend reading the wiki to see what each Instance has for it's events.

Ad

Answer this question