How do I modify a player's workspace from the server side?

Specifically, I’m trying to modify one player’s StreamingEnabled option. (Just one player).
I have shamefully asked the AI assistant (useless), and have look around on the Developer Hub.

This is not possible.

Instance streaming is enabled through the StreamingEnabled property of the Workspace object in Studio. This property cannot be set in a script. Streaming is enabled by default for new places created in Studio.

1 Like

Your best bet is to use remote events to signal to the player what to modify.

1 Like

What about StreamingIntegrityMode

All of these properties are non-scriptable and must be set on the Workspace object in Studio.

1 Like

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