Why doesnt the text change?

I have a gui to show the count of an int value inside the player, but the int value remains the same, why does this happen?


Screenshot 2024-09-21 224524

Can you send a screenshot of the output?


there seems to be no errors relating to it

Oh, you are not putting it in a loop.
Put it inside something like this:

player.DragonBalls:GetPropertyChangedSignal("Value"):Connect(function()
-- put that line here
end)

Now the gui changes, thanks for fixing my issue

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.