Show Menu
Cheatography

Roblox Scripting Cheat Sheet Cheat Sheet (DRAFT) by

Lua Language Scripting Cheat Sheet For Roblox

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Operators

Symbol
Operation
Example
+
Addition
2 + 3 = 5
-
Subtration
5 - 2 = 3
/
Division
8 / 2 = 4
-
Unary Negation
-(20) = -20
^
Expone­nti­ation
5 ^ 3 = 5 5 5 = 125
%
Modulus
11 % 3 = 2
*
Multip­lic­ation
5 * 2 = 10
See Roblox Wiki for more info.
 

Strings

String Type
String Name
Example