Raendir
|
  |
| Joined: 30 Dec 2013 |
| Total Posts: 2676 |
|
|
| 01 May 2014 02:37 PM |
| How do I make a message which comes on whenever you join the game? |
|
|
| Report Abuse |
|
|
|
| 01 May 2014 02:38 PM |
game.Players.PlayerAdded:connect(function(player) msg = Instance.new("Message",game.Workspace) msg.Text = player.Name .. " has joined the game!" end) |
|
|
| Report Abuse |
|
|
|
| 01 May 2014 02:39 PM |
http://wiki.roblox.com/index.php?title=PlayerAdded_(Event) http://wiki.roblox.com/index.php?title=RBX.lua.Message_(Object)
use link 1 to create a event when player enter then create a message with
Instance.new("Message",playerlocation)
and put end at the end |
|
|
| Report Abuse |
|
|
Raendir
|
  |
| Joined: 30 Dec 2013 |
| Total Posts: 2676 |
|
|
| 01 May 2014 03:01 PM |
| Could anyone be kind enough to make the script and let me edit the text? Thanks, I do not know how to script. :S |
|
|
| Report Abuse |
|
|
|
| 01 May 2014 03:01 PM |
| sensei gave you the script -_- |
|
|
| Report Abuse |
|
|