Reworded Question:
How to let other Developers know if my Model is outdated from the version they have installed in their game?
I tried looking up MarketplaceService
, but I don’t think anything within the GetProductInfo()
table is going to assist me with what I want to accomplish.
What do I want to achieve exactly?
I want to be able to let other Developers who have used my model, that it is currently outdated if I were to update the model with a newer version. I’m not talking about ModuleScripts or anything, I’m talking about Models (Normal Scripts in specific)
I don’t quite know if Roblox even has an API for this, but if they do, what method do I need to do to print in the Developer console if the Script is outdated?
Why this matters to me
I need to know this because if there is a bug with my Script, and I updated it, I want the developer to get a print within their console when they play test, or are in the actual game, that the model needs to be reinstalled and that it’s outdated.
Anyways I’m sure you guys get the point now. Any help with this would be nice! (preferably don’t want to run a web server to accomplish this)
FYI
I’m not asking for any scripts here, I just need to know what I would need to accomplish this. I’m a bit lost.