|
| 23 Dec 2012 10:29 PM |
How would I make a chat(like the dialogue chat*red, blue, green*) appear above the player's head? I could get the message(what they said) into it, I just don't know how to instance it, any help?
For hippies: http://www.roblox.com/Peace-Shirt-TRANSPARENT-item?id=99429853 |
|
|
| Report Abuse |
|
|
mamaguy
|
  |
| Joined: 07 Oct 2010 |
| Total Posts: 7073 |
|
|
| 23 Dec 2012 10:33 PM |
This is something I made: game.Players.PlayerAdded:connect(function(player) player.Chatted:connect(function(msg) wait(1) game:GetService("Chat"):Chat(player.Character.Head, msg, Enum.ChatColor.Green) end) end) |
|
|
| Report Abuse |
|
|
|
| 23 Dec 2012 10:36 PM |
Thanks!
For hippies: http://www.roblox.com/Peace-Shirt-TRANSPARENT-item?id=99429853 |
|
|
| Report Abuse |
|
|
Usering
|
  |
| Joined: 18 Aug 2012 |
| Total Posts: 10281 |
|
|
| 23 Dec 2012 11:22 PM |
Game.Players.PlayerAdde:connect(function(player) player.Chatted:connect(function(msg) game:service'Chat':Chat(player.Character.Head,msg,Enum.ChatColor.Red) end) end) |
|
|
| Report Abuse |
|
|
|
| 23 Dec 2012 11:56 PM |
My way is shorter than Usering's.
game.Players.PlayerAdde:connect(function(player) player.Chatted:connect(function(msg) game:service'Chat':Chat(player.Character.Head,msg,"Red") end) end)
Removed a few words :P |
|
|
| Report Abuse |
|
|
|
| 24 Dec 2012 12:08 AM |
^ your name is a lie...
For hippies: http://www.roblox.com/Peace-Shirt-TRANSPARENT-item?id=99429853 |
|
|
| Report Abuse |
|
|
|
| 24 Dec 2012 12:09 AM |
So is your's. . .
¤ † KMXD† ¤ |
|
|
| Report Abuse |
|
|
|
| 24 Dec 2012 12:10 AM |
| Maybe. This account used to be a sALT. |
|
|
| Report Abuse |
|
|