01 | -- Made by RetroThieff |
02 |
03 | TextBox = game.Workspace.Face.SurfaceGui.TextBox |
04 | Brick = script.Parent |
05 |
06 |
07 | function processCommand(speaker, message) |
08 | if message = = "catface" then |
09 | TextBox.Text = ":3" |
10 | print (speaker.Name) |
11 | end |
12 | end |
I saw it on the wiki. I copied it down but it doesn't seem to be working.