|
| 14 Jul 2011 05:12 AM |
Whats wrong?
--[[Value Organizing Script]]--
local Values = script.Source game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function(character) for _,v in pairs (Values:GetChildren()) do v:Clone().Parent = player end end) end) |
|
|
| Report Abuse |
|
|
| |
|
yelloball
|
  |
| Joined: 17 Feb 2010 |
| Total Posts: 2749 |
|
|
| 14 Jul 2011 05:24 AM |
| How did you learn Lua in 7 Days? |
|
|
| Report Abuse |
|
|
| |
|
| |
|
yelloball
|
  |
| Joined: 17 Feb 2010 |
| Total Posts: 2749 |
|
|
| 14 Jul 2011 05:29 AM |
| Do you have other scripting experience? |
|
|
| Report Abuse |
|
|
| |
|
|
| 14 Jul 2011 05:38 AM |
| Whats wrong with my script? |
|
|
| Report Abuse |
|
|
yelloball
|
  |
| Joined: 17 Feb 2010 |
| Total Posts: 2749 |
|
|
| 14 Jul 2011 05:41 AM |
| Im nooby scripting , you should help me :D |
|
|
| Report Abuse |
|
|
| |
|
|
| 14 Jul 2011 05:59 AM |
| You can't access the source of the script, it's locked. |
|
|
| Report Abuse |
|
|
|
| 14 Jul 2011 06:00 AM |
| Or if there's a value called Source inside the script then rename it because it might be getting confused with the script's source. |
|
|
| Report Abuse |
|
|
|
| 14 Jul 2011 06:08 AM |
| Thanks I didn't know there was a source in the script :D! |
|
|
| Report Abuse |
|
|
| |
|