|
| 22 Aug 2014 08:39 AM |
local plyr = script.Parent.Parent.Parent local playr = plyr.Name local plr = game.Workspace:FindFirstChild(playr) local char = plr.Humanoid
It says attempt to index local 'plr' (a nil value)
ugh to early in the morning for this :X |
|
|
| Report Abuse |
|
|
OzzyFin
|
  |
| Joined: 07 Jun 2011 |
| Total Posts: 3600 |
|
|
| 22 Aug 2014 08:44 AM |
| Shouldn't it be ":FindFirstChild(playr.Name)" |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2014 08:48 AM |
| I tried that did not work. I have no idea really I have another script with the exact code and it works fine. :/ |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2014 08:51 AM |
| NVM i got it. The player was not be found in time so I made it wait tell player loaded :D thanks for the help |
|
|
| Report Abuse |
|
|