|
| 07 Sep 2016 09:11 PM |
Anyone know of a script to make it to where certain teams get certain tools? Thanks. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
Vescatur
|
  |
| Joined: 18 Feb 2012 |
| Total Posts: 3426 |
|
|
| 07 Sep 2016 09:52 PM |
put the tools in the team put script in serverscriptservice put this code in the script
game.Players.PlayerAdded:connect(function(User) User.CharacterAdded:connect(function(Character) for _,v in pairs(User.Team:GetChildren()) do v:clone().Parent = user.Backpack; end; end); end); |
|
|
| Report Abuse |
|
|
|
| 08 Sep 2016 12:02 AM |
| @Vescatur Thanks a lot. Really helps me out. |
|
|
| Report Abuse |
|
|