auto rebirth local args = { [1] = "Beginner Egg", [2] = -math.huge } while true do wait(0.1) game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Egg"):InvokeServer(unpack(args)) game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Rebirth"):FireServer() end ------- Inf money local args = { [1] = "Shipment Egg", [2] = -math.huge } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Egg"):InvokeServer(unpack(args))