Not sure if you guys are still around, but here's a small fix :)
The call to bar:SetAttribute was not actually delayed, it was just called immediately and E:Delay() returned false. Hence it only worked when manually setting, not on login or reload, where it has to be delayed.
Not sure if you guys are still around, but here's a small fix :)
The call to
bar:SetAttribute
was not actually delayed, it was just called immediately and E:Delay() returned false. Hence it only worked when manually setting, not on login or reload, where it has to be delayed.