32 Likes
Client Difference Log
API Changes
Added Function bool ScriptDocument:EditTextAsync(string newText, int startLine, int startCharacter, int endLine, int endCharacter) {RobloxScriptSecurity} [Yields]
Added Function void StudioService:DEPRECATED_EmitPlacePublishedSignal() {RobloxScriptSecurity}
Added Function void StudioService:DEPRECATED_RefreshDocumentDisplayName() {RobloxScriptSecurity}
Added Function void StudioService:DEPRECATED_SetUniverseDisplayName(string newName) {RobloxScriptSecurity}
Added Function void StudioService:DEPRECATED_ShowSaveOrPublishPlaceToRoblox(bool showGameSelect, bool isPublish, Enum.StudioCloseMode closeMode) {RobloxScriptSecurity}
Added Function void StudioService:DEPRECATED_publishAs(int64 universeId, int64 placeId, int64 groupId) {RobloxScriptSecurity}
Added Event StudioService.DEPRECATED_GameNameUpdated(string name) {RobloxScriptSecurity}
Added Event StudioService.DEPRECATED_GamePublishFinished(bool success, int64 gameId) {RobloxScriptSecurity}
Added Event StudioService.DEPRECATED_OnPublishPlaceToRoblox(bool isOverwritePublish) {RobloxScriptSecurity}
Added Event StudioService.DEPRECATED_OnSaveOrPublishPlaceToRoblox(bool showGameSelect, bool isPublish, Enum.StudioCloseMode closeMode) {RobloxScriptSecurity}
Moved Function RefreshDocumentDisplayName
from: Class StudioService
to: Class StudioPublishService
Moved Function SetUniverseDisplayName
from: Class StudioService
to: Class StudioPublishService
Moved Function ShowSaveOrPublishPlaceToRoblox
from: Class StudioService
to: Class StudioPublishService
Moved Event GameNameUpdated
from: Class StudioService
to: Class StudioPublishService
Moved Event GamePublishFinished
from: Class StudioService
to: Class StudioPublishService
Moved Event OnSaveOrPublishPlaceToRoblox
from: Class StudioService
to: Class StudioPublishService
Removed Function StudioService:EmitPlacePublishedSignal
Removed Function StudioService:PublishAs
Removed Event StudioService.OnPublishPlaceToRoblox
Removed Tag [Hidden] from Property SurfaceAppearance.TexturePack
(Click here for a syntax highlighted version!)
8 Likes
Limited to what amount?
What is this change for? Does it offer optimization or something
3 Likes
Limited to some large enough amount that you’re not going to hit the limit unless you’re deliberately trying to break things
44 Likes
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.