Client Difference Log
API Changes
Added Class PluginDragEvent : Instance [NotCreatable] [NotReplicated]
Added Property string PluginDragEvent.Data [ReadOnly] [NotReplicated]
Added Property string PluginDragEvent.MimeType [ReadOnly] [NotReplicated]
Added Property DataType<Vector2> PluginDragEvent.Position [ReadOnly] [NotReplicated]
Added Property string PluginDragEvent.Sender [ReadOnly] [NotReplicated]
Added Property int64 PackageLink.VersionNumber [ReadOnly] [NotReplicated]
Added Property bool Plugin.UsesAssetInsertionDrag {RobloxScriptSecurity} [NotReplicated]
Added Function void Plugin:StartDrag(DataType<PluginDrag> drag) {RobloxScriptSecurity}
Added Event PluginGui.WindowFocusReleased() {PluginSecurity}
Added Event PluginGui.WindowFocused() {PluginSecurity}
Added Event PluginGui.PluginDragDropped(Class<Instance> pluginDragEvent) {RobloxScriptSecurity}
Added Event PluginGui.PluginDragEntered(Class<Instance> pluginDragEvent) {RobloxScriptSecurity}
Added Event PluginGui.PluginDragLeft(Class<Instance> pluginDragEvent) {RobloxScriptSecurity}
Added Event PluginGui.PluginDragMoved(Class<Instance> pluginDragEvent) {RobloxScriptSecurity}
Removed Property PackageLink.VersionId
Removed Event DockWidgetPluginGui.WindowFocused
Removed Event DockWidgetPluginGui.WindowFocusReleased
Removed Tags [ReadOnly] [NotReplicated] from Property LocalizationService.IsTextScraperRunning
4 Likes
This problem persisted once for my previous device.
5 Likes
Wow, why would anyone need to call it that often?
2 Likes
From the wording in the notes, it sounds like there wasn’t a throttle before (maybe)? I could imagine some novice developers trying to go through millions of players and grab all the images to create some sort of list or database of user images. That’s totally something I would’ve done just for fun when I was learning. Having some sort of limit probably helps reduce the strain.
But if the limit was raised from some lower number, then I have no idea.
3 Likes
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.