How do i make my game more safe?

even if it is, you can’t really do much with the script because it just looks like junk, and the outcome of decompiling it won’t run so you can’t easily dump it

Then you could just minify it.

minifying it before or after obfuscating it/decompiling? the synapse decompiler automatically beautifies scripts

You actually can but, it’s not a public method per se.

The synapse decompiler can’t beautify what’s not there, variable names are hidden during runtime and if you minify the function names then itll just be a pain to read all that.

You don’t even need to beautify the script, you can read it if you just remember what variable name goes where.