News
Roblox Spring 2026 creator roadmap: 52 features shipped
May 8, 2026
Roblox published its Spring Creator Roadmap update on May 8, tallying 52 shipped features and adding 21 new items to the roadmap. The agentic AI features — Planning Mode, Procedural Models, the Playtesting Agent, and MCP Quick Connect — are covered separately. This piece covers everything else: graphics, avatar systems, creator tooling, monetization, and what's scheduled for mid and late 2026.
Graphics
The biggest visual upgrades are aimed at pushing Roblox games closer to the fidelity levels the platform's growing adult audience expects.
- 4K texture rendering. Games can now display textures at 4K resolution. This requires assets authored at that resolution, but the engine now supports displaying them.
- Emissive masks. Surfaces can now glow. Emissive masks define which parts of a material emit light, enabling neon signs, glowing UI elements, and lit character details without additional light sources.
- Mesh streaming with improved LODs. The engine streams mesh geometry more efficiently, reducing memory pressure in large scenes. Level-of-detail transitions are smoother.
- Texture streaming. Textures load and unload dynamically based on camera distance, improving performance in detail-heavy environments.
Avatar systems
R15 avatars received their most significant update in years, with new joint types that open up more expressive animation and visual detail.
- Articulated fingers, clavicles, and ball-of-foot joints. These optional joints are now available for R15 platform avatars. Finger articulation alone changes what first-person and close-up interactions can look like.
- 2K texture upgrades for avatar surfaces.
- Animation Graphs (Studio Beta). A state-machine based system for building complex character animations without hand-scripting each transition.
- Character Controller library. A new Luau library for custom character movement, replacing many low-level physics hacks.
- Adaptive animation. Animations that adjust automatically across different rig types, useful for games that support both standard and custom avatars.
These features pair directly with the 42% DevEx rate increase for R15 games. Roblox is simultaneously making R15 avatars more capable and more financially rewarding to build for.
Creator Hub tools
Several workflow features shipped that make it easier to test and measure game performance before and after launch.
- A/B testing (experimentation tools). Run controlled experiments on monetization, UI, and gameplay mechanics with a subset of your player base before rolling out changes to everyone.
- Game betas. Invite players into a managed pre-release beta, separate from full public launch.
- Real-time performance analytics. Monitor frame rate, memory, and script execution in live sessions, not just in Studio's test environment.
- Group-to-group game ownership transfers. Transfer a game from one group to another without losing data or history.
- Creator Rewards Analytics benchmarks. Contextual comparisons showing how your game performs against similar experiences on Creator Rewards metrics.
- Speech-to-text API. Capture player voice input as text, enabling voice-controlled gameplay, dictation, and accessibility features.
- Multilingual text-to-speech. Generate spoken audio from text in multiple languages, useful for NPC dialogue and announcements.
Monetization
- In-Robux subscriptions. Players can now subscribe to recurring in-game benefits for a fixed Robux amount per month, giving developers predictable recurring revenue alongside one-time purchases.
- Creator Store model marketplace. Sell and buy 3D models directly through the Creator Store, including parameterized assets built with Procedural Models.
Social and communication
- Voice chat expanded to 100-user servers. Spatial voice chat now works in servers with up to 100 players, up from the previous lower limit.
- Trusted Friends game chat. A dedicated in-game text chat channel visible only to players on your Trusted Friends list, separate from public game chat.
Studio improvements
- UI styling system. Define and apply reusable visual styles — colors, fonts, padding — across UI components, similar to CSS classes.
- Animation Clip Editor with glTF import. Import animation clips from external DCC tools via the glTF format directly into Studio's animation editor.
- Detailed place version history. Browse and restore previous versions of a place with more granular timestamps and metadata.
- 3D import queue. Batch-import multiple 3D assets with a managed queue instead of one at a time.
- Scene analysis performance tooling. Identify performance bottlenecks at the scene level — which instances, parts, or scripts contribute most to frame time.
What's coming mid-2026
The 21 new roadmap additions include several that matter most for AI-assisted workflows:
- Open Cloud APIs as MCP tools. Roblox will expose Open Cloud APIs directly as tools available to Assistant and MCP clients. For developers using BloxBot, Claude Code, or Cursor, this means DataStore reads, place publishing, and asset management will be available as first-class tools in your AI workflow — no manual HTTP wiring required.
- Multiple chats with persistent history in Assistant. Save and return to past Assistant conversations, and maintain separate threads for different parts of a project.
- Assistant NPC Subagent for gameplay testing. An autonomous agent that acts as a player character to test game logic, separate from the Playtesting Agent that validates against the development plan.
- Asset versioning for mesh and image assets. Track changes to assets across updates with the ability to roll back to previous versions.
- StyleQueries. Conditional UI styling based on parent properties, similar to media queries in CSS.
- UI shadows and glows. Native drop shadows and glow effects for UI elements.
Coming late 2026
- Prompt-to-Animation. Generate avatar animations from a text description. This completes the AI asset generation loop that already covers models (Mesh Generation) and environments (Procedural Models).
- Game translation glossary. Define consistent terminology for game-specific terms that auto-apply during translation.
- Real-time game chat moderation viewing. Monitor moderation actions on chat in real time from Creator Hub.
What got delayed
Several features originally targeting early-to-mid 2026 slipped to mid or late 2026:
- Acoustic simulation
- CSG on meshes (Boolean operations on mesh geometry)
- Native Android code generation
- Content Moderation API
- Photo-to-Avatar APIs
- Improved physics solver
The bigger picture
The Spring Update's combination of graphics upgrades, avatar articulation, and monetization tools is coherent with what Roblox has been saying since GDC: they want higher-fidelity games built for older audiences. The 4K textures, emissive masks, and R15 joints give developers the visual tools to get there. The in-Robux subscriptions and the 42% DevEx rate increase give them the financial incentive.
Open Cloud APIs as MCP tools, coming mid-year, will be the most significant change for AI-assisted workflows since the Studio MCP Server launched. External clients will be able to call any Open Cloud operation as a tool call — no manual wiring required. That closes the last major gap between what Roblox's built-in Assistant can do and what external AI clients like BloxBot can do.