Hello! I`m trying to make a JoJo inspired game, but I cant seem to find the solution to this problem. Here is what I want to accomplish and what It turned out to be:
Clone a STAND model
Weld it to the player HumRP using WeldConstraints (I used Motor6D too, but no result) The Stand model now follows the player without the disturbance in the center of gravity and mass
Now here is what I get after trying to do as I stated:
The Stand clones flawlessly
The player cannot longer move and if you try to move, it just rotates in the same spot
I have a video for proof of the things mentioned
May you know or at least try and find the solution to this problem with me, please reply to this post!
I found the solution. I needed to delete the Humanoid from the model and replace it with an animation controller. Kinda stupid if you ask me but I guess it works now