#Door not opening

16 messages · Page 1 of 1 (latest)

placid aurora
#

I want to open the door by tweening but it won't open after interacting with the proximity prompt.

crisp fjord
#

Any errors on output

#

?

placid aurora
#

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

crisp fjord
#

Rotations are vector 3 ı think

verbal night
#

Should probably just tween the CFrame

#

It's more performant anyways

crisp fjord
#

Try typing cframe instead of rotation

young mortar
#

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

placid aurora
#

Yea that's a good idea. Thanks guys!