|
| 01 Feb 2012 09:20 PM |
| I need help with a script. What i want it to do is i want it so when you enter the game it has a cool intro. |
|
|
| Report Abuse |
|
|
| 01 Feb 2012 09:24 PM |
Something like:
game.Players.PlayerAdded:connect(function(player) h = Instance.new("Hint", game.Workspace) h.Text = "Please welcome "..player.Name.." to the server!" end) |
|
|
| Report Abuse |
|