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,423
Gamers
1,236,300

Latest Updates

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. ...

Release notes for 668

Improvements

  • Adds support for multiple controllers on Xbox and PlayStation.
  • Studio Debug Assistant error actions in the output context menu now retain on exiting Play mode.
  • In the new Explorer, selected instances now have darker text.
  • 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. ...

Release notes for 667

Improvements

  • Introduces support for deprecating methods in Luau class declarations.
  • In the new Explorer, added box select.
  • In the new Explorer, removed "select on insertion" setting from dropdown (but is still accessible from the Insert Object settings menu). "Highlight hierarchy under selection" has been removed and is now forced on.
  • Introduces support for the deprecated attribute. Luau functions and table methods marked for deprecation lead to linter warnings when used. ...

Release notes for 666

Improvements

  • In Luau's New Type Solver, improves the rendering of type errors to significantly increase comprehension of subtyping failures with multiple underlying reasons.
  • Introduces three-phase rollout for updates to the physics sleep system.
  • Adds new Enum.AlphaMode|TintMask alpha blend mode for Class.SurfaceAppearance. Additionally, streaming LoD meshes more accurately represent the Class.SurfaceAppearance alpha blend modes. ...