Facebook
From Blake damast, 4 Years ago, written in Matlab M-file.
This paste is a reply to Re: https://pastebin.pl/view/24480661 from Tacky Duck - view diff
Embed
Download Paste or View Raw
Hits: 370
  1. local JumpBoost = Script.Parent        
  2.  
  3. Local function Stepped0n(Part)
  4. Local Parent = part.Parent
  5. If Game.Players:GetPlayerFromCharacter(Parent)Then
  6. parent.Humanoid.JumpPower = 150
  7. Wait(2
  8. Parent.Humanoid.JumpPower=  50 
  9.         end
  10. end
  11.  
  12. JumpBoost.Touched:Connect(Stepped0n)