Camera Tween breaks when using controller

I was adding controller support to my UI when I noticed that camera tweening on controller does not work for some reason, there are no errors in output.

Without Controller
robloxapp-20240806-0043024.wmv (130.0 KB)
With Controller
robloxapp-20240806-0043430.wmv (411.3 KB)

I have no idea why this is happening (maybe something to do with Enum.CameraType.Scriptable?)

Solved, some other controller support scripts were not checking if their GUI was enabled and was turning cameratype to custom.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.