Hello!
Basically, I am running a service. For this service to work, I need to give everyone a roblox place file for it. Whenever I make updates to the service, I don’t want to have to give them a new place file that is up to date. SO, I am requiring an external script in order to make it so all I have to update the script model and it updates to all of the places.
How would I actually do this? Wouldn’t I need to make the script public for anyone to require it? Although I dont want people to actually see it.