I am making an admin script and I want some way to make a notification that tells whoever got my admin script to reinsert the script to update it. I don't want the full script can anyone just tell me how to? By the way, anyone who wants my admin script can get it here: https://www.roblox.com/catalog/946796347/redirect
For example, I update my Admin Script and when a user joins their game and they have my admin script it'll show a hint saying to reinsert the Admin Script.
A good way to do this is to use the service: "MarketplaceService" so first, make a model that you can take like this: https://www.roblox.com/library/910195293/Mining-Tycoon-Shut-Down and then use this type of script. (would only work in game, not roblox studio)
local asset = game:GetService("MarketplaceService"):GetProductInfo(--Model Id) if asset.Description == "v1" then else --Do stuff end