Ristone3
|
  |
| Joined: 17 Aug 2008 |
| Total Posts: 693 |
|
|
| 28 Feb 2013 06:51 PM |
I am trying to hide a script in order to prevent people from stealing the source code, I already used a scrambler to scramble functions and such, but I want to completely hide the script from everyone (in the explorer) I know there is a way to do it, but I can't remember how.
Please tell me how to move a script in the following location: ScreenGui.Frame.Script
and hide it from people. |
|
|
| Report Abuse |
|
|
| 28 Feb 2013 06:53 PM |
| ScreenGui.Frame.Script.Parent=Instance.new("Weld",ScreenGui.Frame) |
|
|
| Report Abuse |
|