Hi!
I have a problem with rendering other players. When you spawn you have a few players close to you and a few that are really far away. When I teleport those people to the spawn, new player can’t see them. How can I repair it? Is there any ‘interest zone’ for rendering in Roblox? Or how can I reload them in a client?
Do you have StreamingEnabled
enabled?
1 Like
What is that used for? How would it solve my problem?
Content Streaming
loads and unloads what the player sees, so (assuming you don’t have some script
that can hide players) it may take a while to load/display objects.
1 Like
What if i set StreamingTargetRadius to 1 000 000? It will render whole game and every player and everything would be normal?
turn it off. simple. turn it off.