Hello, I have a question, is it possible to create the system like in Payday
that you press a button and then you put on a mask(or any accessorie)? If this would be possible to do in Roblox, then it would be cool if you could help me: smiley:
Sure, you’d create a localscript on the client that listens for a key pressed event, check if it’s the key you’re waiting for, and execute code to equip the mask. The mask can be invisible somewhere or unrendered but set to visible when you equip it. You could animate the motion of putting it on and then attach it to the players’ head like an accessory, though you might want to have one mask for animating and one mask to actually be the hat.