Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you refer to a number through a number in roblox? like Value = 1 through 20

Asked by 4 years ago

I'm trying to a if then line for a number value, like for example: If Value = 1 through 100 then Please Help

1 answer

Log in to vote
0
Answered by 4 years ago

Hope this helps

if Value >= 1 and Value <= 100 then
    -- do stuff
end
Ad

Answer this question