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

Is there a method to hide scripts flawlessly?

Asked by 8 years ago

This can be observed when you study a copy of Kohl's Admin Infinite. It's main source is nowhere to be found, not even with a GetChildren function. I've scoured the internet and the ROBLOX forums for a solution to this. I've even tried putting scripts in a "Timer" Object, but apparently, Studio says that object does not exist.

Does anyone know how would you go about hiding your source/scripts like Kohl did?

3
Honestly, don't do this. It keeps people from learning from your code. Perci1 4988 — 8y

1 answer

Log in to vote
2
Answered by
BlackJPI 2658 Snack Break Moderation Voter Community Moderator
8 years ago

How he does it:

The linked source of his Credit script is a module that requires another module containing the code.

How you can do this:

1) Create and publish a module script that runs the code

2) Create and publish a module script that loads the module in step 1

3) Set the LinkedSource of any script (can be blank) to the module in step 2

0
There you go gentlemen. DragonODeath 50 — 8y
0
Sorry, I'm new to this stuff; How would you set the LinkedSource, but be blank at the same time? Or did I misinterpret that. But otherwise, can you elaborate on step 3? Encladeus 31 — 8y
0
I mean the script can be blank BlackJPI 2658 — 8y
Ad

Answer this question