Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to keep a script's source as a free model hidden?

Asked by
trecept 367 Moderation Voter
5 years ago

For example if I was to make an admin script for others to use (as a free model) how do I make it so they can't see the actual script's source and no one just copies my script, being a free model? I'm guessing its module scripts and requiring but otherwise I have no idea where to start or finish, e.g if the admin is multiple scripts do I make them all module scripts and require them all?

1 answer

Log in to vote
1
Answered by
Shawnyg 4330 Trusted Badge of Merit Snack Break Moderation Voter Community Moderator
5 years ago

Using Private Modules, you can have a script require the module's asset id to load it in the game.

Also just a tip, this question has been answered already. Only reason I didn't mark this as a duplicate is because you didn't know the exact keyword

0
shawnyg thats so cruel User#24403 69 — 5y
Ad

Answer this question