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

I don't understand why this script is not working?

Asked by 8 years ago
-- 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.

0
Is this in anything make sure the script is in the surface gui/text box if this script isn't in anything it.wont work at all iSvenDerp 233 — 8y
0
Just saying techinically u didn't make this script if u copied it from the wiki:3 anyway hope my first comment works iSvenDerp 233 — 8y
0
I just tried putting it into there and it still doesn't work .-. RetroThieff 5 — 8y
0
Nevermind I got it to work. But now it just says "FaceSurfaceGUI is not a valid member of SurfaceGUI RetroThieff 5 — 8y
0
Okay I got that fixed but it still doesn't want to work xD RetroThieff 5 — 8y

1 answer

Log in to vote
0
Answered by 8 years ago

I answered it myself

Ad

Answer this question