Advertisement
Guest User

Dupe Script

a guest
Sep 3rd, 2021
3,987
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. local hum = player.Character:WaitForChild("Humanoid")
  3. local tool = player.Character:FindFirstChildOfClass("Tool")
  4. hum.Health = 0
  5. wait()
  6. tool:Activate()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement