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,151
Gamers
1,104,315

Latest Updates

Release notes for 656

Improvements

  • Fixes voxelization of invalid parts and meshes.
  • Add a new Class.Decal.TextureContent property so that EditableImage can be used with decals.
  • Removes lighting calculations from rendering.
  • Improves lighting update performance on mobile devices with PowerVR GPUs.
  • Fixes the generation of some unresolved types like 'a <: number.
  • Reduces overhead of accessing Instance properties between 24-45%. ...

Release Notes for 655

Improvements

  • Fixes a bug in the new Luau type solver that prevented inferring the types of globals.
  • Improves script write performance for Class.EditableMesh by 20-40%.
  • Adds a visual editor for Class.AudioCompressor and Class.AudioLimiter instances.
  • Fixes bug of incorrect inertia data when using Class.PartOperation:SubstituteGeometry().
  • Speeds up Studio startup by loading translations in parallel.

Fixes   ...

Release Notes for 654

Improvements

  • Fixes voxelization of invalid parts and meshes.
  • Luau user-defined type functions now support Luau thread and buffer primitive types
  • Fixed false positive Luau type errors when using 'vector' type properties and operators.
  • Instance picker is now more consistent about cancelling itself when clicking out of the viewport.

Fixes

  • When Script Sandboxing is used, modules required using an asset ID will execute in the sandbox context of the caller. ...

Release Notes for 653

Improvements

  • Adds a Class.Players property named BanningEnabled, which enables/disables the three Class.Players methods that constitute the ban API.
  • Updates lighting priority order.
  • For the new Luau type solver, users can assign nil into tables with indexers.
  • Instance.Changed and DataModel.ItemChanged signals will no longer be called when non-scriptable of inaccessible properties change. ...

Release Notes for 652

Improvements

  • Changes Class.EditableMesh to inherit from Class.Object and live outside the Class.DataModel.
  • Adds a new Class.DataStore.GetVersionAtTimeAsync method to retrieve data store versions by timestamp.
  • Adds a Class.Players property named BanningEnabled, which enables/disables the three Class.Players methods that constitute the ban API.
  • Adds an entry to the beta features menu to enable incremental autocomplete in Studio. ...

Release Notes for 651

Improvements

  • Reduces the memory usage of ShadowMap and Future lighting technologies when running at low graphics quality levels.
  • Adds a Players property named BanningEnabled, which enables/disables the three Players methods that constitute the ban API.
  • Changes Class.EditableMesh to inherit from Class.Object and live outside the Class.DataModel.
  • Refines type information for require.
  • Fixed issue with terrain in lighting propagation. ...