|
| 02 Aug 2011 12:00 AM |
| How would i use Respawn function? |
|
|
| Report Abuse |
|
|
| |
|
WishNite
|
  |
| Joined: 11 Feb 2009 |
| Total Posts: 15828 |
|
|
| 02 Aug 2011 12:11 AM |
| As in the CharacterAdded function? |
|
|
| Report Abuse |
|
|
|
| 02 Aug 2011 12:13 AM |
| No i already know that 1 i just dont know the Respawn function. |
|
|
| Report Abuse |
|
|
|
| 02 Aug 2011 12:18 AM |
| CharacterAdded is the 'respawn function' ... |
|
|
| Report Abuse |
|
|
| |
|
|
| 02 Aug 2011 12:27 AM |
| I thought he said PlayerAdded sorry, How do i use CharacterAdded? |
|
|
| Report Abuse |
|
|
WishNite
|
  |
| Joined: 11 Feb 2009 |
| Total Posts: 15828 |
|
|
| 02 Aug 2011 12:39 AM |
game.Players.PlayerAdded:connect(function(p) --do stuff to new players(can be blank) p.CharacterAdded:connect(function() --do stuff on respawn end) end) |
|
|
| Report Abuse |
|
|
| |
|