Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. for i,v in
  2. pairs(game:GetService('Players').LocalPlayer.Character:GetChildren()) do if v:IsA("Accessory") then v.Handle:FindFirstChildOfClass("SpecialMesh"):Destroy()
  3. end end
  4.  
  5. wait(0.1)
  6.  
  7. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  8. if (v:IsA("Accessory")) then
  9. v.Parent = workspace
  10. end
  11. end
  12.  
  13. wait(0.1)
  14.  
  15. local LocalPlayer = game:GetService("Players").LocalPlayer
  16.  
  17. LocalPlayer.Character:FindFirstChild("Humanoid").Health = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement