Some games like Pokemon Brick Bronze have this but how do I do this.
game:GetService("Players").PlayerAdded:Connect(function(plyr) plyr.CharacterAdded:Connect(function(char) char.Humanoid.JumpPower = 0 end) end)
game:GetService("Players").PlayerAdded:Connect(function(plr) plr.CharacterAdded:Connect(function(char) char.Humanoid.JumpPower = 0 char.Humanoid.Jump = false end) end)
Closed as Not Constructive by minikitkat
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?