|
| 28 Aug 2011 12:12 PM |
game.Players.NewPlayer:connect(function(p) p.CharacterAdded:connect(function() local h = instance.New("Hint" , game.Workspace) h.text = "Welcome to Ultimate Sword Fighting" wait(3) h.Text = "The game will start in 5" wait(1) h.Text = "The game will start in 4" wait(1) h.Text = "The game will start in 3" wait(1) h.Text = "The game will start in 2" wait(1) h.Text = "The game will start in 1" wait(1) h:Remove p.Character.Torso.CFrame.new = (-10.5, 45.4, 13) end) end) |
|
|
| Report Abuse |
|
|
| 28 Aug 2011 12:29 PM |
game.Players.NewPlayer:connect(function(p)
NewPlayer is not an event. It's "PlayerAdded":
game.Players.PlayerAdded:connect(function(p) |
|
|
| Report Abuse |
|
|
| 28 Aug 2011 12:39 PM |
| ownage, you double posting noob... |
|
|
| Report Abuse |
|