[Early Preview] Convert Your Game to Streaming Using AI
Key Takeaways
We’re sharing an early preview of our new Convert to Streaming Skill that uses AI to automate updating your game for streaming.
Download the skill and make a copy of your game to try it out.
Hi Creators,
Enabling Instance Streaming is one of the best ways to optimize your non-streaming game, but updating your games can be a tedious manual undertaking. Today, we’re sharing an early preview of our new Convert to Streaming Skill that uses AI to automate most of the process for you.
This is an early preview and we’re just starting to use skills for large code refactorizations. This skill will likely modify a lot of your game’s code so we highly recommend running this skill on a copy of your game.
Read on to learn more, or simply download the file below and fire up your favorite LLM and MCP to get started!
roblox-streaming-conversion-v1.0.zip (157.8 KB)
Why Streaming?
Instance streaming, commonly referred to simply as “streaming,” unlocks huge benefits:
• Expand your reach: Your game runs smoothly on lower-end devices, allowing you to welcome more players.
• Better efficiency: Games load faster, look cleaner, and use memory much more efficiently.
• Advanced engine features: Unlock powerful engine features like Server Authority and SLIM that streaming is a prerequisite for using.
We’ve heard your feedback that updating a large game for streaming is daunting. Whether your game is entirely new to streaming or you’re looking to optimize an existing setup, this new AI tool does the heavy lifting for you.
What the Streaming Skill Does
The skill automatically evaluates your game, applies recommended configurations, and cleans up compatibility issues.
Model and Workspace Adjustments
• Applies optimal settings: Configures your Workspace streaming settings to our recommended baselines.
• Sets ModelStreamingMode: Evaluates your models and automatically applies the correct streaming mode base…