if condition and condition roblox studio code example
Example: if condition roblox studip
if 25 > 100 then
print("25 is greater than 100")
elseif 25 > 50 then
print("25 is greater than 50")
elseif 25 > 10 then
print("25 is greater than 10")
end