hat remover script roblox whitelsit --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 hat remover script roblox whitelsit How to get it for free? hat remover script roblox whitelsit 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. hat remover script roblox whitelsit