local repstorage = game:GetService("ReplicatedStorage") local player = game:GetService("Players").LocalPlayer local backpack = player:WaitForChild("Backpack") local character = player.Character or player.CharacterAdded:Wait() local humanoid = character:WaitForChild("Humanoid") local packages = repstorage:WaitForChild("Packages", 5) local net = packages and packages:WaitForChild("Net", 5) if not net then return end -- FUNCTION local use = net:WaitForChild("RE/use", 5) local tp = net:WaitForChild("RE/cloner/Ontp", 5) if not use or not tp then return end local cloner = backpack:FindFirstChild("Quantum Cloner") if cloner then setfflag("WorldStepMax", "-9999999999") task.wait(0.2) use:FireServer() task.wait(0.2) tp:FireServer() task.wait(2) setfflag("WorldStepMax", "-1") end