JuicyPenguin

Throw Script

Feb 3rd, 2017
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.26 KB | None | 0 0
  1. --By me (yes its Rufus14) (Its not working on heavy players (lenny face))
  2. for i = 1,20 do
  3.     wait()
  4.     game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 * CFrame.Angles(0,0,-0.08)
  5. end
  6. print(game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0)
  7. rekt = false
  8. function ded(hand)
  9.     if not rekt then
  10.         rekt = true
  11.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  12.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  13.         local humanoid = hand.Parent:FindFirstChild("Humanoid")
  14.         print(humanoid)
  15.         local torso = hand.Parent:FindFirstChild("Torso")
  16.         print(torso)
  17.         local rootpart = hand.Parent:FindFirstChild("HumanoidRootPart")
  18.         print(rootpart)
  19.         humanoid.WalkSpeed = 0
  20.         humanoid.JumpPower = 0
  21.         local joint = rootpart:FindFirstChild("RootJoint")
  22.         local weld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  23.         weld.Part0 = torso
  24.         weld.Part1 = game.Players.LocalPlayer.Character.Torso
  25.         weld.C0 = weld.C0 * CFrame.Angles(1.5,0,0) * CFrame.new(0,-0.8,4.3)
  26.         for i = 1,20 do
  27.         game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.08)
  28.                 end
  29.         game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"die sucka.","Red")
  30.         wait(1)
  31.         local woosh1 = Instance.new("Sound", torso)
  32.         woosh1.SoundId = "rbxassetid://280667448"
  33.         woosh1.Looped = true
  34.         woosh1:Play()
  35.         woosh1.PlaybackSpeed = 1.5
  36.         for i = 1,100 do
  37.             wait()
  38.             game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,1)
  39.         end
  40.         game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"You've had enough?","Red")
  41.         for i = 1,100 do
  42.             wait()
  43.             game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,1)
  44.         end
  45.         woosh1:Stop()
  46.         game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"HAAA...!","Red")
  47.         local woosh = Instance.new("Sound", torso)
  48.         woosh.SoundId = "rbxasset://sounds/action_falling.mp3"
  49.         woosh.Looped = true
  50.         woosh:Play()
  51.         for i = 1,20 do
  52.             wait()
  53.             weld.C0 = weld.C0 * CFrame.new(0,0,2.5)
  54.         end
  55.         game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"He's flyin'...","Red")
  56.         for i = 1,50 do
  57.             wait()
  58.             weld.C0 = weld.C0 * CFrame.new(0,0,2.5)
  59.         end
  60.         game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"Flyin'...","Red")
  61.         for i = 1,50 do
  62.             wait()
  63.             weld.C0 = weld.C0 * CFrame.new(0,0,2.5)
  64.         end
  65.         woosh:Stop()
  66.         humanoid.Health = 0
  67.         game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"And dead.","Red")
  68.         wait(2.5)
  69.         game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  70.         weld:destroy()
  71.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  72.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  73.         for i = 1,20 do
  74.         wait()
  75.         game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.08)
  76.         end
  77.         rekt = false
  78.     end
  79. end
  80. game.Players.LocalPlayer.Character["Left Arm"].Touched:connect(ded)
Add Comment
Please, Sign In to add comment