Improvements
Note | Status |
---|---|
Adds a warning for users if they run a script with RunContext set to anything other than Legacy under StarterGui, StarterPlayerScripts, StarterCharacterScripts or StarterPack, as the script may run multiple times. | Live |
Makes SharedTable a recognized type in Script analysis, preventing the incorrect unrecognized global error in Studio when SharedTable is used. | Live |
Adds Floor UserCFrame for VR. | Live |
Fixes
Note | Status |
---|---|
Added Wedge and CornerWedge to Enum.PartType. | Live |
Selecting parts which have in-game Highlights applied on certain Intel GPUs (or when using OpenGL) in Studio no longer crashes the application. | Live |
Updates Luau Script Profiler to correctly place callbacks executed during Parallel Luau stage into 'Parallel Luau' category instead of generic 'callCallback' category. | Live |
Conditions, logpoint messages, and the Continue Execution breakpoint settings are now set correctly in certain scripts with invalid expressions. | Live |
The Parent property on Services now accurately shows up as uneditable. | Live |
UIScale now applies properly with AutomaticSize. | Live |
Highlight now displays correctly on Parts with transparency. | Pending |
Players service is now visible again with the Explorer Services Cleanup beta feature. | Pending |