#Anyone know why this ain't working?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
local poderDePulo = 150
local function DarPoderPulo(part)
local humano = part.Parent:FindFirstChild("Humanoid")
print(humano.JumpPower)
if humano then humano.JumpPower = poderDePulo end
end
instancia.Touched:Connect(DarPoderPulo)
the player isn't jumping higher
humanoid has a property called UseJumpPower if you want to use jumppower