if Point >= 1 then print("OhYay") elseif Point < 1 then repeat until Point >= 1 end
why does my game crash? should i add a wait after the repeat until point?
use this:
repeat wait() until Point >= 1