I’ve been having an issue getting a tool with 2 wands to operate independently of each other. I have tried Motor6D, but I can not get it to work correctly as I am not highly familiar with Motor6D.
For context, the goal is to have a list of animations for when a player opens up the tool and the relative animation will play. The tool is a ground crew wand that the GC worker will use.
I manage to get it to work using the AnimationEditor through deleting the weld holding the 2 wands together, and creating a weld between the handles and the arms, but when I attempt to use the animation in game, the main wand simply falls and seems to have no part in the tool, while the main wand will work, but it will not animate.
This unfortunately didn’t work, do you have any other ideas? I added print statements throughout the script to see where it may be going wrong, and it went through all just right.
That unfortunately didn’t work. Is there anything specific I should do for it? I tried both local and server script.
I added some print statements to try and see where it goes wrong, and it seems like it doesn’t even run?
EDIT: After messing around with it, the print statements started to show, signalling that the script was running correctly, but it didn’t fix the issue
Do you by chance have any other ideas??
EDIT2: I have been messing around and editing the script slightly, and instead of the wand welding to the hand, it’s the other way around, and the arm comes off of my player onto the tool and it’s in the middle of the arm rather than the end (Working with R6)
Hey! That didn’t work quite how I needed it to; however, I did manage to create a script that operates like expected.
One issue I am facing now is trying to get a running animation to stop and reset to the default player idle animation when the tool is equipped. By running I mean the animation is actively moving the character. Do you have any ideas why this may be happening?