#What's the best way to make this always update
1 messages · Page 1 of 1 (latest)
Strength.Changed:Connect(function()
Label.Text = tostring(Strength.Value)
end)
thanks
game["Run Service"].Stepped:Connect(function()
Label.Text = tostring(Strength.Value)
end)
no
yes
no. Events should be always be considered as a better option than the thing you're doing
NO??
😭
This is ass
Best scripter 1 😭
Wait, hold on, I can learn from my mistakes.
while true do Label.Text = tostring(Strength.Value) end
xd