Advertisement
pakin2549

Untitled

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