How to Equip Accessories on Touch
Download – Equip Script
How To – Equip Tools Accessories on Touch in Roblox Studio
What’s up everyone welcome to buzzygames, my name is BuzzyGamesBeth and today I’ll be teaching you how to equip accessories on touch!
- Anytime we touch a part, we’ll get some kind of accessory. I have this doge santa hat right over here that I want to equip. What I’m going to do is create a duplicate of this accessory, and I’m going to drag it inside of server storage. Rename it to whatever you want, I’ll be renaming it to hat.
- I want to add a part inside of my workspace so that anytime I touch that part, I’ll equip that hat. Inside of this part, I’ll be adding a script. Delete your print statement, we don’t need it at all.
- Inside of the script, we have our variable which is referencing our hat inside of server storage. Now we have a function where hit is our parameter, so anytime a player touches that part, if they don’t have that hat just yet, then it’ll create a clone of that hat which you’ll be able to equip.