xlaser23
|
  |
| Joined: 10 Dec 2011 |
| Total Posts: 20341 |
|
|
| 19 Aug 2015 08:59 PM |
Use a GetChildren to copy a tools?
if so help
local weps = game.ServerStorage.Weapons:GetChildren()
game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function(character) game.ServerStorage.Weapons:GetChildren() local hi = weps:Clone() hi.Parent = game.Players.LocalPlayer.Backpack end) end)
Great Glob and Apple Sauce |
|
|
| Report Abuse |
|
Sevrick
|
  |
| Joined: 22 Oct 2013 |
| Total Posts: 3846 |
|
|
| 19 Aug 2015 09:29 PM |
| click the play solo button |
|
|
| Report Abuse |
|
|
| 19 Aug 2015 09:33 PM |
| use an in pairs loop to clone the tools |
|
|
| Report Abuse |
|