Bool: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker fix color, link, catup... |
>Mindraker fix color, link, catup... |
(No difference)
|
Revision as of 10:17, 3 September 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.