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
Znimator
(znimator)
June 30, 2020, 12:20pm
#2
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!
Znimator
(znimator)
June 30, 2020, 12:22pm
#6
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