Advertisement
Danim7778

Untitled

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