H4cksandGlitch3s

Madcity Script

Dec 26th, 2021 (edited)
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. game:GetService("ReplicatedStorage").RemoteFunction:InvokeServer("SetTeam", "Police")
  2. wait(.75)
  3. game:GetService("RunService").RenderStepped:Connect(function()
  4. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  5. if v.Name == "Handcuffs" then v.Parent = game:GetService("Players").LocalPlayer.Character
  6. end
  7. end
  8. game:GetService("ReplicatedStorage").Event:FireServer("Eject", game:GetService("Players").LocalPlayer)
  9. end)
Add Comment
Please, Sign In to add comment