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

Players changing text via overhead?

Asked by 2 years ago

I am trying to make a script where whenever you press this GUI button your overhead text will change, I have tried to get the players to change it, and in general whenever you click on the button it will change the text.

    game.StarterGui.StartFrame.Image1.MouseButton1Click:Connect(function()
        divisionpart.Text = "Sword Divsion"
    end)

Does anyone know how to implement this?

0
You may need to explain this a little bit better because I don't know what you're trying to do here jorcorrs 76 — 2y
0
I am trying to make it whenever you press on a gui button it will change what your overhead gui says.. Lmfaodarkness 0 — 2y
0
whats divisionpart defined as? zane21225 243 — 2y
0
Division part is the overhead gui and one of the text lines. Lmfaodarkness 0 — 2y

Answer this question