tool = script.Parent Handle = tool:WaitForChild("Handle") tool.Activated:Connect(function() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50 wait(60) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 end)
I used this script for a walk speed tool but it doesn't seem to give me or other players walk speed when they activate it. I really need to know what I did wrong here any answers?