Cframe script error message

Hi, :wave:

instead of door.CFrame = …

use,

door:PivotTo(door.CFrame + Vector3.new(1,0,0))

and also set the PrimaryPart to a part.

:slight_smile:

1 Like