|
| 29 Oct 2012 09:43 PM |
me = game.Players.snowboarder199
h = Instance.new("HopperBin")
h.Parent = me.Backpack
h.Name = "E-Tool"
script.Parent = h
script.Name = "EFunction"
bin = script.Parent
for some reason this is giving me two hopperbins in my backpack, one of which does nothing even with functions and such |
|
|
| Report Abuse |
|
|
|
| 29 Oct 2012 09:44 PM |
| That code makes no sense script.Parent = h wouldn't work. And you already said what h was. |
|
|
| Report Abuse |
|
|
|
| 29 Oct 2012 09:46 PM |
| sorry i forgot to mention im doing this using script builder |
|
|
| Report Abuse |
|
|
|
| 29 Oct 2012 10:09 PM |
@buddy
That sets the script's parent to h.
¤¤ †KMXD† ¤¤ |
|
|
| Report Abuse |
|
|