Attribute Changed not working

Attribute Changed not working, not sure if i’m using this correctly like Changed.

PlayerProperties:GetAttribute(“StaminaFillBar”):connect(function()
StaminaFillBarGUI()
end)

Players.DivineTempest.PlayerGui.Custom UI / Display GUI:115: attempt to index number with ‘AttributeChanged’

GetAttributeChangedSignal is what you want. You want to get the signal that will fire when the attribute changes, not get the attribute itself.

4 Likes