Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

is there any way to make a bodyposition move someone up from their current position?

Asked by 5 years ago
Edited 5 years ago

what i mean is instead of moving to all 3 of the coordinates, the player/brick goes in the upward coordinate only instead of the other coordinates

1 answer

Log in to vote
1
Answered by 5 years ago

BodyPosition.MaxForce = Vector3.new(0,SOMEFORCEYOUWANT,0) will take care of you brother.

What does that mean? That means BodyPosition will not force part in X and Z coordinates and only will force in Y axis.

Ad

Answer this question