Improvements
Note | Status |
---|---|
In new Luau VM xpcall now supports yielding inside the function object. This comes at no extra performance cost. | Live |
Luau type annotations are now valid to use in games; we still have a lot of work to do on the type checker but this means that (once this change is enabled) it is going to be safe to publish scripts with type annotations to production. | Live |
If you are in a group-owned game, default option in creator and group dropdown for publish flow will be that group | Live |
Added Phone and Tablet as playable devices by default in game creation for new lua publish flow | Live |
Fixes
Note | Status |
---|---|
Fixed a bug where in multiplayer scenarios Touched and TouchEnded would fire in a cycle. | Live |
CLISTUDIO-20955: Game settings dialog will not show an error anymore after trying to close it manually after pressing the Save Settings button. | Live |
Create/Overwrite button will be re-enabled as expected after publishing finishes in new publish flow | Live |
Games in new publish flow existing games page are now sorted by last updated correctly | Live |