#Camera move not working in lua cutscene

8 messages · Page 1 of 1 (latest)

real thunder
#
    disableMovement()
    setCameraOffset(10,0.5)
    wait(3)
    setCameraOffset(0,0)
    say("cozy")
    enableMovement()
end```
it worked before i added the disable movement line, but now it wont. id does everything else except the camera. i tried changing the order but that didnt work either. any ideas?
real thunder
#

please destareline

vocal dock
#

is there anything in the Everest log?

cedar patrol
#

you need to enable camera movement, disabling character movement also locks the camera

#

its player.ForceCameraUpdate iirc, just remember to unset it later

unreal patio
#

try this ^

real thunder
#

ah ok thanks