Moolah101
|
  |
| Joined: 22 Sep 2010 |
| Total Posts: 614 |
|
|
| 27 May 2012 06:34 AM |
Why doesent this work?:
Instance.new("HopperBin",Players.LocalPlayer.Backpack)
But why does this work?:
p = game.Players.LocalPlayer x = Instance.new("HopperBin") x.Parent = p.Backpack
The way i see it, both is supposed to work, so why doesent the first script i posted here, work? It doesent work. |
|
|
| Report Abuse |
|
|
MrMcAero
|
  |
| Joined: 21 Apr 2012 |
| Total Posts: 671 |
|
|
| 27 May 2012 06:50 AM |
Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
MrMcAero |
|
|
| Report Abuse |
|
|
Moolah101
|
  |
| Joined: 22 Sep 2010 |
| Total Posts: 614 |
|
|
| 27 May 2012 07:00 AM |
| Kkthx, im to lazy to test it, but i will later... |
|
|
| Report Abuse |
|
|
Tenal
|
  |
| Joined: 15 May 2011 |
| Total Posts: 18684 |
|
|
| 27 May 2012 07:55 AM |
| You have to do game.Players instead of just Players. |
|
|
| Report Abuse |
|
|