Rotation:SetRadians(radians)
|
Sets the animation's rotation amount (in radians)
|
Rotation:SetDegrees(degrees)
|
Sets the animation's rotation amount (in degrees)
|
radians = Rotation:GetRadians()
|
Returns the animation's rotation amount (in radians)
|
point, xOffset, yOffset = Rotation:GetOrigin()
|
Returns the rotation animation's origin point.
|
degrees = Rotation:GetDegrees()
|
Returns the animation's rotation amount (in degrees)
|