-- Made by RetroThieff TextBox = game.Workspace.Face.SurfaceGui.TextBox Brick = script.Parent function processCommand(speaker, message) if message == "catface" then TextBox.Text = ":3" print(speaker.Name) end end
I saw it on the wiki. I copied it down but it doesn't seem to be working.