Bool: Revision history

From ROBLOX Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 December 2024

  • curprev 00:1300:13, 11 December 2024 PRG talk contribs 1,210 bytes +1,210 Created page with "{{CatUp|Properties}} == Introduction == 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. == Examples == <pre> x = true print(x) Will result in: true x = true print(..."