Lyeph
|
  |
| Joined: 16 Sep 2011 |
| Total Posts: 28 |
|
|
| 17 Sep 2011 08:40 PM |
I've created a Pseudo Head (with the help of various scripters) script, however, it only works for those who are new to the server. Using the function "for" will solve this, most definitely, however, I haven't much practice with it.
I also have no idea to do it to a character. |
|
|
| Report Abuse |
|
|
Lowcart
|
  |
| Joined: 12 Sep 2011 |
| Total Posts: 1323 |
|
| |
|
|
| 17 Sep 2011 08:41 PM |
| your going to want to use the CharacterAdded event. |
|
|
| Report Abuse |
|
|
Spectrumw
|
  |
| Joined: 04 Aug 2009 |
| Total Posts: 13510 |
|
|
| 17 Sep 2011 08:45 PM |
for i, v in pairs(game.Players:GetPlayers()) do -- V == Player end |
|
|
| Report Abuse |
|
|
| |
|