Createok

FE Block Hat

Dec 6th, 2018
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2. if (v:IsA("Accessory")) then
  3. v.Handle.Mesh:remove()
  4. end
  5. end
Add Comment
Please, Sign In to add comment