The Roblox Studio game logo

Roblox Studio

PatchBot will keep your Discord channel up-to-date on all the latest Roblox Studio patch notes.

Servers
6,503
Gamers
1,268,356

Latest Updates

Release notes for 674

Improvements

  • The new SolidMesh pipelines now have material box mapping that matches the behavior of the previous version.
  • Improves type checking for functions with generic type pack arguments.
  • Renames the ? tab in MicroProfiler HTML dumps to Info for better clarity.
  • Luau's New Type Solver: Fixes an instance of an internal compiler exception when calling some built-in functions, like table.freeze, as a child of or or and expressions. ...

Release notes for 673

Improvements

  • The new SolidMesh pipelines now have material box mapping which matches the behavior of the previous version.
  • Speeds up animation curve evaluation by enabling caching for animation curve sampling.
  • Adds Class.Bone.LocalCFrame and Class.Bone.WorldCFrame properties.
  • Adds Class.MaterialVariant.ColorMapContent, Class.MaterialVariant.MetalnessMapContent, Class.MaterialVariant.NormalMapContent, and Class.MaterialVariant.RoughnessMapContent properties. ...

Release notes for 672

Improvements

  • In Luau's New Type Solver, local variables captured in a lambda are no longer allowed to change types via assignment.
  • Textures displaying Class.EditableImage|EditableImages now switch to low resolution when the system is low on memory, with no changes to the actual image data. ...

Release notes for 671

Improvements

  • Fixes a crash caused by iterating through magic functions like require using a for ... in loop.
  • Fixes an issue where loop variables were being inferred as having generic types.
  • Adds an explicit error to alert that user-defined type functions named typeof are not allowed.
  • Textures displaying Class.EditableImage|EditableImages now switch to low resolution when the system is low on memory, with no changes to the actual image data. ...

Release notes for 670

Improvements

  • Adds animation support to Class.AssetService.CreateAssetAsync and Class.AssetService.CreateAssetVersionAsync.
  • Introduces three-phase rollout for updates to the physics sleep system.
  • Adds an explicit error that user defined type functions named "typeof" are not allowed. ...

Release notes for 669

Improvements

  • Changes the Class.Plugin type, as well as many related Instance types, to be plugin-level security.
  • Fixed a bug causing the Explorer to get stuck in a dragging state.
  • Introduces support for the deprecated attribute. Luau functions and table methods marked for deprecation lead to linter warnings when used.
  • Introduces three-phase rollout for updates to the physics sleep system.
  • Improves performance for mouse raycast check. ...