How would I weld and position a hat to a players head?

Sorry for the late response. That’s not what I meant when I told you to weld everything. You need to weld all the parts in the model together first. Then, you can use AddAccessory() to make your character wear the whole model.

Also for future reference, the Part0 and Part1 properties of WeldConstraints should be parts, not CFrame vales. :slight_smile:

1 Like

ok thanks for that I will let you know if I have any problems

it also says that it has to be a valid accessory (but I think I figured it out) Thanks!

Here is an article that helps:
https://developer.roblox.com/en-us/api-reference/function/Humanoid/AddAccessory

4 Likes