Advertisement
TheRealAK47

SpamTPArrest

Dec 20th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. function ByeBye()
  2. for i, v in pairs(game.Teams.Criminal:GetPlayers()) do
  3. for i=1, 15 do
  4. wait(0.2)
  5. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  6. end
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement