This article is tagged with:
Roblox if statement
and lua
roblox if statement
local test = 1
if test > 4 then
print('Test is greater than 4')
end