Improvements
Note | Status |
---|---|
Luau will no longer treat __meta as a special property to indicate the type of the metatable for the given table. | Live |
Fix os.time() to assume that the input table is in UTC (which used to be true in 2018 & 2019, but stopped being true in June 2020). | Live |
Add math.round to standard math library which rounds the number to nearest integer. | Live |
Added ability to access Game Settings directly from the File Menu. Minor adjustments to order of items in the File Menu. | Live |
Added success screen when successfully choosing a place to overwrite in Publish Place As... > Update Existing Game... | Live |
Added Scrolling UI to game selection in the Publish to Roblox As... menu | Live |
This is refactoring the existing code, there are no new features added, so there is no need for release notes. | Live |
Fixes
Note | Status |
---|---|
WeldConstraint changed to store relative offsets to reduce floating point precision loss. | Live |
Fix issue with in game purchase prompt and products that contain a % in the name. | Live |
Added Scrolling UI to updating and publishing places in Publish to Roblox As... | Live |
The permission settings page for group games now includes individual permissions. (These cannot be added now, but may have been added in the past via script or plugin.) | Live |