This is one thing Iād hope they never do to the plugin manager (?) thing. If ROBLOX just automatically updated plugins, willy nilly, it would allow those plugin creators (if off a shade nature) to run code in the playerās studio to destroy their work, or do something more malicious which enables them to steal the place.
At least how it currently is, you have the choice to update and are able to check the source of it when you manually update it.
Iād like a way to find out, via script, whether the plugin has been updated. That way I can show a pop-up box if thereās an update to the plugin I make.
If only you can do it Via script like in the plugin you have a variable of the plugin version then you send an Http request to see if the plugin version the user has is equal to the latest plugin version.
Ex:
If I were to make a plugin I would have a Variable that would say ālocal PluginVersion = 0.9ā, then it sends it to a server you own or maybe roblox could make some sort of API to check it, and if the latest matches with the one the user has then it doesnāt update if so then it updates its self.
I think a āplugin.Versionā or āplugin.IsUpToDateā or SOMETHING like that would be sufficient.
[strike]Can you use AssetService on plugins?[/strike] Nope.
We need some way to access plugin version via script.