I'm trying to make a moving platform with BodyPosition, however it keeps on rotating around.
Is there any way to lock it's CFrame in place as well so it doesn't change it's orientation?
There doesn't seem to be any documentation on BodyGyro for whatever reason.
I set all the maxTorque axes to a very high number and it doesn't flip anymore, but it still spins around.
Care to elaborate what D and P do?
From what I can remember, D is the dampening which determines how far off from the goal the object will start to slow down (so it wont go too fast and over turn)
P is the power given to the object to reach its goal.
Torque is the limit to how much force can be applied.
I usually just experiment with changing each number until I get the effect I want.
It's been a little while since I've actually used it in a project, so you're probably better off reading up on it here:
http://wiki.roblox.com/index.php?title=BodyGyro