|
| 25 Jul 2013 11:16 AM |
game.Players.PlayerAdded:connect(function(plr) if game.Lighting[plr] then print ('Already there') else copy = script.Info:clone() copy.Parent = game.Lighting copy.Name = plr.Name end end) |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
| |
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 25 Jul 2013 11:35 AM |
"if game.Lighting[plr] then" TO: "if game.Lighting[plr.Name] then" |
|
|
| Report Abuse |
|
|
|
| 25 Jul 2013 11:38 AM |
oh yea sorry, my mistake. >.> |
|
|
| Report Abuse |
|
|
| |
|