roblox hat remover with whitelist --How to make a Hat Remover Script --Credit: OwenBLOXs YouTube @ https://www.youtube.com/channel/UCZYzTtIPHGvMGkHOhR2WQQA?view_as=subscriber, and RBX: xXTimeZeroXx --This goes into the Script function onTouched(hit) local d = hit.Parent:GetChildren() for i=1, #d do if (d[i].className == "Accessory") then d[i]:remove() end roblox hat remover with whitelist How to get it? roblox hat remover with whitelist end end script.Parent.Touched:connect(onTouched) --Tip: If you're making a custom character and you want to remove the hats so it doesn't get in your way, place the Script into the SpawnLocation. This makes it so that players spawn without hats/accessories. roblox hat remover with whitelist