#Any reasons this could not work
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
pad = script.Parent
function jump(hit)
if hit.Parent:FindFirstChild("Humanoid") then
local humanoid = hit.Parent:FindFirstChild("Humanoid")
humanoid.JumpHeight = 100
humanoid.Jump = true
end
end
pad.Touched:Connect(jump)
It is attached to the parent object
I also have a leaderbaord stat called JumpPower, which should not influence anything tho