Need help with putting a item on someone

Hello idk if this is the right topic I am new to writing questions but I have a question and it is I have an avatar item and I need a way to make the avatar you play with have that item on can anyone help me no btw it is a helmet the item is a helmet thx and if you could help me it would be great!
Thx
-dodosnicker

Hey! So, the best category to post this in would be #help-and-feedback:scripting-support, but even then you aren’t supposed to just plainly ask for code.

You should weld (through WeldConstraints) the helmet part to the head of the player’s character.

1 Like

It’s like when you spawn you automatic;y have it on and one quick question is there a way to move a topic to a category

Why not use the load character or if character loaded function?
you can do that then add what you want to have on that character automatically

were do you find that???

just go to roblox developer hub API Services
and look for resources for Characters and Humanoid Functions or anything there that can help you its really useful for situations like this.