You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
I want to make my and enemies character move when using the move
What is the issue? Include screenshots / videos if possible!
Nothing works
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I tried using linearvelocity, vector force, bodyvelocity and assemblylinearvelocity
I have this example of a move that has similar thing i want to use https://youtu.be/BQuLYdeYVyY?si=7RYALl3cTCKrXqka
I’m not exactly sure, but maybe when using BodyVelocity, you should decrease the velocity as the character comes to a stop, maybe with like a for I = loop. This might be hard to read, and I’m sorry about that.
any type of velocity works, but you have to make sure to make it slow down as it comes to an end. with linear velocity you can tween it (i think) but with bodyvelocity you have to use a for loop, like the person above said. im not familiar with the other body movers but im pretty sure assemblylinearvelocity or vector force arent fit for this kind of velocity, as one applies instant force, and the other continues applying force, which wouldnt work too well with this