Getting Accessories

where is Outside the dev forum huh

ok Ping#0349

anywhere like social media or maybe discord

The dc if you want to message something

please accept it now, Iā€™ve sent you friend request

what dc name i dont know, i have 2 friend request, what do i acceot

is you name ā€œMattTdSGaming2020ā€

We donā€™t really care about the accessory name honestly, you can just do this

local Player = game.Players.LocalPlayer
local Character = Player.Character

for _, Child in pairs(Character:GetChildren()) do
    if Child:IsA("Accessory")then
        Child:Destroy()
    end
end