RedoGaming

HAT REMOVER

Sep 3rd, 2020
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  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