Sithex

R15-Script

Dec 18th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. -- Made by JackMcJagger15
  2.  
  3. power = 500 -- change this to make it more or less powerful
  4.  
  5. game:GetService('RunService').Stepped:connect(function()
  6. game.Players.LocalPlayer.Character.Head.CanCollide = false
  7. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  8. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  9. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  10. end)
  11. wait(.1)
  12. local bambam = Instance.new("BodyThrust")
  13. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  14. bambam.Force = Vector3.new(power,0,power)
  15. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
Add Comment
Please, Sign In to add comment