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!
How do i freeze player midair without anchoring
What is the issue? Include screenshots / videos if possible!
I want to freeze player midair, but i can figure out how to do it
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
ive tryed align position and align oriantation
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.
I am not 100% sure what you are trying to achieve, but there are two ways I can see you doing this.
The first way is creating a script that constantly locks the characters position where you want to character frozen. The downsides of this are that you would have to disable to locking script in order to let your character move and it could cause some unstable visual effects depending on how you pull this off.
The second way is applying a vector force on the that counteracts all movement.
If you just want to make the character float like a zero gravity effect you can provide a vector force on the y-axis that perfectly counteracts gravity. This method will still allow the character to be moved but not by gravity.
As for the anchoring causing you to go a few studs behind where you were, this could be caused by latency between the server and the client, but I would need more context to say.