#What's the best way to make this always update

1 messages · Page 1 of 1 (latest)

orchid mauve
#

so its better optimised

ocean tartan
#
Strength.Changed:Connect(function()
    Label.Text = tostring(Strength.Value)
end)
orchid mauve
#

thanks

frosty geode
#
game["Run Service"].Stepped:Connect(function()
    Label.Text = tostring(Strength.Value)
end)
frosty geode
#

yes

celest jungle
#

no. Events should be always be considered as a better option than the thing you're doing

frosty geode
#

Wait, hold on, I can learn from my mistakes.

twilit storm
frosty geode
#

'''
while true do
Label.Text = tostring(Strength.Valyu)
end
'''

#

Yes

celest jungle
#

xd