Adding A Hat With A Script

Hello!

I’m basically trying to give myself a hat via a script. How do I do it? (Check the screenshot to see what kind of method I’m going for)

I’ve tried …

local Head = PathHere
local Hat = PathHere

Hat.Parent = Head

It did parent the hat to the head but didn’t position it.

1 Like

First, where screenshots
Second, use weld and CFrame for it.

1 Like

Forgot the screenshot, here it is.

Just parent it to the character and it should get positioned automatically.

1 Like

Oh wait true I forgot. I thought I was supposed to parent it to the head, thank you!

Ok so i have many methods.
First of all. Look how accessories working on player. They have attachments.
Second, as i said use weld and CFrame. It would be more useful to make angles and etc.

1 Like