|
| 29 Jun 2014 06:14 AM |
| I wanted to know, is there a way to make it so a script only runs once when the player first joins? |
|
|
| Report Abuse |
|
Bebee2
|
  |
| Joined: 17 May 2009 |
| Total Posts: 3985 |
|
|
| 29 Jun 2014 06:23 AM |
Game.Players.PlayerAdded:connect(function(player) -- Code. end)
-- Regular script ofc. |
|
|
| Report Abuse |
|