Bool: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker m link |
>Mindraker m link |
(No difference)
|
Revision as of 23:42, 4 October 2008
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.