Release Notes for 354

Notes for release 354

6 Likes

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

What is this??

This problem persisted once for my previous device.

5 Likes

image

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

See: https://www.roblox.com/games/176053469/New-User-Machine

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.