These 2 scripts won't work in Game but they do in studio? function Die() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 40 end script.Parent.MouseButton1Click:connect(Die)
function Die() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 end script.Parent.MouseButton1Click:connect(Die)