fufunny1

KILL ALL BASE RAIDER

Jun 1st, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. while true do
  2. wait()
  3. for i,v in pairs(workspace:GetChildren()) do
  4. if v.Name ~= game.Players.LocalPlayer.Name and v:FindFirstChild("Head") and v:FindFirstChildOfClass("Tool") then
  5. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame+Vector3.new(0,5,0)
  6. v.HumanoidRootPart.Anchored = true
  7. game:GetService("ReplicatedStorage").WeaponScripts.Events.MeleeDamageEvent:FireServer(workspace[game.Players.LocalPlayer.Name], v, 17, v.Head)
  8. end
  9. end
  10. end
Add Comment
Please, Sign In to add comment