your90
|
  |
| Joined: 06 Mar 2011 |
| Total Posts: 1380 |
|
|
| 29 Sep 2013 12:31 AM |
I want it to make it like when I talk it shows a dialog saying what I said.
me = game.Players.your90 function onChatted(msg) game:GetService("Chat")game.Workspace.your90.Head "msg", end) me.Chatted:connect(onChatted) |
|
|
| Report Abuse |
|
|
Geomaster
|
  |
| Joined: 05 Jul 2008 |
| Total Posts: 1480 |
|
|
| 29 Sep 2013 12:34 AM |
game.Players.PlayerAdded:connect(function(player) player.Chatted:connect(function(msg) game:GetService("Chat"):Chat(player.Character, msg, "Blue") end) end) |
|
|
| Report Abuse |
|
|
Geomaster
|
  |
| Joined: 05 Jul 2008 |
| Total Posts: 1480 |
|
|
| 29 Sep 2013 12:36 AM |
Correction:
game.Players.PlayerAdded:connect(function(player) player.Chatted:connect(function(msg) player:Chat(player.Character, msg, "Blue") end) end) |
|
|
| Report Abuse |
|
|
your90
|
  |
| Joined: 06 Mar 2011 |
| Total Posts: 1380 |
|
| |
|
Geomaster
|
  |
| Joined: 05 Jul 2008 |
| Total Posts: 1480 |
|
|
| 29 Sep 2013 12:38 AM |
And I want a pony Does that mean I get a pony? |
|
|
| Report Abuse |
|
|
your90
|
  |
| Joined: 06 Mar 2011 |
| Total Posts: 1380 |
|
|
| 29 Sep 2013 12:38 AM |
-gives pony-
Now give me my script.
Pls.
:3 |
|
|
| Report Abuse |
|
|
Geomaster
|
  |
| Joined: 05 Jul 2008 |
| Total Posts: 1480 |
|
|
| 29 Sep 2013 12:39 AM |
Nope, still the same old brown spinny chair under my buttocks
(Code it yourself, lamer) |
|
|
| Report Abuse |
|
|
your90
|
  |
| Joined: 06 Mar 2011 |
| Total Posts: 1380 |
|
|
| 29 Sep 2013 12:40 AM |
"I want it to make it like when I talk it shows a dialog saying what I said."
"I" "I" "saying what I said"
Learn to read lamer. |
|
|
| Report Abuse |
|
|
drahsid5
|
  |
| Joined: 13 May 2011 |
| Total Posts: 3937 |
|
|
| 29 Sep 2013 12:40 AM |
me = game.Players.your90 function onChatted(msg) game:GetService("Chat")game.Workspace.your90.Head "msg", end) m = Instance.new("Message",Workspace) -- Or you can literally make a dialogue and make the script pointlessly complex m.Text = msg --idk =p wait(3) m:remove()
me.Chatted:connect(onChatted)
When life gives you lemons, Squirt 'em in your eyes. - Drahsid5 |
|
|
| Report Abuse |
|
|
|
| 29 Sep 2013 12:40 AM |
>Easy fix Not going to help >I have a computer chair, Ujelly Geo? |
|
|
| Report Abuse |
|
|
drahsid5
|
  |
| Joined: 13 May 2011 |
| Total Posts: 3937 |
|
|
| 29 Sep 2013 12:41 AM |
ahem,
me = game.Players.your90 function onChatted(msg) game:GetService("Chat")game.Workspace.your90.Head "msg", end) m = Instance.new("Message",Workspace) -- Or you can literally make a dialogue and make the script pointlessly complex m.Text = "Your90"..msg --idk =p wait(3) m:remove()
me.Chatted:connect(onChatted)
When life gives you lemons, Squirt 'em in your eyes. - Drahsid5 |
|
|
| Report Abuse |
|
|
your90
|
  |
| Joined: 06 Mar 2011 |
| Total Posts: 1380 |
|
|
| 29 Sep 2013 12:41 AM |
Hmm.. won't work.. Lemme try qq. |
|
|
| Report Abuse |
|
|
Geomaster
|
  |
| Joined: 05 Jul 2008 |
| Total Posts: 1480 |
|
|
| 29 Sep 2013 12:42 AM |
You also said 'Now give me my script. :3'
Well, here's YOUR script
me = game.Players.your90 function onChatted(msg) game:GetService("Chat")game.Workspace.your90.Head "msg", end) me.Chatted:connect(onChatted)
Now then. Any further rebuttals? |
|
|
| Report Abuse |
|
|
drahsid5
|
  |
| Joined: 13 May 2011 |
| Total Posts: 3937 |
|
|
| 29 Sep 2013 12:42 AM |
once again xD
me = game.Players.your90 function onChatted(msg) game:GetService("Chat")game.Workspace.your90.Head "msg", end) m = Instance.new("Message",Workspace) -- Or you can literally make a dialogue and make the script pointlessly complex m.Text = "Your90:"..msg --idk =p wait(3) m:remove() me.Chatted:connect(onChatted)
When life gives you lemons, Squirt 'em in your eyes. - Drahsid5 |
|
|
| Report Abuse |
|
|
your90
|
  |
| Joined: 06 Mar 2011 |
| Total Posts: 1380 |
|
|
| 29 Sep 2013 12:44 AM |
None work..
NOTICE: Im in Script Builder :3 |
|
|
| Report Abuse |
|
|
Geomaster
|
  |
| Joined: 05 Jul 2008 |
| Total Posts: 1480 |
|
|
| 29 Sep 2013 12:45 AM |
QUICKLY, EXECUTE THIS.
Instance.new("ManualJointSurfaceInstance") |
|
|
| Report Abuse |
|
|
| |
|