Advertisement
JacobRoblox

Untitled

Mar 17th, 2022
1,600
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(.70)
  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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement