Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

game:GetService("ReplicatedStorage").

RemoteFunction:InvokeServer("SetTeam",
"Police")
wait(.70)
game:GetService("RunService").RenderStepped:Connect(function()
for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
if v.Name == "Handcuffs" then v.Parent =
game:GetService("Players").LocalPlayer.Character
end
end
game:GetService("ReplicatedStorage").Event:FireServer("Eject",
game:GetService("Players").LocalPlayer)
end)

You might also like