how to check if number is not less than in roblox code example
Example: roblox if statement
local test = 1
if test > 4 then
print('Test is greater than 4')
end
local test = 1
if test > 4 then
print('Test is greater than 4')
end