How can i make a hat giver that will work with any hat? (like a universal hat giver)
It depends how you want to approach it.
You can import a few accessories and use :AddAccessory on the humanoid, or you can use InsertService to insert the hat with a given ID.
1 Like