Advertisement
CROSNOF

Dungeon quest insta kill an speed

Dec 6th, 2019
6,942
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. --U need to execute the script then run on to the monsters
  2.  
  3.  
  4.  
  5. local Player = game.Players.LocalPlayer
  6. Player.Character.Humanoid.WalkSpeed = 100
  7. while wait(0.2) do
  8. for index, value in next, workspace:GetDescendants() do
  9. if (value:FindFirstChildOfClass("Humanoid") and value ~= Player.Character) then
  10. value.Humanoid.Health = 0
  11. end
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement