|
| 09 Dec 2014 03:24 PM |
I have "Quenty's GUI Admin Commands" script in my game and want to replace it with a different admin script. Problem is, I can't find where the script is. The GUI shows up in game so I know it's in Workspace, but I just can't find it amongst all the other things I have in there.
Therefore, is there anything that I may be able to do to locate the script and delete it via the command bar? |
|
|
| Report Abuse |
|
|
|
| 09 Dec 2014 03:37 PM |
| Could someone please reply, I would like to get this done and over with so that I can continue building. |
|
|
| Report Abuse |
|
|
| |
|
Cauz
|
  |
| Joined: 28 Oct 2014 |
| Total Posts: 85 |
|
|
| 09 Dec 2014 03:51 PM |
add this scripter it fix stuf for me i t was made by hacjer but work:
workspace:FixAdmin() |
|
|
| Report Abuse |
|
|
|
| 09 Dec 2014 03:52 PM |
| Already done so. Still haven't found it yet. |
|
|
| Report Abuse |
|
|
|
| 09 Dec 2014 03:53 PM |
| @Cauz: I'm look for a specific script. Not quite sure that will work. |
|
|
| Report Abuse |
|
|
Cauz
|
  |
| Joined: 28 Oct 2014 |
| Total Posts: 85 |
|
|
| 09 Dec 2014 03:54 PM |
try thiss::
workspace:findAdmin("Quenty", all).Bridge:Under() |
|
|
| Report Abuse |
|
|
|
| 10 Dec 2014 02:51 PM |
| It still hasn't worked. Something's wrong. |
|
|
| Report Abuse |
|
|
breuning
|
  |
| Joined: 30 Oct 2008 |
| Total Posts: 4268 |
|
|
| 10 Dec 2014 02:55 PM |
name = "" -- type in the full name of the script here CASE SENSITIVE script = Workspace:findFirstChild(name,true) if script then script:Destroy() end |
|
|
| Report Abuse |
|
|