Undoomed
|
  |
| Joined: 19 Oct 2010 |
| Total Posts: 1662 |
|
|
| 19 Dec 2013 04:59 AM |
Can someone change the script in this model so it gives you it when you join automatically?
http://www.roblox.com/The-Gladiator-Maledictus-Adeptus-item?id=138958682
It's possible, I made a GUI that gives you it if you click but I want to give it to you automatically. |
|
|
| Report Abuse |
|
|
| 19 Dec 2013 07:18 AM |
game.Players.PlayerAdded:connect(function(player) --code-- end) |
|
|
| Report Abuse |
|
Undoomed
|
  |
| Joined: 19 Oct 2010 |
| Total Posts: 1662 |
|
|
| 19 Dec 2013 02:21 PM |
so i would add to that like
b = Morphname.modelname:clone()
b.Parent = Player
? |
|
|
| Report Abuse |
|