#Anyone know why this ain't working?

1 messages · Page 1 of 1 (latest)

heavy peak
#
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

heavy peak
#

i got it guys

#

its jump height

#

not power

#

silly me

mint oar