Hi
I can't find anything when I google this.
I add a sword to my map. When my player grab the sword the character flips upside down. If I add different swords from the toolbox my character flips in different positions. Anyone knows why this happens?
My output have no errors.
It's probably because the part inside of your Tool
is Anchored
. If you anchor your part, the player will flip towards it, since it can't move.
I had a same problem. My issue was that the Handle had a Weld inside of it, I deleted the weld and the tool was free! I'm pretty sure that just the Handle was just attached so you have to delete the weld.