while wait() do game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = script.Parent.Value.Value end
Is there anything wrong? I am making a slider and made this script but it doesn't seem to be working :/
Make sure it is a Int Value and try to do this
game:GetService("RunService").Heartbeat:Connect(function() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = script.Parent.Value.Value end)
Make sure it is in a local script Aswell