Basically what I am trying to do is when you click the hair, it will place the hair on the dummy for character customization purposes. However, when I do so it puts the characters hat, and floats it above the head. This is very annoying and I’ve been working on this for about 3 hours with no resolution. I figured I could come here and ask for help. Any tips I’d be thankful!
A little off-topic, but it would be a lot more easy to work with if you had supplied the raw code instead of a screenshot, this could of been done via something like pastebin, download, or directly in discourse like so:
```lua
function example()
print("Hello world")
end
```
I had to painstakingly write the code from the screenshot, not fun. Anyways, this seemed to be happening at random to me, but it was working correctly 100% of the time when I moved h.Parent to the bottom.
Now, doing this all programmatically seems like a lot of work, there could be other ways of handling this!
2 Likes
Thank you, and I’ll make sure I do that next time lol