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

The Money On My Counter Wont Update?

Asked by 4 years ago

My Gui Text Is Not Updating

My Code For The Script is

local Money = game.Players.LocalPlayer.PlayerScripts["Money Updater"]
local Counter = game.Players.LocalPlayer.PlayerGui.ScreenGui["Money Count"]


while true do
    Counter.Text = Money.Value
end

Could Use Any help i get

0
Add a wait to the while loop. Unhumanly 152 — 4y
0
Just Tried That Still Not Updating UnforgivenJr3087 26 — 4y

Answer this question