Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Hair isn't positioned correctly?

Asked by
bluzorro 417 Moderation Voter
5 years ago

I'm trying to make a character creation system for my game. Everything works fine, except the hair. Whenever I change the hair by pressing the left/right arrow, the hair floats above the character's head.

01-- server script
02 
03local hairs = {
15    ""
View all 47 lines...

In-game: link Sadly, it only works for the default hair that you get in the customization. How should I make it so that the hair gets positioned correctly on the player's head?

1 answer

Log in to vote
1
Answered by 5 years ago
Edited 5 years ago

Change the accessory position or offset the mesh

0
i'll let you know if it works. i'm currently modifying offset via script. bluzorro 417 — 5y
Ad

Answer this question