--StarterGui.AnimationsGui.RunButton.LocalScript or ServerScript --I made a script but it does not work please help --I used a server script function onClicked(run) if run then game.LocalPlayer.WalkSpeed = 32 end end
Try doing this, I haven't tested it yet, but it should work c:
function onClick(mouse) script.Parent.Parent.Parent.Parent.Character.Humanoid.WalkSpeed = 50 end script.Parent.MouseButton1Click:connect(onClick)