PhysicsRotate

Function of: Part
Returns: Void
Tags:  instance

Sets the rotation of the part and accounts for physics if unanchored

Parameters
Name Type Description
rotationVector3
Example
local part = script.Parent

part:PhysicsRotate(Vector3.new(0, 90, 0))