I need to know the humanoid stats, if the humanoid walkspeed stats is 300, the text in the text label will show "300" as well, can someone help me with it?
his is ok, but takes more resource! this one
humanoid:GetPropertyChangedSignal'WalkSpeed':connect(function(ws) script.Parent.Text = tostring(ws) end)
while true do wait(2) script.Parent.Text = workspace[game.Players.LocalPlayer.Name].HumanoidWalkSpeed end