Currently, I’m making a crate system where I can place object into the crate. I can pick it up, drop it, whatever.
I’m having a weird issue though, when I pick it up and place it back down, when a player stands on it they start spinning, which takes about 4 seconds to make an entire rotation, counter clockwise. Doesn’t matter where the crate is facing, the player rotates.
I need to know how to fix this since, for the game I’m working on, you have to stand on the crates.
If anyone looking at this needs more information when it comes to the scripting or how the tool is set up, please let me know. Thank you