Booleans

Booleans are true or false values. A example is provided below.

local Hi = true

This code is making the variable Hi and making the value of the variable true, which is a Boolean. Booleans are VERY helpful later on.

Last updated