whats wrong with this? lol i kinda fail
while true do
if script.Parent.Parent.Owner.Value == 1 then
wait(2)
script.Parent.Value = script.Parent.Value +1
elseif script.Parent.Parent.Owner.Value == 2 then
end
elseif script.Parent.Parent.Owner.Value == 3 then
end
end
i also did this:
while true do
if script.Parent.Parent.Owner.Value == 1 then
wait(2)
script.Parent.Value = script.Parent.Value +1
end
end
but when i did that if the value was anything besides 1 it froze so i jsut need it so that even if the value isnt 1 it wont freeze
|