Nova355killer

MadCity xp farm

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