Hey there, I recently started using streaming enabled for our game to deal with the insane lag issues we have encountered, but we have run into an issue. We have a spectate feature that is crucial to the game, where people in the lobby can view the people in the round racing on a track. The problem is streaming enabled only loads in parts based on where the character is, not on the camera position. Is there a way I can change that functionality in anyway, or do you have another solution to this issue?
I guess you can solve this by setting the Focus property of the camera to a car racing on your track. If you set the CameraMode to Scriptable this property won’t update automatically, so you need to change it by yourself.
The roblox API says this:
https://developer.roblox.com/en-us/api-reference/property/Camera/Focus
I tried doing that but it didn’t stream in anything