#open close door script doesn't work
19 messages · Page 1 of 1 (latest)
u only got 1 tween
tf is rotation even for
so that I can change it
ok but u dont change anything
oh wait
create 2 tweens called OpenInfo and CloseInfo
no rotation bs
just use the right one each time
ignore backrot
ok
wait no
create 2 tweens outside of it
dont do it each time
cuz u already know the rotation each activation
rotation = -rotation variables aren't magic, they don't re-calculate everywhere that variable is used like a spreadsheet. they're used once. if the value changes, you need to run that code again to change the calculated values.
ok thx