i have set up a for i= 1... loop in a function, so that the loop is beeing called. Somehow after the loop is beeing broken bcc of a intended other factor, the next time it get's called 2 loops are beeing played.
this is the code:
ReplicatedStorage.wait.Event:Connect(function()
for i = 1, disasterTime do
wait(1)
print(i)
if i == disasterTime and fix == false then
Skip = true
end
if fix == true then
fix = false
break
end
end
end)
** You are now Level 3! **