come on, you read the title.
local part = script.Parent part.Touched:Connect(function(hit) if hit.Parent:FindFirstChild("Humanoid") then print("jumped") hit.Parent.Humanoid:ChangeState(Enum.HumanoidStateType.Jumping) end end)
hit.Parent.Humanoid.Jump = true