mavythegamer

Auto arrest

Jun 6th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2. wait(0.5)
  3. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  4. repeat
  5. wait()
  6. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  7. until v.Team.Name ~= "Criminal"
  8. end
Add Comment
Please, Sign In to add comment