How to stop a part from rotating?
Asked by
8 years ago Edited 8 years ago
I'm making a Elevator.
Before this, I had never used BodyMovers or Welds.
The elevator is moved by a BodyPosition, to one part, the floor.
The walls and roof are welded to the floor.
It works, yes.
But whenever 2 or more people get on, it leans.
I've tried BodyGyro, I'm not sure what to set the CFrame to? I set it to Floor.CFrame BEFORE I unanchored it.
1 | local BodyGyro = Instance.new( "BodyGyro" ) |
2 | BodyGyro.CFrame = Base.CFrame |
3 | BodyGyro.MaxTorque = Vector 3. new( 9999999 , 9999999 , 9999999 ) |