|
| 07 Apr 2013 12:22 AM |
local tools = game.Workspace.Framework.Tools:GetChildren()
for i,v in pairs(tools) do local tools = v:Clone() tools.Parent = Player.Backpack end
why isnt dis working ? |
|
|
| Report Abuse |
|
|
| |
|
|
| 07 Apr 2013 12:56 AM |
local tools = game.Lighting.Framework.Tools:GetChildren() -- put the model 'Tools' in Lighting for i,v in ipairs(game.Players:Getchildren()) do for i,v in ipairs(tools) do
tools:Clone().Parent = v.Backpack end end |
|
|
| Report Abuse |
|
|