Does connections on baseparts stays after streaming out?

Im wondering if i have to ad some extra treatment about streaming in my scripts considering basepart streaming behaviour.

If i have a connection from a basepart saved in a variable, will it still exist and fire after the basepart stream out?

1 Like

When a BasePart is streamed out it is removed from the client's memory, but when the BasePart stream is back it will act as a new instance and the previous connections will not re-establish.

But you can handle it using a StreamingEnabled property related to the APIs to check if the instance is available before accessing it.

Are you trying to create a chunk render distance similar to games like Minecraft?

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