|
| 15 Oct 2013 09:54 PM |
| I've made a script that greets all visitors to my game, the problem is though, I cannot find a good way to remove it. I've tried looking at free models[To try and learn from them] but the scripts I'm finding remove all my other Scripts. So if it is possible, I'd like to learn how to remove a GUI without removing any other scripts[Like admin or Leaderboards] Thank you in advance if you choose to help. |
|
|
| Report Abuse |
|
|
|
| 15 Oct 2013 09:55 PM |
| How can you make a script like that and not be able to remove the GUI? |
|
|
| Report Abuse |
|
|
blocco
|
  |
| Joined: 14 Aug 2008 |
| Total Posts: 29474 |
|
|
| 15 Oct 2013 09:56 PM |
| Do you want to remove it after a certain amount of time, or do you want to simply not have it in the place? The latter can be fixed by using the explorer and deleting it. |
|
|
| Report Abuse |
|
|
|
| 15 Oct 2013 09:57 PM |
1. Go to your GUIS location 2. Right Click your GUI 3. Press Delete
There you go :) |
|
|
| Report Abuse |
|
|
|
| 15 Oct 2013 10:00 PM |
| Nvm, I feel like an idiot now, I figured out why it was removing all my scripts... Turns out I miscounted and put "script.Parent.Parent.Parent.Parent : remove" when it needed to be, " script.Parent.Parent.Parent : remove" This is why I failed math class. :/ |
|
|
| Report Abuse |
|
|
|
| 15 Oct 2013 10:01 PM |
| Btw, I didn't mean remove it from my place, I meant remove it after someone clicked on it. |
|
|
| Report Abuse |
|
|
blocco
|
  |
| Joined: 14 Aug 2008 |
| Total Posts: 29474 |
|
|
| 15 Oct 2013 10:05 PM |
| Why use all that script.Parent stuff when you can use Game:GetService("Players").LocalPlayer.PlayerGui and get the GUI in there |
|
|
| Report Abuse |
|
|