Bool: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker
fix color, link, catup...
>NXTBoy
Flipped redirect
 
(48 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{CatUp|Properties}}
#REDIRECT [[Boolean]]
 
A Bool, or Boolean Value is a <b>true</b> or <b>false</b> value. In Lua, either the value is <b>true</b>, or it is <b>false</b>/<b>nil</b>. When trying to change this value in code, use a <b>true</b> or a <b>false</b> variable.
 
These variables show up as a checkbox in the Properties window. <b>True</b> is a checked box, <b>false</b> is an unchecked box.
 
== See Also ==
 
[http://www.lua.org/pil/2.2.html Programming in Lua 2.2: Booleans]
 
[[Category:Properties]]

Latest revision as of 15:28, 10 July 2011

Redirect to: