Advertisement
iMeanOk

Untitled

Nov 12th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. wait(0.1)
  2. Player = game.Players.LocalPlayer
  3. Pcf = Player.Character.HumanoidRootPart.CFrame
  4. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  5. if v.Name ~= Player.Name then
  6. local i = 10
  7. repeat
  8. wait()
  9. i = i-1
  10. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  11. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  12. until i == 0
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement