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

How could I make a script so people can't get my code? Private scripts?

Asked by
zblox164 531 Moderation Voter
5 years ago

I wan't to make my own admin commands script and like other admin commands I don't want people to be-able to get my code even in Roblox Studio. I was looking in the scripts of some admins commands (Not the code that creates the commands just the About scripts and the Modules.) and did not see any require functions that would load the commands script in. I don't know if there is another way to publish scripts as a private script or if you have to do something via code.

Thanks!

1 answer

Log in to vote
0
Answered by 5 years ago

Private modules.

To make a private module, name your ModuleScript “MainModule” and upload it to ROBLOX. You can use require with its AssetID.

0
Thanks! zblox164 531 — 5y
Ad

Answer this question