This article is tagged with:
Roblox boolvalue
and lua
roblox boolvalue
local test = false
local test2 = true
if test == test2 then
print('Test is Test2')
end