Advertisement
Guest User

Auto Arrest By: Brandon_Craft

a guest
Jan 22nd, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. --How to work:
  2. --take out your handcuffs
  3. --inject this all in (click execute)
  4. --and it will tp you to every criminal, now just hold "e" to arrest them.
  5. --warning this stops after a few criminals and you have to execute again!
  6. --created by: Brandon_Craft
  7.  
  8. local loc = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  9. local list = game:GetService('Teams').Criminal:GetPlayers()
  10. wait(0.5)
  11. for i,v in pairs(list) do
  12. repeat wait()
  13. loc.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1) until v.Team.Name ~= 'Criminal'
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement