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
7,240
Gamers
1,476,954

Latest Updates

Release notes for 708

Improvements

  • Adds a Serialized boolean to classes and the Owner classname to properties output by Class.ReflectionService.
  • Fixes the AstExprInstantiate visitor to not unconditionally visit its expression.
  • ScrollingFrame scroll rate when using a mouse wheel has been decreased down to a value more in line with native platform behavior. The scroll rate was adjusted gradually over the past few months, with the current scroll rate being the final one it will be kept at. ...

Release notes for 707

Improvements

  • Fixes issue with the Input Action System registering mouse clicks on UI buttons and in-menu.
  • Improves error message around Class.AnimationTrack limit being reached.
  • Adds tooltip descriptions to new Capability groups.
  • Adds KeyCodes MouseWheel, TrackpadPan, and TrackpadPinch to be used in the Input Action System as transformed velocities under Direction action types. ...

Release notes for 706

Improvements

  • Improves error message around Class.AnimationTrack limit being reached.
  • In Luau's New Type Solver, adds "subtyping driven unification:". This uses the solver's understanding of subtyping to drive unification for some internal callsites and is a broad change that should result in more consistent inference.
  • Add 18 new Capabilities for scripts & assigns additional classes to existing Capabilities. ...

Release notes for 705

Improvements

  • Binary size reduction, varies by platform.
  • Removes the reason argument from the Class.NetworkClient.ConnectionFailed event.
  • Adds an option for logging input to the Studio camera service to assist with debugging.
  • print(meshPart.MeshContent) will now include the Datatype.Content source type.
  • Fixes issue with the Input Action System registering mouse clicks on UI buttons and in-menu.
  • Adds Enum.KeyCode.Touch for the Input Action System. ...

Release notes for 704

Improvements

  • Removes the reason argument from the NetworkClient.ConnectionFailed event.
  • Reimport now supports Decal instances.
  • Adds Touch as a KeyCode for the Input Action System.
  • Adds Class.MaterialVariants.AlphaMode and the Opaque value to Enum.AlphaMode.
  • Adds Vector3Scale to individually scale composite directions for InputActions with a Direction3D action type.
  • Making Class.InputAction:GetState() threadsafe soon. ...

Release notes for 703

Improvements

  • Adds the following properties to the Sky object: Class.Sky.MoonTextureContent|MoonTextureContent, Class.Sky.SkyboxBackContent|SkyboxBackContent, Class.Sky.SkyboxDownContent|SkyboxDownContent, Class.Sky.SkyboxFrontContent|SkyboxFrontContent, Class.Sky.SkyboxLeftContent|SkyboxLeftContent, Class.Sky.SkyboxRightContent|SkyboxRightContent, Class.Sky.SkyboxUpContent|SkyboxUpContent, and Class.Sky.SunTextureContent|SunTextureContent. ...