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

How can I used the .Chatted event with a textbox?

Asked by
nilVector 812 Moderation Voter
9 years ago

For a custom Chat GUI I am making, I want to have my own textbox that the player can type into instead of the default ROBLOX chat, but how can I use the .Chatted event for inputted text inside of the textbox once I disabled the original chat (which I have done by game.StarterGui:SetCoreGuiEnabled("Chat", false))?

0
You would have to create your own gui to present the data you got from the text box. Perci1 4988 — 9y
0
Okay, I guess there's no way to actually use the .Chatted even in that situation then. Thanks anyways. nilVector 812 — 9y

Answer this question