|
| 20 Jun 2014 11:40 AM |
plr = game.Players.LocalPlayer plrs = game.Players:GetChildren() S = script.Parent plr.Chatted:connect(function(msg) SV = Instance.new("StringValue") SV.Parent = Workspace.Model SV.Value = (tostring(msg)) S.T1.Text = S.T2.Text S.T2.Text = S.T3.Text S.T3.Text = S.T4.Text S.T4.Text = S.T5.Text S.T5.Text = S.T6.Text S.T6.Text = SV.Value end)
I can only make it show on opposite screens. Got any ideas? |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 20 Jun 2014 11:56 AM |
| what do you mean, "opposite screens?" |
|
|
| Report Abuse |
|
|
|
| 20 Jun 2014 11:57 AM |
| he means other players screens so its client side only at this moment |
|
|
| Report Abuse |
|
|
|
| 20 Jun 2014 12:16 PM |
| Instead of chaning game.Players.LocalPlayer's gui, use for i, v in pairs(game.Players:GetChildren()) do end to get all players' guis |
|
|
| Report Abuse |
|
|