Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

why is the character not jumping???? e

Asked by 4 years ago

come on, you read the title.

1local part = script.Parent
2 
3part.Touched:Connect(function(hit)
4    if hit.Parent:FindFirstChild("Humanoid") then print("jumped")
5        hit.Parent.Humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
6    end
7end)

1 answer

Log in to vote
1
Answered by
Zeuxulaz 148
4 years ago
1hit.Parent.Humanoid.Jump = true
0
:D Zeuxulaz 148 — 4y
Ad

Answer this question