So I’m starting this small business of selling scripts I’ve made for robux
How would I make sure that the person who paid for it doesnt read the source code or share it?
I’ll be making a product hub where players can purchase it with the gamepass provided
some people put some copyright text above their script. e.g MIT, BSD and other stuff.
i respectively recommend not to use luvreiiko’s idea, since if you obfusticate your code it will look suspicious, since nobody knows what it is about.
This is nothing more than the consumer’s fault though, right?
As long as it’s not publicly distributed, you can put any type of script in your game.
Anticheats often have some level of obfuscation because of exploiters being able to read local scripts, for example.
I’m not sure about files, but I know you can definitely send text. For example, I made a discord bot that links up to my game and shares information, and is able to send clickable links:
So you could definitely make it send a link to your download.
It uses HttpService and Discord webhooks.