Sharing a Script across universe

Hello,
I am creating a library for common used Scripts in my games (in the same Universe) which need to be constantly updated. The scripts cannot be accessible to any one else other than developers as it containts AntiCheat scripts and more important stuff.

Thanks for any help.

Use ModuleScripts.

You can upload them to Roblox

And retrieve them using require()

:slight_smile:

1 Like

Wouldn’t that make them public?

1 Like

No, if you make them private/offsale, only your games can access them.

If you want to use those scripts in the SAME PLACE, just put them in serverscriptservice and require them when needed

If different games or different places, upload to roblox