this is a script that adds five to you walkspeed every time you click. I have no idea what is wrong with it.
---------------------------------------------------------------------------
function onButtonClicked()
script.Parent.Parent.Parent.Parent.Character.Humanoid.WalkSpeed = + 5
end
script.Parent.MouseButton1Click:connect(onButtonClicked) |