Gar app crashed when I hit post. Time to type it again...
@clone
Not to be rude, but do you know what io.read() even is?
io = {
read = function()
local retu = nil
game.Players.LocalPlayer.Chatted:connect(function(msg)
retu = msg
end)
return retu
end
}
^ Should be a LocalScript in StarterGui. It will utilize the chat bar. |