-- OPEN SOURCE Ultimate Wormhole Mastery Farm By CloudHub111 _G.Cooldown = 0 -- Min 0 - Max inf while true do if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then break end -- Too Lazy To Add Button Turn Off Auto Farm So I Use This Script Instead local args = { [1] = Vector3.new(0, 0, 0) } game:GetService("ReplicatedStorage"):WaitForChild("WormholeTP"):FireServer(unpack(args)) game:GetService("ReplicatedStorage"):WaitForChild("WormholePlace"):FireServer() task.wait(_G.Cooldown) end