|
| 01 May 2016 03:22 PM |
I put this script inside a dialogue game.ServerStorage.Pistol:Clone() .parent = game.Players.LocalPlayer.StarterGear |
|
|
| Report Abuse |
|
|
| |
|
lululukas
|
  |
| Joined: 23 Aug 2010 |
| Total Posts: 1043 |
|
|
| 01 May 2016 03:29 PM |
| Parent has to be capitalized |
|
|
| Report Abuse |
|
|
lululukas
|
  |
| Joined: 23 Aug 2010 |
| Total Posts: 1043 |
|
|
| 01 May 2016 03:30 PM |
| And theres a space after clone, remove it. |
|
|
| Report Abuse |
|
|
lululukas
|
  |
| Joined: 23 Aug 2010 |
| Total Posts: 1043 |
|
|
| 01 May 2016 03:31 PM |
And you cant access ServerStorage from a LocalScript and if you're using a server script you can't use LocalPlayer and Local scripts only go in certain places, startergear is not one of them
So pretty much everything is wrong with your script. |
|
|
| Report Abuse |
|
|
| |
|
RobuxLife
|
  |
| Joined: 19 Sep 2012 |
| Total Posts: 13336 |
|
|
| 01 May 2016 05:25 PM |
game.ReplicatedStorage.Pistol:Clone().Parent = game.Players.LocalPlayer.Backpack
use replicatedstorage, not serverstorage.
|
|
|
| Report Abuse |
|
|