Bool

From Legacy Roblox Wiki
Revision as of 10:17, 3 September 2008 by >Mindraker (fix color, link, catup...)
Jump to navigationJump to search

A Bool, or Boolean Value is a true or false value. In Lua, either the value is true, or it is false/nil. When trying to change this value in code, use a true or a false variable.

These variables show up as a checkbox in the Properties window. True is a checked box, false is an unchecked box.

See Also

Programming in Lua 2.2: Booleans