flump
|
  |
| Joined: 30 Jul 2008 |
| Total Posts: 1039 |
|
|
| 14 Jul 2013 04:09 PM |
What's the most effective method of hiding a Tool or Hopper after it has been selected
I have attempted the 'RobloxBuildTool' instance but after testing, it appears as though it crashes the backpacks core script and then messes up the whole backpack anyway
are there any other methods I could use¿? |
|
|
| Report Abuse |
|
|
thetacah
|
  |
| Joined: 18 Jan 2013 |
| Total Posts: 16026 |
|
|
| 14 Jul 2013 04:13 PM |
| not in my head right now sorry |
|
|
| Report Abuse |
|
|
|
| 14 Jul 2013 04:17 PM |
| Set the hopperbins parent to nil. Do not put anything inside the hopperbin. |
|
|
| Report Abuse |
|
|
|
| 14 Jul 2013 04:22 PM |
| I'm assuming you want to run a script with keyboard functions, so the best method is to just use the RunService method in the script and forego the tool or hopperbin entirely. If you must have a tool or hopperbin to be selected to start your game, you can set the script's parent to the playergui or backpack when it is equipped and destroy the tool or hopperbin. It's the same effect, just less efficient. |
|
|
| Report Abuse |
|
|