Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

My chat dialog gui isnt working what should i do?

Asked by 5 years ago

I am trying to make a chat gui so when you click a npc or brick it show you a gui then the text you entered but I want a multiple answers or responses. When I type in more than one text it only shows to last one. Here is the script. Help appreciate

--Dialog

local Chat = ("I Like Sandwiches")

local Chat = ("help pls")

--Name

local Name = ("Bob")

script.Parent["Click Part"].CD.MouseClick:Connect(function(click)

--Location

local Frame = click.PlayerGui.Chat1.Chat

Frame.Chat1.Text = Chat

Frame.Name1.Text = Name

Frame.Visible = true

end)

d

0
c o d e b l o c k s ! ! ! ! LoganboyInCO 150 — 5y
0
? Tayshift 6 — 5y
0
when you put in a code always mark the code and press this button https://imgur.com/a/gykov9L Gameplayer365247v2 1055 — 5y
0
I don't see where you're connecting the chat. Are you using player.Chatted? DeceptiveCaster 3761 — 5y

Answer this question