개선 사항
노트 | 상태 |
---|---|
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 |
ProximityPrompts Studio beta feature | 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 |
Luau type annotations now support a concise form of specifying array-like tables, {T}; for example, {Part} is equivalent to {[number]: Part} | Pending |
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. | Pending |
수정
노트 | 상태 |
---|---|
Fix Viewport Frame update delay | Live |
Fixed gamepad B button behavior in the Windows Store build | Live |
Fix alignment of the log out menu when Studio is not maximized. | Live |
Fix the issue that placeholder text does not show up correctly on a richtext-enabled textbox. | Live |
Improved visuals of terrain LOD stitches | Pending |