|
| 21 Jun 2016 11:14 PM |
This may be the wrong forum and I've been posting a lot, but I'm in need of some really big help. The help would be very appreciated as I been working on a project for 7 months and I need this one final thing to complete the project.
I need a script that will automatically respawn the player once when they join the game. For example, a player joins the game and after 3 seconds will respawn. It only activates when you join the game, so you will only spawn once. I need this because a jail I have is running into some errors with this.
Any help would be appreciated, thank you.
|
|
|
| Report Abuse |
|
|
|
| 21 Jun 2016 11:16 PM |
game.Players.PlayerAdded:connect(function(plr) wait(3) plr:LoadCharacter() end
interested to see what the project is
r+://393244197r+://393244224r+://393244262 |
|
|
| Report Abuse |
|
|
brack4712
|
  |
| Joined: 07 Mar 2009 |
| Total Posts: 243 |
|
|
| 21 Jun 2016 11:16 PM |
game.Players.PlayerAdded:connect(function(player) print("A player has entered: " .. player.Name) wait(3) print("Respawning!") player:LoadCharacter() end) |
|
|
| Report Abuse |
|
|
brack4712
|
  |
| Joined: 07 Mar 2009 |
| Total Posts: 243 |
|
|
| 21 Jun 2016 11:17 PM |
| ye um the first one may have beat me, but it doesnt work muahahahah!!! he forgot to close the function kekekekekek im that champion!11!1!11! |
|
|
| Report Abuse |
|
|
|
| 21 Jun 2016 11:19 PM |
game.Players.PlayerAdded:connect(function(plr) wait(3) plr:LoadCharacter() end)
r+://393244197r+://393244224r+://393244262 |
|
|
| Report Abuse |
|
|
|
| 21 Jun 2016 11:44 PM |
@Ijacobness It worked thanks a lot!
|
|
|
| Report Abuse |
|
|
brack4712
|
  |
| Joined: 07 Mar 2009 |
| Total Posts: 243 |
|
|
| 21 Jun 2016 11:48 PM |
| mine does the same thing :((( |
|
|
| Report Abuse |
|
|