#📢︱roblox-news

1 messages · Page 1 of 1 (latest)

brisk arch
#
brisk arch
brisk arch
brisk arch
#
brisk arch
#
brisk arch
#
sand scaffold
brisk arch
#
brisk arch
#
brisk arch
#
#
brisk arch
#
brisk arch
#
brisk arch
#
brisk arch
#
brisk arch
#
brisk arch
brisk arch
#
alpine dragon
#

Phasing out Workspace.ClientAnimatorThrottling
<@&694595848624930909>
https://devforum.roblox.com/t/phasing-out-workspaceclientanimatorthrottling/1968212

brisk arch
#
alpine dragon
#

Roblox Developer Conference 2022 Keynote — A Summary

• Improved game discovery coming soon
• Immersive brand & performance ads coming to experiences with payouts to developers
UGC Limiteds coming soon
More lenient chat filtering coming to 13+ users
New custom Age Guidelines for Experiences from 9+ to 17+ coming Monday
• Facial animations coming soon (including automatic facial animations for spatial voice)
• Live avatar updates coming soon (no more resetting character to update avatar in-game)
• Engine Performance upgrades in progress
○ Serial Luau being migrated to Parallel Luau (up to 3 and a half times faster processing speeds)
○ CSG (real time geometry) engine being improved to perform faster
• Roblox Studio being integrated further in the cloud to support large development teams
• Universal Roblox app being developed and expanded across devices
• Improved analytics for creators and developers coming soon
• Faster, more customizable window docking coming to Roblox Studio very soon
• New Experience cloning and Creator Marketplace spam prevention measures are being continuously developed and implemented
Native Roblox anti-cheat is in development
• Server reliability being heavily improved since Halloween Outage of 2021
• Improved account authentication coming next year
• Improved shut-down experience rejoins coming next year
• Improved automatic image and audio moderation approvals coming next year
• Creator Marketplace improvements coming next year
○ Any verified creator can sell plugins
○ Search relevance improvements
○ Rich media in asset descriptions
○ Sales of models & packages
○ More flexible payment methods such as subscriptions
• Custom phone notifications for experiences coming next year

Full keynote:
https://youtu.be/VUjB3G9r67U <@&694595848624930909>

RDC kicks off with an inspiring sneak peek into our latest innovations and product announcements. Be among the first to hear about the future of Roblox with our founder and CEO David Baszucki, Chief Technology Officer Daniel Sturman, and Chief Product Officer Manuel Bronstein.

▶ Play video
alpine dragon
#

RDC 2022 Roblox Innovation Awards — The Winners

🌟 Best New Experience
Winner: ||Monad Studios - Deepwoken||
Nominees:
Monad Studios - Deepwoken
Gamefam X Sonic - Sonic Speed Simulator
Easy Games - Bedwars
Big Games - Pet Simulator X

🎨 Best Creative Direction
Winner: ||Sonar Studios - Creatures of Sonaria||
Nominees:
Starboard Studios - The Wild West
Sonar Studios - Creatures of Sonaria
Monad Studios - Deepwoken
Llama Train Studio - Loomian Legacy

👨‍💻Best Use of Tech
Winner: ||@Homemade_Meal - Tunneler||
Nominees:
@ Homemade_Meal - Tunneler
Mad Vikings Production - VR Hands
Maximillian Studios - Frontlines
Splitting Point Studios - Rolling Thunder

🎬 Video Star Video of the Year
Winner: ||ItsFunneh - My $1,000,000 Mansion in Roblox||
Nominees:
ObliviousHD - Roblox Music Video "Stronger" (The Bacon Hair)
ItsFunneh - My $1,000,000 Mansion in Roblox
Invictor - ¡Pasamos De Parque Acuatico Noob A Pro!

📸 Video Star of the Year
Winner: ||Flamingo||
Nominees:
Flamingo
ItsFunneh
Lankybox
Lyna

🌄 Most Immersive Environment
Winner: ||Titanic in a Bottle - Interval||
Nominees:
Titanic in a Bottle - Interval
@ AerialsAbove - Springs Rock
@ aerophagia - Druids Sanctuary
@ uglyburger0 - 3008

👗 Best Use of Avatar Fashion
Winner: ||Fullflower Games - Mermaid Life||
Nominees:
Fullflower Games - Mermaid Life
@ RedmantaStudio - World // Studio
@ CallMeBob - Royale High
@ SnowDustDev - Gacha Online

🌍 Best International Hit
Winner: ||@devout belfry - Welcome to Bloxburg||
Nominees:
@ Coeptus - Welcome to Bloxburg
YXCeptional Studios - Tower of Hell
Century Makers - Livetopia
Block Evolution Studios - Club Roblox

👥 Developer Studio of the Year
Winner: ||Easy.GG||
Nominees:
Easy.GG
Gamefam
Splitting Point Studios
Century Games

🗳 People's Choice
Winner: ||Easy Games - Bedwars||
Nominees:
Dreamcraft - Adopt Me
Easy Games - Bedwars
@ Wolfpaq - Brookhaven
Big Games - Pet Simulator X

🏆 Builderman Award of Excellence
Winner: ||Double Bandit Studios - Starving Artists||

Full awards ceremony: <@&694595848624930909>
https://www.youtube.com/watch?v=WDkcr3v1w3g

Join us for an epic night of celebration as we honor the best and brightest in the community! As the stars of this ceremony, you’ll be treated to a sit-down dinner and a special after-party where you can mingle with your fellow nominees and winners.

Want to see more Roblox content? SUBSCRIBE to our channel!

https://rblx.co/Subscribe-To-Roblox...

▶ Play video
brisk arch
#
brisk arch
#
brisk arch
#
terse moon
#
terse moon
#
brisk arch
#
brisk arch
#
brisk arch
#
brisk arch
#
brisk arch
#

https://devforum.roblox.com/t/roblox-vr-ui-update/1998969 <@&694595848624930909> (roblox dropping a lot of updates :O)

brisk arch
#
#

<@&694595848624930909> ^^

brisk arch
#
brisk arch
#
brisk arch
#
brisk arch
#
brisk arch
#
terse moon
#
#

new anti cheat <@&694595848624930909>

brisk arch
#
brisk arch
#
brisk arch
#
terse moon
#
brisk arch
#
#

<@&694595848624930909>

brisk arch
#
brisk arch
sand scaffold
#
brisk arch
#
brisk arch
#
brisk arch
#
brisk arch
#
brisk arch
#
brisk arch
#
brisk arch
#
brisk arch
#
brisk arch
#
brisk arch
#
brisk arch
#
brisk arch
#
brisk arch
#
#
brisk arch
#
brisk arch
#
brisk arch
brisk arch
#

https://devforum.roblox.com/t/string-interpolation-available-for-studio-beta/2127058

String interpolation is here! As of now, it's in beta, so you won't be able to use it in any live games.

Here's an example of how to use it from the DevForum post:

local combos = {2, 7, 1, 8, 5}
print(`The lock combination is {table.concat(combos)}. Again, {table.concat(combos, ", ")}.`)
--> The lock combination is 27185. Again, 2, 7, 1, 8, 5.
#

https://devforum.roblox.com/t/selection-improvements-beta/2125001

This is an update packing some new improvements for instance selection.

Everything new:

  • There is now a selection outline rather than an outline of the instance's bounding box.
  • You can now select visually obstructed objects in the viewport without moving your camera view by using selection cycling.
  • You can now select nested models from the viewport with the select parents function.
  • The width of selection outlines is now expressed in pixels instead of studs (which took up unnecessary world space in the viewport).
#

https://devforum.roblox.com/t/explorer-selection-and-navigation-beta/2118627

Starting today, you can expand and collapse all folders in Explorer and bulk-select Explorer search results.

New features/changes:

  • You can now easily collapse and expand all folders within Explorer or part of Explorer, allowing faster navigation.
  • You can now easily select all instances in your Explorer by pressing ⌘/CTRL + A.
  • After searching in Explorer, you can select only the search results (without the hierarchy items). You can still individually and bulk select all items in a search results view of Explorer.
#

<@&694595848624930909> roblox is back with the updates gigachad

brisk arch
#

https://devforum.roblox.com/t/new-streaming-integrity-mode/2129797

Roblox has released another StreamingEnabled integrity mode.

The existing MinimumRadiusPause guarantees that your surroundings up to Workspace.StreamingMinRadius studs away are loaded in before the simulation proceeds. PauseOutsideLoadedArea only guarantees that your immediate surroundings are streamed in, but in return, it results in fewer streaming pauses. Basically, this new mode makes sure there’s ground under your feet and walls for you to run into but doesn’t guarantee much beyond that.

<@&694595848624930909>

brisk arch
brisk arch
#

https://devforum.roblox.com/t/package-in-place-update/2136577

We’re happy to announce another upgrade to our Packages system. Behind the scenes, a package instance update will now use a brand new algorithm.

External references to objects in the package will remain valid after the update as long as the instance that has been referenced continues to exist. This works even if you move the referenced instance within the package tree hierarchy! Below is an example of a rope constraint that keeps working after a package in-place update.

<@&694595848624930909>

brisk arch
#

https://devforum.roblox.com/t/upcoming-changes-for-experience-recommendations/2137205

Starting on January 17th, 2023 experiences without Guidelines will no longer be recommended to users under the age of nine. The age recommendations of experiences will also begin to inform Search & Discovery.

<@&694595848624930909>

brisk arch
#

https://devforum.roblox.com/t/upcoming-api-change-tools-become-models/2153573

As a small piece of API cleanup, we’ll soon be changing the base class of BackpackItem from Instance to Model. Sounds scary but this effectively just means that Tools will start acting like Models.
The change will release on January 31. We don’t believe this requires any action from developers.

<@&694595848624930909>

brisk arch
#
#
#

<@&694595848624930909>

brisk arch
#

https://devforum.roblox.com/t/improved-water-with-the-shorelines-beta/2159630

Hi Developers!

We are so hyped to launch the Shorelines Beta today! Shorelines is our upgrade to the way terrain water meets other terrain materials. With the Shorelines upgrade, water smoothly hugs the shores, its edges being unconstrained by voxel vertices and able to freely animate following the waves. 🌊🎉

Before:
https://devforum-uploads.s3.us-east-2.amazonaws.com/uploads/original/5X/2/d/a/a/2daabdc0ab234b29396d7386c8aa0726e3fdc260.gif

After:
https://devforum-uploads.s3.us-east-2.amazonaws.com/uploads/original/5X/c/9/5/d/c95d9ee1687b37cb30e4ba54a0c6ad6e05d75c3e.gif

<@&694595848624930909>

brisk arch
#
#
#
#
#

<@&694595848624930909> sorry for being so late i forgor 💀 🙏

brisk arch
#
brisk arch
#
brisk arch
#

Try out the new Accessory Fitting Tool!

We are very excited to announce the production release of the Accessory Fitting Tool plugin for transforming your assets into rigid or layered accessories to be used with your avatars.

The Accessory Fitting Tool has been in beta for almost a year now, and throughout this period we have received a huge amount of feedback from the community and made significant improvements to the workflow to better match your needs.

https://devforum.roblox.com/t/try-out-the-new-accessory-fitting-tool/2185651 <@&694595848624930909>

alpine dragon
#

Points are going away on June 30th

PointsService functions will continue to return success but no longer update points in any way. Everyone's point balance will also return as 0

https://devforum.roblox.com/t/retiring-pointsservice/2318767 <@&694595848624930909>

sand scaffold
#
slate zenithBOT
#

<@&694595848624930909>

news1news2 announcement

Hi everyone, it’s Nick and Tian again. We launched Creator Roadmap in May to give you more visibility into our vision and plans for the future and solicit your feedback. With the roadmap, we wanted to address many of your day-to-day pain points while providing solutions that empower you to push the boundaries of creation on Roblox. Now, we’d like to summarize how things are going.

-------
zinc geyser
#
zinc geyser
#

VIDEOS ARE NOW AVAILABLE AS A FEATURE IN ROBLOX EXPIERENCES TO SOME USERS

Hello Developers!

Today, we are announcing the beta release of short-form video uploads, accessible to ID-verified developers that are 13+. Now, you can make your experiences more engaging by adding videos up to 30 seconds long. Use it for cutscenes, background decor, or tutorials to take immersion to a deeper level.

https://devforum.roblox.com/t/video-uploads-beta-add-short-form-video-to-your-experience/2630621

MORE REALISTIC GRASS (GRASS LENGTH)

Hi Creators,

🌾GrassLength is here!🌱✨ We’re super hyped to release our grass length feature in Studio Beta today! GrassLength allows you to make grass shorter or longer than it currently is. The density of grass is modulated with its length so it looks good and performs well at any length. Offering the GrassLength property is the first step in a long quest to provide more customization options for your landscapes.

https://devforum.roblox.com/t/grass-is-getting-greener-on-this-side-grasslength-studio-beta/2632753

#

<@&694595848624930909>

zinc geyser
#

FASTER TRANSLATION

Hey Devs!

We’re excited to announce that we’re launching a new and improved version of Automatic Text Capture 388 (ATC) to localize your experiences. Over the course of the next few days, we will be slowly rolling out this new version of ATC.

While ATC is useful in speeding up the translation process, we know that it sometimes produces inconsistent results, so we wanted to improve it.
https://devforum.roblox.com/t/automatic-text-capture-20/2643775/4

NEW INSTANCE: DRAG DETECTOR

Hello Creators!

We are excited to announce the release of DragDetectors! DragDetectors are a new instance type designed to make interacting with objects easy for everyone. They enable easy mapping of cursor/dragging actions to intuitive motions in 3d space. They can be used for anything that requires physical manipulation, like opening doors and drawers, pushing parts around, or grabbing and tossing a bowling ball.

Making a game of Jenga has never been so easy!
https://devforum.roblox.com/t/announcing-dragdetectors/2641956

#

<@&694595848624930909>

trail blade
#

ROBLOX has partnered with Synapse Softworks LLC!

In a surprising turn of events, ROBLOX has partnered with Synapse Softworks LLC, the company behind Synapse X, one of the most popular and powerful script executors for ROBLOX!

Good luck, script kiddies. You're going to need it. 🤣

Read more here:
https://devforum.roblox.com/t/exploit-prevention-update/2663101

#

<@&694595848624930909>

zinc geyser
#

NEW UPDATES TO UGC

Today, we are making a few changes to the pricing for bodies and heads to improve creator earnings.

  • Starting today, no new bodies and heads can be sold for free.

  • Avatar bodies and heads, like all other 3D asset types, will have a price floor. More specifically:

  • New bodies and heads created today will have a price floor of 75 Robux.

  • Existing bodies and heads that are priced less than the price floor of 75 Robux will be migrated to the price floor of 75 Robux on November 2nd. We encourage creators to review and set a price before this update
    https://devforum.roblox.com/t/ugc-program-updates-to-avatar-bodies-and-heads-opening-up-creation/2661590

NEW DRAGGERS CHANGES

🎉 Happy v600 everyone! 🎉

We couldn’t leave a release like that without something special so today we bring you a beta feature adding many long awaited dragger quality of life improvements.

https://devforum.roblox.com/t/dragger-qol-improvements-beta/2661668

#

<@&694595848624930909>

trail blade
#

INTRODUCING ACCOUNT SESSION PROTECTION

Account Session Protection is designed to help prevent cookie theft by associating your account’s cookie to your device. With this feature enabled, even if someone has your “ROBLOSECURITY” cookie, they will not be able to access your account elsewhere using that cookie. Starting January 15th, 2024, everyone will have this enabled on selected API endpoints.

Could this be the end for beaming/compromising valuable accounts?

https://devforum.roblox.com/t/introducing-account-session-protection/2668306/

#

<@&694595848624930909>

alpine dragon
#

Profanity will soon be allowed on Roblox in a limited capacity. Experience developers will have the option to enable or disable filtering of strong language. This applies to text and voice chat. Hateful speech is still never allowed.

Try it for yourself: https://www.roblox.com/games/12191354329 (consider making a private server!)
<@&694595848624930909>

Roblox

Check out a 17+ place. It’s one of the millions of unique, user-generated 3D experiences created on Roblox.

alpine dragon
#

NEW FEATURE: Server Prewarming.

Server prewarming will allow new experience servers to load as fast as an existing one. Previously, new experience servers would take longer to load than already existing ones by anywhere between a few seconds to several minutes.

In order for your experience to have prewarmed servers, there must already be at least one existing server. Games with no active players will have no prewarmed servers.

This feature has already been automatically implemented across all experiences on Roblox and no action is needed to enable it.
https://devforum.roblox.com/t/announcing-server-prewarming/2732748
<@&694595848624930909>

alpine dragon
#

Chat auto-translations have arrived for Roblox players, allowing players to chat in real time with other players without language barriers. This feature currently supports 16 different languages.

<@&694595848624930909>
https://vxtwitter.com/davidbaszucki/status/1754554308006490404?s=46&t=IcgjIEEQ3UuQNve5gVDaQw

Starting today, you can chat in real time with people who speak another language. Our multilingual model enables direct translation between any combination of 16 languages (with all of our safety tech as wel…

💖 168 🔁 27

▶ Play video
alpine dragon
#

New audio and voice API! New features include:

  • 15 new audio-related instances
  • voice input handlers
  • in-world microphones
  • and more...

Currently available as an opt-in beta

<@&694595848624930909>
https://devforum.roblox.com/t/new-audio-api-beta-elevate-sound-and-voice-in-your-experiences/2848873

trail blade
#

Well, it's finally happened.
UGC is becoming public, available for all ID verified users subscribed to Premium 1000 or Premium 2200!

https://devforum.roblox.com/t/opening-up-marketplace-to-more-creators/2931299

<@&694595848624930909>

trail blade
#

Great news!
You can now manually adjust your maximum framerate through the in-game settings! (Desktop only)

https://devforum.roblox.com/t/introducing-the-maximum-framerate-setting/2995965

<@&694595848624930909>

trail blade
#

The Ban API is now available for everybody to use!

Here is a summary of features launching with the Ban API, which you will have access to starting today:

  • New real-time alternate account detection: When you ban a user, suspected alt accounts are also banned in real-time.
  • Moderation History Overview: You can see your moderation history for any users you ban from the experience.
  • Customizable Bans: You can determine the reason and duration of the ban, as long as it follows Roblox Community Standards 156 and Terms of Use 63.
  • Configure via Engine or OpenCloud API: We’ve made the functionality available via Engine and OpenCloud APIs to make sure implementation is flexible and accessible to all creators.

https://devforum.roblox.com/t/introducing-the-ban-api-and-alt-account-detection/3039740

<@&694595848624930909>

gusty spindle
#

rsc | Feedback Dashboard

Roblox now allows users to leave feedback after liking or disliking a game. This feedback is recorded, allowing developers to read it at any time.

https://devforum.roblox.com/t/new-feedback-dashboard-see-detailed-feedback-from-your-community/3588091

rsc | Next Gen Explorer

Next Gen Explorer is now available for everyone to use, Just head to File/Beta Features and you can enable it in there!

https://devforum.roblox.com/t/next-gen-explorer-now-available-for-everyone/3592619
<@&694595848624930909>

gusty spindle
#

rsc | Data Stores Manager

Roblox launched a new page on Creator Hub called "Data Stores Manager" which allows experience owners and group members (when configured) to view some of DataStores information

https://devforum.roblox.com/t/launching-data-stores-manager-on-creator-hub/3597219

rsc | DataStores Access and Storage Updates

Roblox announced an roadmap on stuff they going to do with DataStores in the near future thinking

https://devforum.roblox.com/t/datastores-access-and-storage-updates/3597255
<@&694595848624930909>

gusty spindle
#

rsc | Custom Matchmaking

This is a beta feature and you need to fill the survey provided by roblox to get access to this feature, But this feature let you create optimal matchmaking system for your competitive game, And you can add custom signals for server or player, For example you can create new signal for player skills, rank and etc.

https://devforum.roblox.com/t/beta-introducing-custom-matchmaking-with-custom-signals/3598471

rsc | Reordering Badges

After 14 years, You can now reorder badges on roblox and the badges will appear in that order on the game page.

https://devforum.roblox.com/t/reordering-badges-public-beta/3598322
<@&694595848624930909>

gusty spindle
#

rsc | New Haptic Effects and API
There are new haptic capabilities which you can enable via Beta features, You can read more about it below

https://devforum.roblox.com/t/studio-beta-introducing-new-haptics-effects-and-apis/3606858
<@&694595848624930909>

gusty spindle
#

rsc | [BETA] Revamped Asset Manager

Roblox entirely revamped Asset Manager (Backend/Frontend) for better usability and scalability, You can read more about it below

https://devforum.roblox.com/t/beta-revamped-asset-manager/3609301
<@&694595848624930909>

jagged steppe
#

rsc | Regional Pricing

Roblox introduced something called "Regional Pricing" which I'm not big fan of and it doesn't make sense to have this using Robux, But what this means is the price of the gamepass changes depending on the region you're account is on. (Developers have choice to keep this on or not)

https://devforum.roblox.com/t/introducing-regional-pricing-for-passes/3621382/1

rsc | Roblox Extended Services

With the update to the datastores comes something called "Services" which you need to pay for to have extra in this case, So if you want to have more "Get" requests you need to pay, I don't know how exactly this suppose to work but you can read more about it below

https://devforum.roblox.com/t/announcing-roblox-extended-services/3621439
<@&694595848624930909>

jagged steppe
jagged steppe
#

rsc | New Friend Referral System

This feature allows developers to reward players for inviting their friends to the game, You can use few of this new system key features to easily access who invited that player to the game, Read more below

https://devforum.roblox.com/t/announcing-the-new-friend-referral-system-for-your-experiences/3623795
<@&694595848624930909>

jagged steppe
#

rsc | Collaborative Comments

Simply put, This update allows you to add comments around your workspace so other developers of the game can follow up with it, Or add new changes that you expect to happened around that commented area.

https://devforum.roblox.com/t/collaborate-with-comments-in-studio/3634356

rsc | Acoustic Simulation

Acoustic Simulator will make the audio adapt to the environment around it, Especially the 3D audio that is coming from an object in the game

https://devforum.roblox.com/t/beta-acoustic-simulation/3634265/1

<@&694595848624930909>

jagged steppe
#

rsc | Brazil Servers Coming Early 2026

Few hours ago Roblox just announced that there will be new brazil servers in early 2026 🇧🇷

https://devforum.roblox.com/t/brazil-servers-coming-early-2026/3635192
<@&694595848624930909>

jagged steppe
#

rsc | [Studio Beta] New Input Action System

Roblox announced 3 new input instances and one new enum type for inputs, And this allows you to easily configure/edit inputs

https://devforum.roblox.com/t/studio-beta-new-input-action-system/3656214
<@&694595848624930909>

jagged steppe
#

rsc | Grant publish access to specific Experiences, and more!

Roblox has introduced granular experience permissions for groups, allowing group owners to set specific permissions for roles on a per-experience basis. This means you can now grant roles access to edit, publish, or view analytics for individual experiences without giving them access to all group experiences.

https://devforum.roblox.com/t/grant-publish-access-to-specific-experiences-and-more/3670862
<@&694595848624930909>

jagged steppe
#

rsc | Skybox Orientation

The Roblox Studio Beta feature titled "Beyond Static Skies: Rotate Your Worlds with SkyboxOrientation" introduces a new property called SkyboxOrientation that allows developers to rotate the skybox in their experiences.

Devforum post
<@&694595848624930909>

jagged steppe
#

rsc | Party API Release

The Party API on Roblox is a new feature that allows developers to create connected player experiences by enabling users to form and manage in-game parties.

Devforum Post
<@&694595848624930909>

jagged steppe
#

rsc | Regional Pricing for Avatar Items (Coming June 9th)

Roblox is introducing Regional Pricing for Avatar Items, allowing item prices to adjust based on a player's location.
This change should help players in cheaper regions buy more items while boosting overall sales.

https://devforum.roblox.com/t/coming-soon-regional-pricing-for-avatar-items/3676358
<@&694595848624930909>

oblique impBOT
#

rsc | [Public Beta] Memory Store Sorted Map & Queue GetSize

The Roblox Developer Forum post announces the public beta release of Memory Stores Sorted Map and Queue features, along with a new GetSize() method.
https://devforum.roblox.com/t/public-beta-memory-stores-sorted-map-queue-getsize/3678891

<@&694595848624930909>
-# Posted by @jagged steppe | Jun 5, 2025

jagged steppe
#

rsc | Avatar Item on Profiles

Roblox’s new Avatar Items on Profiles feature not only lets you display your own published accessories but also allows others to browse and purchase items directly from your profile, Basically there is new option on user profile called "Store" that you can browse and buy stuff that user published.

🔗 Read more
<@&694595848624930909>

jagged steppe
#

rsc | Analytics: Introducing Your New Analytics Assistants

Roblox announced a Analytics Assistant that delivers weekly, monthly and player feedback report to help your experience to grow faster.

🔗 Read more
<@&694595848624930909>

jagged steppe
#

rsc | Introducing Skinning and FACS data support for EditableMesh Objects

Get ready to take your character and mesh animations to the next level! We’re thrilled to announce a powerful set of new APIs for EditableMesh that give you unprecedented control over Skinning, Bones, and Facial Action Coding System (FACS) data.

🔗 Read more
<@&694595848624930909>

jagged steppe
#

rsc | Attachments no longer require a BasePart

Attachments have been around for quite a while. In fact, they’ve been around for such a long time that they’ve finally grown up enough to move out of their Parent’s house.

That’s right! With the all-new “Detached Attachments" beta feature, Attachments can be parented to anything.
🔗 Read more

rsc | [Client Beta] Introducing PreferredInput and Improved Touch Capabilities

The value of PreferredInput changes based on the value of legacy UserInputService properties such as KeyboardEnabled, GamepadEnabled, and TouchEnabled, as well as the player’s most recent interaction with a connected gamepad or keyboard/mouse to provide a reliable default view of how a player is interacting with your experience.

🔗 Read more
<@&694595848624930909>

jagged steppe
#

rsc | Introducing Creator Rewards

Roblox has introduced Creator Rewards, a new program that allows creators to earn more by growing the Roblox community. Instead of just earning from premium payouts or engagement-based payouts, creators can now get rewards based on how much they help expand the platform.

🔗 Read more
<@&694595848624930909>

jagged steppe
#

rsc | [Full release] 3D Import Queue

Roblox has introduced a 3D Import Queue feature, allowing users to upload 3D models in bulk while avoiding rate limits. The system processes imports sequentially, providing status updates and error handling for failed uploads. This is especially useful for developers importing large numbers of assets.

  • Reduces manual effort for bulk 3D model uploads.
  • Shows real-time progress and errors in the Creator Dashboard.
  • Helps avoid throttling from Roblox’s upload limits.

🔗 Read more
<@&694595848624930909>

jagged steppe
#

rsc | [Beta] Text-To-Speech API: From text to voice content instantly

Roblox is testing a new Text-to-Speech (TTS) API, allowing developers to instantly convert text into voice content within their experiences. This feature enables dynamic, real-time voice generation for NPCs, tutorials, accessibility features, and more—without pre-recorded audio.

🔗 Read more
<@&694595848624930909>

jagged steppe
#

rsc | Gifting Robux

Roblox is reportedly developing a new feature that will allow players to gift Robux to others or even request Robux from friends. This could be a game-changer for the community, making it easier to share currency without relying on third-party methods or group funds.

Notes:
You have to pay real money for the robux you're sending, It's like buying robux but for a friend or family member (thanks to @sudden mortar for the picture)

<@&694595848624930909>

jagged steppe
#

rsc | Introducing the Licenses Catalog for Game-Changing IP Partnerships

Roblox has introduced a new Licenses Catalog to facilitate IP partnerships, allowing creators to license popular brands, characters, and other intellectual property for use in their experiences. This feature enables developers to legally incorporate third-party content, such as NASCAR, NFL, and Star Wars, into their games, opening up new creative and monetization opportunities. The catalog provides a streamlined process for acquiring licenses while ensuring compliance with IP laws. This initiative aims to enhance game development by offering high-quality, officially licensed content.

🔗 Read more
<@&694595848624930909>

jagged steppe
#

rsc | Introducing Physically-Based Rendering (PBR) for Avatar Accessories

Roblox has added PBR (Physically Based Rendering) to avatar accessories, enabling more realistic materials like metal and fabric with better lighting and textures. Developers can now create higher-quality accessories. Currently in testing, with plans to expand.

🔗 Read more
<@&694595848624930909>

jagged steppe
#

rsc | Analytics: Track new user retention by daily and weekly cohort

Roblox has officially added a New User Retention analytics feature, allowing developers to track daily and weekly cohort retention directly in the dashboard. This helps measure how many new players return over time (e.g., Day 1, Day 7) without external tools. The post confirms this is a native Roblox analytics update, making retention tracking easier for game optimization.

🔗 Read more
<@&694595848624930909>

jagged steppe
#

rsc | “OOF” is back as default sound on Roblox!

OOF sound is back 🥹

🔗 Read more

rsc | Improving Animation Asset Permissions

The Roblox DevForum post discusses improving animation asset permissions to give creators more control over their work. The goal is to allow animators to restrict how their animations are used (e.g., preventing edits or unauthorized redistribution) while still enabling collaboration.

🔗 Read more
<@&694595848624930909>

jagged steppe
#

rsc | Avatar Creators Can Publish and Sell Emotes on Marketplace

Roblox now allows everyone to create and sell custom avatar emotes, like dances, gestures, and animations. on the Marketplace, opening new ways for creators to earn.

🔗 Read more

rsc | [Studio Beta] In-Experience Build-a-Texture: EditableImage Support for SurfaceAppearance

Roblox Studio beta adds editable textures (EditableImage) for SurfaceAppearance, letting creators modify textures directly in experiences.

🔗 Read more
<@&694595848624930909> @cursive tusk

trail blade
#

rsc ICYMI: Highlights from RDC

  • The Developer Exchange rate has been increased by 8.5%! blobdance
  • New AI capabilities: Generation of fully functional 4D objects, new language tools (including real-time translation), and integration of MCP into Studio’s Assistant.
  • Over $1 Billion paid out to creators in the last 12 months.
  • Server Authority and Custom Matchmaking announced for release soon.
  • Beta launch of Roblox Moments - a way for users to share short form video clips of gameplay moments
  • "Blue Lock" and "That Time I Got Reincarnated as a Slime" are now licensable IPs via the License Manager!

🔗 Read more

<@&694595848624930909>

Roblox

Unveiling first-of-its-kind AI, new powerful engine capabilities, creators earning 8.5% more, and our path to capturing 10% of all gaming content revenue

stray ore
#

-# guys we're all going to rdc 26/27

cedar sparrow
#

rsc | [Studio Beta] User Provided Default Instances

You can change the default properties of an instance now.
-# 🔗 Read more

rsc | Analytics: Understand the success of your experience events

Roblox just launched new event analytics that are geared to help you measure and understand your event performances for your games. Page is findable under Engagement > Event & Updates page on the Analytics tab.
-# 🔗 Read more

<@&694595848624930909>

cedar sparrow
#

rsc | Gain insight into ‘toxicity’ in your experience with safety analytics!

A new "Safety Analytics dashboard" has been added, allowing creators to access insights into the frequency of abuse reports generated within their experiences. Page is findable under Safety > Overview.
-# 🔗 Read more

rsc | WebSockets Support in Studio is now available!

"WebSockets are now available within Studio! WebSockets provide a persistent, bidirectional communication channel, allowing your plugins to connect to external servers for efficient, real-time data transfer."
-# 🔗 Read more

<@&694595848624930909>

cedar sparrow
#

rsc | New ExitReason parameter for PlayerRemoving

Roblox has added a new optional parameter to the PlayerRemoving event called exitReason, which tells you why a player left your experience.
-# 🔗 Read more

<@&694595848624930909>

jagged steppe
#

rsc | (Beta) Speech-to-Text API

Roblox has introduced a new Speech-to-Text API (Beta), allowing developers to convert players’ spoken words into text in real-time. This can be used for voice commands, subtitles, or interactive NPC conversations. All text is filtered for safety.

🔗 Read more

rsc | Emissive Maps (On Hold)

Roblox have introduced the release of "Emissive Maps" support for SurfaceAppearance, MaterialVariant, and TerrainDetail.
This feature allows you to use a texture to control emissiveness for your models. It gives you more artistic control than the all-or-nothing Neon material, allowing you to create detailed glowing effects like glowing text, futuristic armor, or bioluminescent creatures.

Notice: As of right now this feature have been reverted and will come back later
🔗 Read more

rsc | Even more CPUs

Starting Nov 10, Roblox will roll out a new dynamic CPU system for servers. Now, your game’s CPU will automatically scale with player demand, improving performance for experiences of all sizes.

🔗 Read more
<@&694595848624930909>

jagged steppe
#

rsc | Configs and experiments

Roblox has introduced a new feature called Configs and Experiments, which allows developers to quickly test and adjust game mechanics, pricing, and features without having to push new code updates.
🔗 Read more

rsc | Custom Matchmaking

Roblox has released Custom Matchmaking for all experiences, allowing players to create and join private matches with friends.

🔗 Read more
<@&694595848624930909>

jagged steppe
#

rsc | More Highlights!

The limit for the Highlighted objects has been increased from 31 to 255!

🔗 Read more
<@&694595848624930909>

jagged steppe
#

rsc | Studio Script Sync - Now in Beta!

Studio Script Sync is a feature that allows you to synchronize your script Instances with Luau files on your local drive. The goal of this feature is to let you work on your code as files, so you can use your favorite code IDE & tools (linters, formatters etc.) on any Roblox project. You can also use it to check your code into an external version control system. (Source: Devforum)
🔗 Read more

rsc | CSG API Improvement

Roblox has fully released the improved Constructive Solid Geometry (CSG) APIs under GeometryService. These new APIs unify CSG tools across Studio, runtime, and plugins, making solid modeling more consistent and powerful.
🔗 Read more
<@&694595848624930909>

jagged steppe
#

rsc | Reimport: One-click updates for imported 3D content [Studio Beta]

Roblox added a Reimport beta feature that lets you update imported 3D models with one click, keeping your Studio edits while refreshing the asset from the original file. It speeds up iteration but currently supports only Models and SurfaceAppearances.
🔗 Read more

<@&694595848624930909>

trail blade
#

rsc | New Requirements to Publish and Update Public Experiences

Starting on December 17, 2025, creators will need to meet one or more of the following criteria in order to publish or update a public experience:

  • Have completed ID Verification
  • Have made a purchase using real currency or gift card since Jan 1, 2025

🔗 Read more

<@&694595848624930909>

alpine dragon
#

rsc | Out of beta: Modern Roblox Studio user interface

Does your Roblox Studio look different today? The new modern user interface, which has been in beta for the last few months, is now being permanently rolled out to all users.

🔗 Read More

<@&694595848624930909>

trail blade
#

rsc | Global Rollout of Age Check for Chat

Starting today, Roblox is rolling out age-check requirements for chat in the U.S and select regions. Users who haven’t completed an age check will need to do so to continue chatting. Over the next week, this will roll out to all regions where chat is available.

🔗 Read more

<@&694595848624930909>

alpine dragon
#

rsc | Upcoming Launches for Avatar Creators (UGC)

Makeup, animation packs, transparency, emissive maps, and more is coming to UGC in 2026.

🔗 Read more

<@&694595848624930909>

alpine dragon
#

rsc | Avatar Joints Upgrade for Physically Simulated Character Movement is Now Live

With this upgrade, character parts can now interact physically with the environment in a ragdoll-like fashion rather than rigidly following predetermined animations.

🔗 Read more

<@&694595848624930909>

alpine dragon
#

rsc | Completing the Dynamic Head Migration

All classic faces and heads will soon be removed from the catalog and replaced with dynamic head counterparts in February 2026. This includes all limited/collectible faces and heads. The policy regarding UGC faces and heads is also being updated.

🔗 Read more

<@&694595848624930909>

alpine dragon
#

rsc | Changes to 2D (Classic) Clothing Upload Requirements

Starting today, a tier 2 or 3 subscription to Roblox Premium will now be required to upload 2D clothing, and there is now a 10 Robux upload fee.

All 2D clothing on the marketplace that is created by a user without an active tier 2 or 3 Premium subscription will be unlisted starting March 19th.

2D clothing that you have already purchased will not be affected.

🔗 Read more

<@&694595848624930909>

alpine dragon
#

roblox_modern | 16:9 Experience Thumbnails in Search Results

16:9 (landscape) thumbnails are now the kind of thumbnails that will appear in search results for experiences. 1:1 (square) thumbnails are still what is shown in the charts and other areas of the Roblox website.

🔗 Read More

<@&694595848624930909>
-# Image by @r4y319 on Twitter

alpine dragon
# alpine dragon # <:rsc:849455469043122216> | Completing the Dynamic Head Migration All classic ...

roblox_modern | Update on Dynamic Heads Migration

Today, the migration from classic heads and faces to dynamic heads has been put into effect. Classic heads and faces are no longer available on the marketplace or in your inventory/avatar and dynamic head counterparts have replaced these. Roblox staff has acknowledged that 1:1 similarity has not been met and stated that they intend to make progress on this among other things.

🔗 Read More

<@&694595848624930909>

alpine dragon
#

roblox_modern | Custom Bone Support for R15, AJU Rollout

Coming later this year, support for custom bones for R15 avatars will be implemented. This means you can add higher-fidelity animations for the spine, fingers, toes, neck, wrists, and more without adding any additional parts.

Additionally, the rollout for the Avatar Joints Upgrade (AJU), which encompasses this change, will go from opt-in to opt-out in May 2026. Any experiences you have that support R15 avatars must be updated to ensure comparability with AJU.

🔗 Read More
<@&694595848624930909>

alpine dragon
#

roblox_modern | Friends are Back

Starting April 7th, Connections on Roblox will be renamed back to friends, undoing the Connections renaming update. Likewise, Trusted Connections will be renamed to Trusted Friends, and the functionality of the Friends and Trusted Friends system is being expanded. This is not a late April Fools joke!

🔗 Read More

<@&694595848624930909>

Roblox

Simple Age Check Unlocks Cross-Age Chat With Family and Friends

alpine dragon
#

roblox_modern | Introducing Roblox Plus

On April 30th, Roblox will be launching a new subscription called Roblox Plus. This introduces new benefits for players and creators.

🔵 For Players

Item Discounts - With a Roblox Plus subscription, you gain a discount on all in-game items and avatars. For all in-game items, avatars, and more, you get a 10% discount, and once you've been subscribed for 3 months, this discount increases to 20%.
Free Private Servers - You always have access to free and unlimited private servers for all games that support this feature.
Direct Robux Transfers - You'll have the ability to send Robux to other users with no fees, and recipients do not need to have a subscription. Sending and receiving Robux requires parental approval unless you are verified 18+.
Trade and Sell Avatar Items - Roblox Plus includes the ability to trade limited items.
Publish and Sell Avatar Items - Roblox Plus also includes the ability to publish and sell avatar items on the marketplace.
Profile Badge - Players with Roblox Plus also gain a distinct badge on their profiles.

When subscribing to Roblox Plus, you have the option between Plus 500, Plus 1000, or Plus 2000, which distinguishes the monthly Robux bonus per month.

The cost for Roblox Plus is $4.99/month

🔴 For Developers

Item Discount Coverage - For item purchases that have a Roblox Plus discount, the discount is covered by Roblox and does not negatively affect earnings for the creator at all.
Free Private Server Rewards - For every Roblox Plus subscriber that spends 60 or more cumulative minutes in a private server over a 30 day timespan, the creator will earn 100 Robux. For each Roblox Plus subscriber, Roblox will pay out up to five of their private servers where they have spent the most amount of time during the 30-day period.
**Onboarding Rewards -**Roblox Plus introduces new rewards for getting players to subscribe to Roblox Plus. When a player subscribes to Roblox Plus through the PromptRobloxSubscriptionPurchase API, the creator earns a bonus of 250 Robux per month. This bonus applies for each of the subscriber’s first three months so long as they remain subscribed, allowing creators to earn up to 750 Robux for every new subscriber they attract.

b_premium Regarding Premium

The introduction of Roblox Plus means that Roblox Premium is going away. Following the launch of Roblox Plus, no new subscriptions to Premium will be offered. Existing Premium members can continue their membership. They can opt into a free 1-month trial of Roblox Plus that they can stack on top of their existing subscription. Members who remain on Roblox Premium will keep their monthly Robux stipend and access to avatar item trading, publishing, and selling. Additionally, starting May 30th, the 10% bonus on additional Robux purchases for Premium subscribers will be discontinued.

🔗 Read More
📄 Technical Information

<@&694595848624930909>

Roblox

Unlock Exclusive Platform Benefits Starting April 30

#

Do you think you will subscribe to Roblox Plus?
upvote Almost Certainly
sidevote Maybe
downvote Most Likely Not

#

Is this an upgrade or downgrade from Premium?
upvote Definitely An Upgrade
sidevote Not Sure
downvote Definitely A Downgrade

#

Which new feature of Roblox Plus are you most excited about?
🔁 Robux Transactions
💸 Purchase Discounts
💻 Free Private Servers
📈 (For Creators) New Opportunities for Profit

alpine dragon
alpine dragon
#

roblox_modern | Introducing Age-Based Accounts under Roblox Kids and Roblox Select

Starting in early June, Roblox will be rolling out new age-based accounts. The type of account you are on will align with content access, communication settings, and parental controls.

Roblox Kids Accounts (Ages 5 - 8)
For users with a Roblox Kids account, access will be limited to games with a Minimal or Mild content maturity label. All communication with other users is disabled by default and can only be adjusted by a parent or guardian. A distinct background color across the app experience is also included to indicate the account type.

Roblox Select Accounts (Ages 9 - 15)
For users with a Roblox Select account, access will be limited to games up to and including a Moderate content maturity label. Default communication settings are not affected.

🔗 Read More

<@&694595848624930909>

Roblox

Roblox Kids and Roblox Select Accounts to Provide Age-Based Content Access and Communication Defaults for Younger Users

#

Bonus news coming up...

#

roblox_modern | New Game Publishing Requirements

Starting on May 19th, there will be new publishing requirements and evaluation processes for games on Roblox. This is apart of a broader effort to make the Roblox experience more appropriate for younger users and to improve the quality of Roblox games.

When publishing a game that is available to younger audiences, that being users on Roblox Kids (users under 9) or Roblox Select (users 9 to 15), your game will be subject to additional verification steps and requirements. Games that are only available to standard Roblox users (users over 16) are not subject to these checks.

Upcoming Game Publishing Requirements Summary

For personal use - Anyone will be able to publish games for personal use.

For users 16+ and Trusted Friends - To publish games that are available to your Trusted Friends and users 16+, you must:

  • Be ID verified or complete an age check
  • Have an account in good standing
  • Have an account that is older than 2 days

For all users - To publish games that are available to all users, you must:

  • Have 2FA enabled on your account
  • Be ID verified
  • Have an active subscription to Roblox Plus, the upcoming subscription model coming April 30th
  • Have your game complete a new evaluation process

New Evaluation Process

For all games that are published for all users, games will first need to be trialed with age-checked users above the age of 16. During this process, signals such as account age, play history, and platform spend are checked to verify that engagement is genuine and isn't derived from fake users or bots. Any reports received while this process is active will be reviewed by a new real-time moderation system. For any of your games under this review process, you will be able to see the progress of this review in the Creator Hub.

Free Plus for Some Creators

If you own a game or own a group that owns a game with over 100 hours of total playtime over the last 30 days as of April 13th, 2026, and do not have any major past violations against Community Standards on your account, you will be subject to 6 months of free Roblox Plus.

🔗 Read More

<@&694595848624930909>

alpine dragon
#

roblox_modern | Introducing the US 18+ DevEx Rate: Earn 42% More on Spend from 18+ US Players

With the growth in Roblox users aged 18 to 32, along with recent changes in game publishing requirements, Roblox is increasing the DevEx rate for earned Robux sourced from U.S. players within this age bracket by 42%.

Starting June 8th, 2026, the rate for earned in-game spend by age-checked 18+ players in the United States is being increased from $0.38 per 100 earned Robux to $0.54 per 100 earned Robux. You'll also see additional statistics in the Creator Hub for in-game spend from this eligible bracket.

Additionally: games that qualify for this enhanced rate MUST have R15 avatars enabled

New: Age Check API

A new age check API is being rolled out to developers that will allow you to see whether or not players are age-checked, and provide functionality to send users through the age-check flow. This API does not enable the ability to see the age bracket that a player is in.

🔗 Read More

<@&694595848624930909>

alpine dragon
#

roblox_modern | Discontinuation of Cross-Game Sales, New Robux Transfers API

Starting May 29th, 2026, cross-game sales of dev products and game passes will no longer be supported, and a new Robux transfer API is being rolled out to replace this functionality.

Developers earn a 10% cut from all transfers, with the recipient receiving the other 90%. Players sending Robux must have a Roblox Plus subscription, and players under 18 require parental approval for every transfer. Players making in-game Robux transfers are subject to the 1000 Robux monthly transfer limit.

🔃 Transfers Information for Players
🔗 Read More

<@&694595848624930909>

alpine dragon
#

roblox_modern | Alternative Publishing Options for Roblox Kids and Select

Following up on a [recent update](#📢︱roblox-news message) regarding changes to game publishing requirements, and in response to developer feedback, alternative options for publishing games to players under 16 is being introduced. Starting May 19th, in addition to the current ID verification option, creators will have the following alternative options to publish games to all users:

  1. Pay a one-time, refundable 1,000 Robux fee per game, OR
  2. Be an active recipient of free Roblox Plus for 6 months, OR
  3. Have a Roblox Plus/Premium subscription for at least 2 consecutive months

Games published for all users through any of these methods must still go through the new evaluation process. If you publish a game via the 1,000 Robux fee, and the game passes the evaluation process and isn't moderated for violating community standards, the fee will be refunded 3 months after eligibility is verified.

🔗 Read More

<@&694595848624930909>

alpine dragon
#

roblox_modern | Improvements to UI: Shadows and Individual Corners

Two highly requested features to GUI have now been released in beta.

Individual Corner Rounding

For the longest time, the UICorner instance has only had one corner radius property that applied to all four corners of the parent UI instance. Now, four new properties are being rolled out for per-corner radius definition:

  • TopLeftRadius (UDim)
  • TopRightRadius (UDim)
  • BottomLeftRadius (UDim)
  • BottomRightRadius (UDim)

No action is necessary - the existing CornerRadius property still exists and works as intended.

Drop Shadows

A new modifier instance for UI elements is being rolled out, UIShadow, which can be used to define a drop shadow/glow to the parent element. You can use the following properties to customize the look of your drop shadow:

  • BlurRadius (UDim)
  • Color (Color3)
  • Offset (UDim2)
  • Spread (UDim2)
  • Transparency (number)
  • ZIndex (number)

Beta Reminder

Again, these new features are currently just in beta. They will be available for publishing to experiences soon. To enable the beta for these features:

  1. Navigate to File > Beta Features
  2. Find and check the box for "New UI Capabilities"
  3. Restart Roblox Studio when prompted

🔗 Read More

<@&694595848624930909>

shadow mulch
shadow mulch
shadow mulch
vernal night
vernal night
shadow mulch
shadow mulch
shadow mulch
#

it looks like a symbol for a shitty robot game currency

shadow mulch
#

and yes its only for some people

shadow mulch
#

they are discontinuing live ops for now

#

they basically said fuck off to easter egg hunt and halloween event for a program that lasted 6 months

vernal night
#
untold gazelle
#

event

shadow mulch
sand scaffold
shadow mulch
shadow mulch
sand scaffold
shadow mulch
#

The new SurfaceAppearance objects in the #Roblox Avatar Evolution build are essentially the custom materials we were promised! Especially fun to play with these lighting properties with PBR enabled to show off the new diffuse and specular stuffs #RobloxDev https://t.co/5eR...

Likes

291

▶ Play video

The new custom PBR feature are gonna make roblox games look so nice 👌

Tried importing some custom materials myself and they look amazing
#RobloxDev https://t.co/TzY0j1N1rO

Likes

161

▶ Play video
umbral trail
umbral trail
#

^ ITS LIVE NOW!!!!!!!!

umbral trail
#

^egg hunt 2020

shadow mulch
#

garbage

umbral trail
#

^ new playerlist

sand scaffold
sand scaffold
#

^ RDC soon

sand scaffold
umbral trail
#

^trix i send that bad trix

shadow mulch
sand scaffold
umbral trail
umbral trail
#

^ Receive Robux if more premium user's are playing your games 😳

sand scaffold
#

I was gonna do that 😦

umbral trail
sand scaffold
umbral trail
#

New feature being tested from Roblox! ^

#

video's and streaming with audio inside of Roblox

shadow mulch
#

@umbral trail they rick rolled us all at the end of the test

umbral trail
#

yes roblox likes oopsies ^

sand scaffold
sand scaffold
sand scaffold
sand scaffold
#

Now in affect if you wish to receive a ping about Roblox News please type .iam RNEWS in #🤖︱commands

sand scaffold
umbral trail
sand scaffold
mossy heraldBOT
#

studio** You are now Level 21!**studio

umbral trail
sand scaffold
sand scaffold
sand scaffold
umbral trail
sand scaffold
umbral trail
sand scaffold
umbral trail
#

^ Official dev forum post, if anyone is interested

shadow mulch
umbral trail
#

Fucking finally

umbral trail
#
#

^ Official dev post

shadow mulch
umbral trail
trail blade
#

<@&694595848624930909> It appears that the brand new "Asset Manager" on ROBLOX studio is now live!

#

Read more about it here:

umbral trail
#

^PBR Beta

shadow mulch
umbral trail
#
#

it's out

#

yes

sand scaffold
sand scaffold
#
shadow mulch
sand scaffold
shadow mulch
shadow mulch
umbral trail
#
#

Multiple text colors / effects in 1 textlabel?!

sand scaffold
#

This isn't news, but I recommend using https://devforum.roblox.com/t/text-editor-make-editing-text-fields-much-easier/684771 for editing rich text.

shadow mulch
umbral trail
shadow mulch
#

<@&694595848624930909> Everything announced or shown in RDC2020, such as a linkdin-like feature to hire developers https://twitter.com/i/events/1286723703452004352

The future of Roblox is now. Here, you can find all of the highlights, announcements, new features coming soon, and more directly from the 2020 Roblox Developer's Conference! #RDC2020 #Roblox #RobloxDev

sand scaffold
#

<@&694595848624930909> https://devforum.roblox.com/t/new-beta-feature-levelofdetail-property-for-models/662464 now you can show your memes far away for the adventures

shadow mulch
sand scaffold
#

ew

faint oyster
#

^

fading lichen
#

wait we can only use roblox assets?

shadow mulch
#

id assume you'd have to upload them the same way you upload audio's and decals

faint oyster
#

So with bobux

fading lichen
#

people are probably gonna bypass and that will be a big problem >.>

shadow mulch
#

they already do it with everything else

#

videos won't be much different

fading lichen
#

ig

fading lichen
#
shadow mulch
#

i dont like it

fading lichen
#

its meh

sand scaffold
#

bro when you make RNEWS announcements make sure to publish them

#

so the 5 servers that follow it get announcements

#

you idiots

umbral trail
#

lol

shadow mulch
shadow mulch
trail blade
#

<@&694595848624930909> VideoFrames are now available on the ROBLOX marketplace! https://devforum.roblox.com/t/introducing-videos-in-the-marketplace/770595/43

shadow mulch
shadow mulch
sand scaffold
#

Oh yeah what a dirty font 🥴

umbral trail
#

https://devforum.roblox.com/t/new-fonts-are-live/821617/61?u=meex_dev

Easy shortcut to all the new fonts (all links go to fonts.google.com) where you can check and try them out! <@&694595848624930909>

sand scaffold
sand scaffold
#
shadow mulch
solar wagon
trail blade
#

<@&694595848624930909>

sand scaffold
#
trail blade
#

The layout of the front page has been changed and Sponsors now appear on the first 3 sorts, unlike before

sand scaffold
#
#

<@&694595848624930909>

sand scaffold
#

studio Roblox accelerator applications are out studio

https://devforum.roblox.com/t/roblox-2021-the-accelerator-program/997573

<@&694595848624930909>

umbral trail
#
remote arrow
#

studio Builder Panel Discussion studio

@round thorn of Shiguto is hosting a virtual panel discussion with the owners of Roblox Architects, and Elite Builders of Robloxia on March 12th @ 3pm PST.

In the panel, they will be covering multiple topics related to building and the building community. The panelists will be @finite estuary, @blissful totem, and @sage moat! This is the perfect time to hop in and learn more about building for anyone who is just getting started and even for veteran builders interested in some more tips and tricks from some of the best on the platform! It's also a great time to ask about criteria and such for getting into these Roblox communities. 👀

RSVP Here: https://events.rbx.com/events/details/roblox-ebur1n-presents-all-about-the-roblox-building-community/#/

Submit Questions Here: https://docs.google.com/forms/d/e/1FAIpQLSd37YL3KB4DT6WMrXVnufGWwuiuMIFL1P-uAcnBH_zS7zLQjQ/viewform

Shiguto Socials
Twitter: https://twitter.com/Shiguto_RBX
Discord: https://discord.gg/Cw9tJg6
Roblox Group: https://www.roblox.com/groups/3748886/Shiguto

RAR Socials
Twitter: https://twitter.com/RbxArchitects
Discord: https://discord.gg/CVFPkwq
Roblox Group: https://www.roblox.com/groups/7647/ROBLOX-Architects

EBR Socials
Twitter: https://twitter.com/EBR_RBLX
Discord: https://discord.gg/4ZTptJgDg3
Roblox Group: https://www.roblox.com/groups/1396/Elite-Builders-of-Robloxia

umbral trail
#
#

<@&694595848624930909> ^

remote arrow
#

studio Decal Surface Displacement Plugin studio

This cool new plugin allows you to easily place any decal onto complex objects or even smooth terrain!
https://devforum.roblox.com/t/decal-surface-displacement-plugin/1123313 <@&694595848624930909>

trail blade
#

studio New way to create a typewriter effect on your text on ROBLOX! studio

https://devforum.roblox.com/t/typewriter-effect-new-property-maxvisiblegraphemes-for-text-objects/1092043
<@&694595848624930909>

trail blade
#

<@&694595848624930909> Display Names appear to be live for all users!

trail blade
trail blade
sand scaffold
#
sand scaffold
#
#

Also you can't be ranked off using these if you are really going to ask 🤡

sand scaffold
#
sand scaffold
#
sand scaffold
#
#
umbral trail
#
#
remote arrow
#
sand scaffold
sand scaffold
#
sand scaffold
#
#
sand scaffold
#
sand scaffold
#

Due to third party service Roblox depending on, creators are experiencing data store issues. The third party service is working actively to resolve the issue.

Please refer to http://status.roblox.com/ for status updates

sand scaffold
#
sand scaffold
#
umbral trail
#
#
#
umbral trail
#
umbral trail
#
#
sand scaffold
#
trail blade
trail blade
#
umbral trail
#
sand scaffold
#
umbral trail
#
umbral trail
#
umbral trail
trail blade
umbral trail
#

<@&554072936894562338> <@&694595848624930909>
Be safe while browsing on Roblox, there’s currently a vulnerability going around that can compromise your account. Stay safe.

https://twitter.com/rblxtradingnews/status/1462543649066127365?s=21

It’s recommended to avoid use of the Roblox Catalog/Groups/Games for now. (Primarily the search function)

There's currently an active XSS vulnerability on Roblox in which group names, catalog items, games (anything with a customizable name) can execute scripts in your browser.

Likes

126

umbral trail
#
#
#
languid dragon
#

50,000 is still really high and what we really need is a higher payout rate than 35%, but i guess baby steps are important.

#

baby steps in treating their developers right from the third largest videogame studio in the world

#

one day

umbral trail
sand scaffold
#

<@&694595848624930909> https://devforum.roblox.com/t/action-needed-upcoming-changes-to-asset-privacy-for-audio/1701697 riperino all audios longer than 6 seconds

alpine dragon
#

<@&694595848624930909> New in-experience chat system with features such as channels, filtering, and more (in beta) https://devforum.roblox.com/t/new-beta-in-experience-chat-system-for-channels-filtering-and-more/1739004

umbral trail
#
sand scaffold
umbral trail
#
umbral trail
#
umbral trail
#
umbral trail
#
#
umbral trail
#
#
umbral trail
#
trail blade
#

Group Transparency?!!?!!?!?

sand scaffold
#
umbral trail
#
sand scaffold
#

Devforum seems to be down again.

umbral trail
#
umbral trail
#
#
#
umbral trail
#
#
#
umbral trail
#
#
brisk arch
#

https://devforum.roblox.com/t/unified-mesh-importer-beta-skinning-and-layered-clothing-support/1852339 (another very late one, i'll get the future ones out in time for you guys coolguy)

brisk arch
#
brisk arch
#