Améliorations
Note | Statut |
---|---|
Performance improvements for the new in-game menu | Live |
There are no visible changes as a result of this ticket. The changes are only internal in order to prevent localization related bugs in system file dialogs. | Live |
Fix an issue that package performance drops when user drags 3d model in the 3d view. | Live |
certain properties of the player that were spoofable are no longer spoofable. | Pending |
Corrections
Note | Statut |
---|---|
After fresh installation of Roblox Studio, or after complete removal of Roblox Studio and re-installation, the default save folder should be the user's Documents folder. | Live |
Fixed 'Share' option (in Start Page) for public places. | Live |
A minor memory leak during CharacterLoad was fixed | Pending |
Instance:GetDebugId(len) will return if passed len=0. otherwise a _ for len > 0. scope will be up to len long but may be shorter. This fixes a bug where passing a len == the ascii length of the scope would output just the scope. eg GetDebugId(1) would return "1" vs "1_23456" but GetDebugId(2) would return "1_23456". | Pending |
Fix issues with Japanese and Korean input methods on Windows Client. | Pending |