Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. ]]
  2. _G.YEET = true
  3.  
  4. while wait() do
  5. if _G.YEET then
  6. for _, v in next, game.Players:GetPlayers() do
  7. if v.Team.Name == "Criminals" then
  8. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  9. if not workspace.ObjectSelection:FindFirstChild(v.Name.."'s Vehicle") then
  10. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  11. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack:FindFirstChild("Tazer"))
  12. for i = 1, 10 do
  13. game.ReplicatedStorage.Event:FireServer("TAZ", v.Character.HumanoidRootPart)
  14. end
  15. end
  16. end
  17. end
  18. end
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement