i tried many script including decreasing jump power but it never worked plz help me
To do this is very simple!
Put the script below in a local script inside "StarterGui"
wait(1) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (0) game.Players.LocalPlayer.Character.Humanoid.JumpPower = (0)
then put this in the button that starts the game when the player has pressed it (local script)
script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (16) game.Players.LocalPlayer.Character.Humanoid.JumpPower = (50) end)
If this worked, make sure to click accept!