#Mesh Suddenly Stops rotating

1 messages · Page 1 of 1 (latest)

deft bison
#

I made this localscript so that when i click that button then i clone a mesh from replicated to put it into the viewport and make it rotate but i have no clue why it suddenly stops rotating.

grizzled python
#

Try disabling CanCollide on the mesh and setting it’s cframe instead of orientation

#

Mesh.CFrame = Mesh.CFrame * CFrame.Angles(math.rad(-3),0,0)

ocean parrot
#

yah looks like gimbal lock

#

cframe*cframe is good way to fix it