Hey everyone,
I know the title is confusing, so let me explain. I currently have a script that needs all linked, or parts listed in the script to be loaded.
Lag is a huge issue in my game, so using Steaming helps fix that. The issue is that when I have StreamingEnabled, obviously, some parts haven’t loaded yet.
I want the parts in my script to stay in the workspace at all times even when the specific area hasn’t loaded with Streaming.
Any ideas to make this possible? (This is my first post, so please let me know if I should change anything. )
Thanks for the help! One last question as I’m still fairy new to Roblox Studio, would the option to set the model’s Streaming Mode to persistent be in the ‘properties’ tab, or would I have to type it into a script?
Either is available for you to use. (if setting from a script, only set it from a Script - a LocalScriptorScript with Client RunContext will result in the ominous “Undefined Behaviour” (UB), only the gods will know what could happen.).
Manually setting without a script:
Select the Model in the Explorer
Open the Properties tab
Under Behaviour, select the ModelStreamingMode and select the Persistent option in the dropdown menu.