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