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

I have a prolem with the directory to a certain GUI, can I get some help?[CLOSED]

Asked by 9 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.
button = script.Parent
inf = button.Parent.teller
mon = game.Players.LocalPlayer.MP.Value
function clicked()
inf.Text = "You buy money here.Account Balance: $"..mon.."."
end
button.MouseButton1Down:connect(clicked)

Figured it out.

0
Teller is a TextLable that changes depending on the button pressed. In this case, it displayes the money on your account rollercoaster57 65 — 9y
0
Please post what your error is here. We don't have time, and most of us aren't willing, to go to a ROBLOX place just to see a single line of text. adark 5487 — 9y
0
Okay. rollercoaster57 65 — 9y

Answer this question