Improvements
Note | Status |
---|---|
Luau now knows the return types of RBXScriptSignal:Wait() calls. | Live |
Luau Types: fix a confusing error message when a method name was mistyped | Live |
Luau Types: Errors for duplicate definitions of functions now include the line number of the first declaration of the conflicting function. | Live |
Luau type annotations now support a concise form of specifying array-like tables, {T}; for example, {Part} is equivalent to {[number]: Part} | Live |
GetJobsExtendedStats, GetJobTimePeakFraction and GetJobIntervalPeakFraction methods were removed from DataModel. These were Plugin-only (so this can not affect games) and have been broken for quite some time. If plugin authors are looking for functions that return job statistics that actually work, GetJobsInfo should be used instead. | Live |
Remove default shortcut of "View team chat window", and it can be configured now. | Live |
New beta feature for all Script Editor major new features. | Live |
Added ability for non-owners of a Team Create place to view other collaborators and their permissions | Live |
Fixes
Note | Status |
---|---|
Improved visuals of terrain LOD stitches | Live |
Fix Viewport Frame update delay | Live |
Fix alignment of the log out menu when Studio is not maximized. | Live |