Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I edit Workspace Properties?

Asked by 9 years ago

Is it possible to edit Workspace properties in a normal script? Or do I have to use a local script

Workspace properties being Streaming enabled and filtering enabled

1 answer

Log in to vote
0
Answered by
MrFlimsy 345 Moderation Voter
9 years ago

Properties such as StreamingEnabled and FilteringEnabled cannot be edited from a running game instance, as the way the game behaves is dependent on them. You will need to manually change the properties in Studio.

0
Thanks! I want to find a way to use GUI's and still have filteringenabled on. I figured turning it on/off would work the best, but apparently not. Tempestatem 884 — 9y
0
You can use GUIs with FilteringEnabled on, as long as they run using LocalScripts. If you want to edit properties outside the PlayerGui from the client, I suggest looking into BindableEvents. MrFlimsy 345 — 9y
Ad

Answer this question