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

Why is this not working?

Asked by 9 years ago

I'm trying to add a number to a string value when i click a button, but the value wont change on the string value.

GUI.Button1.MouseButton1Click:connect(function()
    a = z + 1
    script.statusv1.Changed:connect(function()
    a = statusv1.Value
        end)
    end)

1 answer

Log in to vote
0
Answered by 9 years ago

Change the String Value into a "IntValue".

0
doesnt work rabidhalofan12345 55 — 9y
Ad

Answer this question