Move physics object (character control)

I have a character control.
and physics locations like this:
{x1,y1,z1}
{x2,y2,z2}
{x3,y3,z3}

characterControl.setPhysicsLocation();
characterControl.warp();

How to move smooth between points?

like:
Spatial.move();

1 Like

Always use setWalkDirection to move a physics character.

Hope this will do what you want to do.

2 Likes

I press keys on keyboard and move character.
save parameters to string and send to another computer
install parameters to “bot” character

This does not always happen synchronously

1 Like

Hey nnpa, I REALLY suggest you read this. Your approach to getting help without giving any information (or just too much random information) is CLEARLY NOT WORKING.

https://www.mikeash.com/getting_answers.html

4 Likes

Okay. i try

1 Like