ViewportCamera is the clearest live addition. It inherits from Camera but replicates, which lets teams use it for ThumbnailCamera setups in Team Create and for ViewportFrame objects prepared at design time. A shared camera object can therefore survive collaborative editing without the same mismatch that a non-replicating camera could create. The notes do not describe ViewportCamera as a general gameplay camera replacement; its stated use is focused on replicated viewport and thumbnail configuration.

InputSink is the other item marked Live. The new UI property is intended to replace the older use of Active when an interface element needs to consume input. This is a migration signal rather than an immediate removal notice: the release notes say InputSink allows the Active property to be deprecated, but they do not publish a deadline. Teams can begin auditing buttons and other interactive UI while keeping existing behavior tested across mouse, touch and gamepad input.

Several larger systems are still Pending. Roblox plans to move collision-group APIs from PhysicsService to WorldRoot, allowing each WorldModel to register and configure groups independently from Workspace. A WorldModel can instead opt into Workspace groups through UseWorkspaceCollisionGroups. The pending Collections Studio beta and its new API entry point are also listed, but the notes provide no production availability date. Projects should not ship dependencies on either change until their status becomes Live.

Creative tooling receives more pending controls. EditableImage is scheduled to gain SampleImageProjected, described as the sampling counterpart to DrawImageProjected, plus an ImageCombineType.Subtract blend mode. UIShadow is due to receive Inset and ShowBehindParent controls. Animation graphs are expected to accept a runtime AnimationId parameter for ClipNode, while their parameter-count limit should become a warning instead of preventing playback, with a compatibility warning for Server Authority.

The fix list covers input, audio, avatars, Luau and simulation. Roblox plans to stop Windows launch from switching the system keyboard layout to English, correct premature looping and audio-engine stalls tied to PlaybackRegion, and repair accessory SurfaceAppearance colors in the web catalog viewer. Another pending correction targets extra movement mispredictions above 60 FPS when Workspace AuthorityMode is Server. Luau diagnostics and user-defined type functions also receive changes, including pcall and xpcall support inside those type functions.

For production teams, the practical reading is conservative: test the two Live changes in a copy of the project, and track the Pending entries without building release-critical work around them. Statuses on Creator Hub can change after the article is published, so the official release-note page remains the source of truth. The DevForum announcement supplies the publication timestamp, while Creator Hub carries the individual descriptions and current Live or Pending labels.