External shops, a video deadline, Player Support, tunable collisions, and the fall roadmap
This week includes one immediate monetization change, one deadline creators should not miss, a new refund-handling event, and several tools worth testing carefully. Here is what changed, who it affects, and what needs action now.
ProcessReceipt, replace YouTube videos before September 30, configure refund handling for developer products, and treat Player Support and new Studio tools as features that still need controlled testing.1. Passes and developer products can now appear outside a game
Roblox can surface a game’s listed passes and developer products on its game details store, Home, search results, and the page shown after a Robux purchase. A player can buy an item there and enter the game with it already purchased.
The requirement: developer products must be listed in Creator Hub and use MarketplaceService.ProcessReceipt correctly. Roblox added a Creator Hub report for listed products that need receipt-handling fixes. Passes can also appear outside a game, but the receipt report applies only to developer products.
What to do: open Creator Hub → Monetization → Shop. Fix every product shown in the report, publish the game, mark the product as fixed, and add recognizable icons. This is a fulfillment check first and a merchandising opportunity second.
2. Existing YouTube videos leave game pages on September 30
Roblox will remove existing YouTube videos from game details pages starting September 30. Adding new YouTube videos has already been disabled since November 2025.
Creators can keep a video on the page by uploading a current gameplay file through Creator Hub → Configure → Places → Videos. Approved direct uploads can also appear on Home.
What to do: if a game still relies on a YouTube trailer, replace it now. Use real, current gameplay and make the core loop understandable quickly. An old video will not remain as a fallback after the deadline.
3. Player Support enters early access for age-checked players 13+
Player Support lets eligible players submit game-specific reports without leaving Roblox. Reports can include screenshots plus device and client details, while repeated reports can be grouped into one issue for the creator team.
The creator portal supports ticket search, open and closed states, bulk replies using approved responses, notifications, and CSV export. Access is rolling and requires signup. Reporting for players under 13 is planned for 2027, so this is not yet a complete replacement for every support channel.
What to do: join the early-access waitlist only if someone will actually review and answer the queue. Add the in-game entry point, enable relevant categories, and test the player and creator flows before presenting it as the game’s main support option.
4. Mesh collision precision can now be tuned per asset
A new Tunable option for CollisionFidelity adds a CollisionPrecision slider to each MeshPart. This gives creators direct control over the tradeoff between collision accuracy and cost instead of forcing every mesh into one fixed preset.
Existing meshes do not change automatically. Roblox recommends sizing a mesh before switching it to Tunable because the starting precision is based on mesh size. The first calculation for a complex mesh can take several seconds, and bulk conversion may pause Studio temporarily.
What to do: use the improved collision visualizer and test a few problem meshes first. Do not convert an entire map just because the option is new. Measure whether the extra precision fixes a real gameplay issue.
5. The fall roadmap adds 72 items, but the dates matter more than the count
Roblox added 72 items from RDC26 to its public Creator Roadmap. Late-2026 targets include multiple-client playtest views, direct sprite-sheet import, package overrides, adaptive streaming radius, 2D particles, orthographic camera support, upgraded UI gradients, and developer push notifications.
Several larger workflow changes are listed for 2027, including place branching and merging, built-in player-data management, on-device testing, QueueService, new primitive parts, and material and terrain upgrades.
What to do: separate shipped features from targets. Use the roadmap for planning and testing, not as a promise that every item will land on its first estimated date.
6. A new webhook reports refunded and charged-back purchases
The Transaction Refunded webhook is now available through Open Cloud. It reports refunds and chargebacks tied to developer products, passes, private servers, and paid access, including the buyer, product, original Robux amount, universe, place, receipt or transaction ID, and refund time.
Roblox automatically revokes base ownership for refunded passes and avatar items. Developer-product benefits live in game data, so the creator must decide how to remove currency, boosts, or permanent unlocks. Webhook deliveries include a roblox-signature header that must be verified before changing player data.
What to do: add the webhook in Creator Hub account settings, verify its signature, make processing idempotent, and test how each developer product should be reversed. Do not remove benefits from an unsigned or duplicate request.
7. Studio adds texture generation, imported-mesh segmentation, and image previews
Creators can generate or restyle textures for existing meshes from the ribbon, the right-click Generate menu, or Assistant. Roblox describes generated textures as a starting point that can be iterated on or exported for further editing.
The /segment_mesh Assistant command can split an imported model into named parts, with up to five requested parts per pass. Generated meshes and procedural models can now show four image previews, and creators can use a reference image as input.
What to do: test these tools on disposable copies first. Check seams, materials, part boundaries, scale, and collision behavior before replacing a production asset. Generated output still needs an art and gameplay review.
What LobbyPick will track next
The September 30 video removal is the nearest deadline. We will also watch how widely external item discovery and Player Support roll out, and how teams implement refund reversals, whether the new generation tools hold up in production, and which late-2026 roadmap targets become usable releases.
Sources
This briefing uses first-party Roblox Developer Forum announcements published from September 17 through September 23, 2026. LobbyPick summarizes and interprets those posts independently and is not affiliated with Roblox Corporation.