PR0J3CT11

Untitled

Aug 16th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. for i,v in next, game:GetService('Players').LocalPlayer.Character:GetChildren() do
  2. if v:IsA('Accessory') then
  3. v:Destroy()
  4. end
  5. end
Add Comment
Please, Sign In to add comment