Improvements
Note | Status |
---|---|
Updates logo for Roblox Studio. | Live |
Adds animation support to AssetService.CreateAssetAsync and AssetService.CreateAssetVersionAsync. | Pending |
Introduces three-phase rollout for updates to the physics sleep system. | Pending |
In Luau’s New Type Solver, decreases the occurrence of "leaked free type" errors. | Pending |
Pending | |
Adds a method CFrame:AngleBetween(cf: CFrame), used to compute the angle of rotation between two CFrames. This is the minimum angle required to align both rotations of the CFrames together. This function does not take the position of either CFrame into account, and only looks at the relative rotation. | Pending |
Adds ragdoll death to the Avatar Joint Upgrade. | Pending |
New beta feature: Fast autocompletion with fragment typechecking. | Pending |
Avatar auto setup no longer uploads models as input. This prevents you from being moderated twice for the same asset. | Pending |
Fixes
Note | Status |
---|---|
Fixes a case where certain code fragments could cause Luau Script Analysis to consume memory and run forever. | Live |
Next Gen Explorer Beta: Fixes bug where pressing F to scroll to the selection and zoom the camera would sometimes not work. | Live |
ContentProvider:PreloadAsync() now supports SurfaceAppearance and MaterialVariant objects. | Pending |
RunService:IsRunMode() no longer incorrectly returns true when run on a server started from Play mode. | Pending |
Ray:ClosestPoint() and Ray:Distance() now produce the expected values. Both methods now use a unit vector to perform the projection in the underlying computation. | Pending |
Changes the lowest LOD of a SurfaceAppearance to use the specular value as the average value of the roughness texture, rather than have all SurfaceAppearances use a the same constant value. | Pending |
Hides cursor following widgets in the Script Editor (Signature Help, Color3 Picker, Autocomplete) when the text cursor has a selection. | Pending |
Next Gen Explorer Beta: The Show Hidden Objects in Explorer Studio setting now shows ALL objects including those that have dedicated settings like CoreGui. | Pending |
Next Gen Explorer Beta: The delete shortcut now works while a script is open. | Pending |
Next Gen Explorer Beta: The duplicate shortcut now works while a script is open. | Pending |
Next Gen Explorer Beta: Explorer no longer steals PageUp and PageDown shortcuts from the script editor. | Pending |
ContentProvider:RegisterEncryptedAsset() and ContentProvider:RegisterSessionEncryptedAsset() will throw an error when an invalid ContentId is provided. | Pending |