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
5,163
Gamers
897,781

Latest Updates

Release Notes for 622

Improvements

  • Adds collision optimizations. ~50% faster mesh collision detection for most meshes and 25% smaller memory footprint for physics colliders.
  • Decouples lighting updates from frame time.
  • RunService.RunState is now a plugin level boolean you can use to create scripts that connect and listen to RunService's state changes.
  • Releases beta version of banning APIs: BanAsync and UnbanAsync
  • This will not be released to users at this stage. ...

Release Notes for 621

Improvements

  • Adds visual parity between desktop and mobile highlights: no dithering, correct blending, and highlight outline support.
  • Improve the performance of pasting objects. You should no longer get a hang when pasting large complex objects into a location where they have to be bumped up a significant distance to get out of the way of the existing objects there.
  • Adds a menu to hide or show equipped items on hover in Avatar Setup. ...

Release Notes for 620

Improvements

  • Optimizes Class.EditableImage objects inside Class.SurfaceAppearance instances.
  • Adds rolloff editing to Class.AudioEmitter objects.
  • Prepends physical property clamping warning messages with file and line numbers.
  • Adds a new ScriptProfilerService that's accessible from plugin scripts to control the ScriptProfiler and request profiling data.
  • Replaces utility buttons in the ScriptProfiler with a dedicated settings screen on mobile platforms. ...

Release Notes for 619

Improvements

  • Luau Native Code beta will now report more detailed error messages for script compilation failures.
  • Adds FluidFidelity control to mesh creation APIs in Class.AssetService, Class.EditableMesh, and Class.GeometryService.
  • Folds Range of Motion tab within Movement in Avatar Setup.
  • Includes attachment name in the tooltip for catalog accessories in Avatar Setup.
  • Adds Datatype.Font.fromName("Arimo"), Enum.Font.Arimo, and Enum.Font.ArimoBold.

Fixes   ...

Release Notes for 618

Improvements

  • Adds rolloff editing to Class.AudioEmitter objects.
  • AssemblyLinearVelocity and AssemblyAngularVelocity of a Class.BasePart now are properly updated when the BasePart isn't in the world. These values will be used as the resulting assembly's velocity if the associated BasePart becomes the assembly root part, and are otherwise discarded.
  • In the ScriptProfiler Functions view, anonymous entries now display their source location by default, instead of "". ...

Release Notes for 617

Improvements

  • Properties pane Color3 properties will interpret a three-digit decimal input with no preceding # as a greyscale value instead of a short hexcode.
  • Adds more descriptive reasons for why the "Distribute on Creator Store" toggle is disabled when applicable
  • Adds new setting to 3D import to allow unused bones to be kept.
  • Luau Heap tool in Developer Console now includes memory taken by functions compiled natively (under Luau Native Code Studio beta) ...