Advertisement
Guest User

DungeonQuest-Farm

a guest
Jun 25th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2. Player.Character.Humanoid.WalkSpeed = 100
  3. Player.Character.Humanoid.HipHeight = 7
  4. while wait(0.2) do
  5. for index, value in next, workspace:GetDescendants() do
  6. if (value:FindFirstChildOfClass("Humanoid") and value ~= Player.Character) then
  7. value.Humanoid.Health = 0
  8. end
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement