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

My Stats Display script only works when they reset well update?

Asked by 5 years ago

Only work when they rest :/

Is there like a Changed.Connect or something like that

local plr = game.Players.LocalPlayer

local cashLabel = script.Parent.Parent.CashLabel

plr.leaderstats.Cash.Changed:Connect(function()
    plr.leaderstats.Cash.Value = cashLabel.Text
end)

0
I dont know if its Cash.Value because I dont remember using a .Value with a .changed event Sergiomontani10 236 — 5y
0
Hm i don't know either NeriodKid 6 — 5y

Answer this question