How to be able to see far with Streaming Enabled?

Hey! I am making a game where I need good optimisation (I am bad at it)
So I enabled streaming.
image
Also I have spectating system.
And when I spectate the players that are far from me, I cant see the parts, models etc. that are surrounding the player.

How do I make it so when I spectate I can see the parts that are far from me and dont load?
Should I do something with Streaming?
Thank you!

1 Like

I would recommend having a look at Player:RequestStreamAroundAsync(). It basically lets you load a specific area for a player (in this case, you would give it the position of the character the player is spectating

(For some reason the documentation for Player doesn’t actually list it, although I know the function exists as I have used it myself for a spectate system previously)

1 Like