Version / Update: v1.0.0
- Download / Script Link
- local Players = game:GetService("Players")
local player = Players.LocalPlayer
local function fixStats(char)
local hum = char:WaitForChild("Humanoid")
hum.JumpPower = 50
workspace.Gravity = 196.2
end
player.CharacterAdded:Connect(fixStats)
if player.Character then
fixStats(player.Character)
end[ View More ]
Enables Jump that's it and the script is open sourced since its made by me,i think it works in other games too but I'm not sure.
- Works on mobile
- Yes