Digest9 - July 2025
Major Platform Updates - Top 9
1. Licenses Catalog & License Manager Launched

Click to expand
Roblox rolled out a Licenses catalog and License Manager that let creators browse licensed IPs (e.g., Squid Game, Stranger Things, Like a Dragon) and apply directly for permission to use them. Partners like Netflix, Sega, Lionsgate and Kodansha were onboarded at launch, and seven IPs were available. The system streamlines what used to be a long, manual licensing process and handles revenue splits automatically.
Why it matters: Brand‑name intellectual property can attract players, but negotiating licenses is usually complex. This new platform gives small studios access to official IP without legal hurdles and ensures rights holders are compensated. It could spur more high‑quality, officially licensed experiences.
2. Video Captures API (Beta) – Record Short Clips

Click to expand
Roblox released the Video Captures API, an upgrade to the screenshot Captures API. It lets experiences trigger up to 30‑second recordings of gameplay moments using CaptureService:StartVideoCaptureAsync and CaptureService:StopVideoCapture. Players can save or discard the clip.
Why it matters: Millions of daily screenshots show players love sharing their experiences. Short video clips could drive even more visibility and social sharing. For developers, it's an easy way to capture highlights or create user‑generated trailers.
3. Unified Lighting Fully Released

Click to expand
Roblox's Unified Lighting system is now live in all experiences. Developers no longer set Lighting.Technology; instead they choose LightingStyle (Realistic or Soft) and PrioritizeLightingQuality. The system automatically maps old lighting technology settings to the new properties, preserving existing visuals while enabling better mid‑distance lighting.
Why it matters: Unified Lighting offers improved fidelity and scalability across devices, making environments look more consistent. It also lays the foundation for future features like increased light range and better attenuation.
4. SavePlaceAsync Restored for All Places

Click to expand
What changed: Roblox removed a limitation that prevented SavePlaceAsync from saving changes to places created directly in Studio. Once a creator enables the "Allow place to be updated using Save Place API" permission, any place can now be updated programmatically. This opens the API for saving player‑generated worlds or in‑experience builds without special workflows.
Why it matters: Developers can build experiences where players construct or modify the environment and then persist those changes back to the place. It eliminates previous work‑arounds and encourages more dynamic, user‑generated content.
5. Cube 3D Model Update – Better Fidelity & Rate Limits

Click to expand
What changed: The Cube 3D generative model used by the Mesh Generation API was upgraded. Its output token limit doubled from 512 to 1 024 and it was trained on 3.5 million additional assets. The update improves mesh fidelity, texture quality and prompt understanding, and increases the rate limit to 30 generations per minute. A SuggestedSize parameter lets developers guide the model's bounding box.
Why it matters: Generative 3D models are a key part of Roblox's AI roadmap. Better fidelity and higher generation rates mean creators can prototype detailed assets faster. Size control helps produce objects that fit the intended proportions.
6. Creator Rewards Program – Engage & Earn

Click to expand
What changed: Roblox launched Creator Rewards, paying developers for engagement rather than just premium payouts. There are two reward types:
- Daily Engagement Rewards: Developers earn 5 Robux when a paying user spends at least 10 minutes in their experience as one of their first three experiences of the day.
- Audience Expansion Rewards: A 35 % revenue share on the first $100 spent by users who are new to or returning after ≥90 days.
Tracking metrics appear in Creator Hub starting 25 July, and the first payout occurs after a 60‑day holding period to validate transactions.
Why it matters: This program incentivizes creators to design engaging experiences that retain players and attract new audiences. It's a shift toward rewarding time spent and new user conversions, not just premium purchases.
7. Texture Generator Beta Update – Style Control & Prompt Weighting

Click to expand
What changed: The Texture Generator beta gained two creative features:
- Style Control: Upload a reference image and adjust a slider to influence the overall look, color palette and mood of generated textures. This helps replicate specific art styles.
- Prompt Weighting: Add pluses (+) or minuses (–) to words in your prompt or assign numeric weights to emphasize or de‑emphasize concepts. For example,
a futuristic pirate++ backpackemphasizes "pirate," while(futuristic)-- backpacksuppresses futuristic elements.
These tools address common pain points like difficulty getting the right color or vibe and prompts feeling like a guessing game.
Why it matters: Generative AI is only useful if creators can steer the output. Style Control and Prompt Weighting provide intuitive knobs to direct texture generation, making the tool more reliable for professional workflows.
8. Longer Video Uploads & Higher Quota

Click to expand
What changed: Roblox significantly increased video upload limits. The maximum video upload duration was quintupled to 5 minutes, and the monthly quota was transformed into a daily quota of 10 uploads per day. Roblox is working on further improvements to video quality and performance.
Why it matters: Video uploads are used for in‑game cinemas, ad screens and storytelling. Longer videos allow richer content, and a daily quota encourages frequent updates without hitting a monthly cap.
9. Trusted Connections, Age Estimation & Privacy Tools

Click to expand
Roblox is renaming "Friends" to "Connections" and introducing Trusted Connections for users 13+. When two users confirm each other as trusted, they unlock private voice chat and unfiltered text chat. Age estimation technology verifies ages and unlocks these features. Roblox also added new privacy tools and parent insights for notifications, screen‑time and connections.
Top 9 Community Creations

Click to expand
1. Games Radar is live
New DevForum project by Broblocodex: a community-driven list that automatically spotlights in-development, lesser-known games. Updated daily—no ads, just visibility and honest feedback
2. PSA: Why You Should NEVER Use math.random for RNG‑based rewards
A best‑practices guide on why Lua's math.random can be predictable or abused in reward systems—and how to implement safer alternatives for secure randomness.
3. Instant exploit detection! (Anti Cheat) — Xeno, Solara and more!
Lightweight Lua script to detect injections from exploit engines like Xeno, Solara, Infinite Yield, and more. Community-tested and straightforward to integrate.
4. [Kids Safety] [Open Sourced] Anti Back‑shot System
A configurable module that detects and blocks "back‑shot" abuse targeting child players. Designed for social/roleplay contexts; open-source and easy to integrate.
5. Scriptbench | Free & Open‑Source full featured benchmarker
Plugin built with roblox-ts and React, offering micro-profiling, histograms, and performance statistics to help optimize game code and scripts.
6. [beta 0.18.7] Jexplorer | Stylizable explorer widget, made with JECS
Customizable in-game Explorer UI powered by JECS (Entity‑Component System). Allows queries, styling, and efficient scene browsing within Roblox Studio.
7. VYOLT – Game Theft Detection
Hidden server-side script that logs unauthorized cloning of games. Sends metadata like place ID and creator ID to external sheets for alerts and audits.
8. This is how my game got on the algorithm (Ideas?)
A developer walkthrough of how their game gained traction via ad campaigns, notification phases, and Roblox's recommendation algorithm—with community discussion on best practices.
9. Rope Constraint (Realistic swinging motion) & Momentum
Community thread exploring realistic rope and swinging mechanics using physics constraints and momentum to reduce jitter and improve smoothness.









