Question about streaming enabled with object values

I’m curious if I use object values and call ObjectValue.Value could it return nil if the part isn’t streamed in? How can I fix this if so?

I believe the entire ObjectValue will be nil in that case. Streaming only affects objects in the workspace, and only for clients. That is, the server can always see everything. If you have a value that must be visible to a client (like for a local script), and must not be streamed out, make sure its not in the workspace.

1 Like

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