Automatic Updates to Sold Models

The titles confusing, I know. I need some help making a script that allows me to update a model remotely, kind of like how the app store pushes out app updates. An example of this can be seen on Kohls Admin and HD Admin. I, like them, am making my own admin panel and I need a way to efficiently push out bug fixes and other updates. Any support you can offer would be greatly appreciated. :blush:

You should look into MessagingService.

I need it to update models that have been taken and put into another person’s game, kind of like HD admins automatic updates and Kohl’s.

Have you looked into Packages? They allow your model to automatically update. HD Admin simply requires a asset id, which is a module, which he updates. (meaning every time a server launches, the most up-to-date version is required)

2 Likes

Use a require() and a ModuleScript, or Packages.

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