#Door not opening
16 messages · Page 1 of 1 (latest)
Ye
Soory
There's none
TweenService:Create property named 'Rotation' cannot be tweened due to type mismatch (property is a 'Vector3', but given type is 'CoordinateFrame')
@crisp fjord
Rotations are vector 3 ı think
Try typing cframe instead of rotation
you're setting the rotation to a cframe.angles
tween the cframe if you have welds or else rotating the hinge will not make the door rotate
or the easy way you can have two invisible parts. one is the closed door and another one is the open door and you tween the CFrame to the CFrame of the closed door to close it and the CFrame to the CFrame of the open door to open it
Yea that's a good idea. Thanks guys!