sonmol

Arrest all Jailbreak Script

Apr 1st, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local loc = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  2.  
  3. local list = game:GetService('Teams').Criminal:GetPlayers()
  4.  
  5. wait(0.5)
  6.  
  7. for i,v in pairs(list) do
  8.  
  9. repeat wait()
  10.  
  11. loc.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1) until v.Team.Name ~= 'Criminal'
  12. end
Add Comment
Please, Sign In to add comment