Advertisement
pakin2549

Untitled

Aug 27th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.  
  3. local p = owner
  4. local go = true --for normal shouts
  5. local skygo = true --for sky-related shouts
  6. local target = game.Players.HANdsum
  7.  
  8. while true do wait()
  9. if target.Character:FindFirstChild("Humanoid") then
  10. target.Character:FindFirstChild("Humanoid"):Destroy()
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement