Hi. I am currently working on a JoJo game as a side project, and I’m having troubles with how the stands stay with the player.
I was previously using CFrames to make sure the Stand stay with the players, but quickly realized that it was too hard to make things work correctly.
Now I am trying to use animations to move the stand freely around the player, but no matter what I do, the Stand model stay on the player root part’s position everytime.
the model was supposed to move around the player, while its root part is welded to the player (moving the lower torso since its the root for every other part of the rig)
Oh sorry, it’s just you worded it like you were willing to try with both methods, because you tried CFrame and it was too hard, but you never said you wouldn’t use it.
it was hard to make extra things using CFrame. I don’t want extra animations to take too much space within code, and it would definitely take way more time