Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pad = script.Parent
- function jump (hit)
- if hit.Parent:FindFirstChild("Humanoid") then
- local humanoid = hit.Parent:FindFirstChild("Humanoid")
- humanoid.JumpHeight = 370
- humanoid.Jump = true
- wait(0.5)
- humanoid.JumpHeight = 15
- end
- end
- pad.Touched:Connect(jump)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement