Advertisement
iiJosephCats205

HUMP [ALL R6 PLAYERS]

Dec 1st, 2019
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.08 KB | None | 0 0
  1. --By iiJoeCats (XD)
  2. for i, v in pairs(game.Players:GetPlayers()) do
  3.     coroutine.resume(coroutine.create(function()
  4.     if v.Character.Torso then
  5.         local character = v.Character
  6.         local runS = game:GetService("RunService").Stepped
  7.        
  8.         function removeItem(item,timer)
  9.             game:GetService("Debris"):AddItem(item,timer)
  10.         end
  11.         local hum = character:FindFirstChildOfClass("Humanoid")
  12.         local rArm = character["Right Arm"]
  13.         local lArm = character["Left Arm"]
  14.         local rLeg = character["Right Leg"]
  15.         local lLeg = character["Left Leg"]
  16.         local tors = character.Torso
  17.         local hed = character.Head
  18.         local root = character.HumanoidRootPart
  19.         local rootj = root.RootJoint
  20.  
  21.         local AAAAAA = Instance.new("Sound",character)
  22.         AAAAAA.Name = "YOUFRICKINGFRICKS"
  23.         AAAAAA.Volume = 5
  24.         AAAAAA.SoundId = "rbxassetid://628897044"
  25.         AAAAAA:Play()
  26.         removeItem(AAAAAA,26.18)
  27.         local raWeld = Instance.new("Weld",tors)
  28.         raWeld.Part0 = tors
  29.         raWeld.Part1 = rArm
  30.         raWeld.C0 = CFrame.new(1.5,0,0)
  31.         local laWeld = Instance.new("Weld",tors)
  32.         laWeld.Part0 = tors
  33.         laWeld.Part1 = lArm
  34.         laWeld.C0 = CFrame.new(-1.5,0,0)
  35.         local rlWeld = Instance.new("Weld",tors)
  36.         rlWeld.Part0 = tors
  37.         rlWeld.Part1 = rLeg
  38.         rlWeld.C0 = CFrame.new(0.5,-2,0)
  39.         local llWeld = Instance.new("Weld",tors)
  40.         llWeld.Part0 = tors
  41.         llWeld.Part1 = lLeg
  42.         llWeld.C0 = CFrame.new(-0.5,-2,0)
  43.         local hedWeld = Instance.new("Weld",tors)
  44.         hedWeld.Part0 = tors
  45.         hedWeld.Part1 = hed
  46.         hedWeld.C0 = CFrame.new(0,1.5,0)
  47.         while runS:wait() do
  48.             for i = 0,0.9,0.15 do
  49.                 runS:wait()
  50.                 raWeld.C0 = raWeld.C0:lerp(CFrame.new(1.5,1,-.1) * CFrame.fromEulerAnglesXYZ(math.rad(150),math.rad(0),math.rad(0)),i)
  51.                 laWeld.C0 = laWeld.C0:lerp(CFrame.new(-1.5,1,-.1) * CFrame.fromEulerAnglesXYZ(math.rad(150),math.rad(0),math.rad(0)),i)
  52.                 rootj.C0 = rootj.C0:lerp(CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(math.rad(-100),math.rad(0),math.rad(-180)),i)
  53.                 hedWeld.C0 = hedWeld.C0:lerp(CFrame.new(0,1.5,.03) * CFrame.fromEulerAnglesXYZ(math.rad(15),math.rad(0),math.rad(0)),i)
  54.                 llWeld.C0 = llWeld.C0:lerp(CFrame.new(-0.5,-2,-.1) * CFrame.fromEulerAnglesXYZ(math.rad(10),math.rad(0),math.rad(0)),i)
  55.                 rlWeld.C0 = rlWeld.C0:lerp(CFrame.new(0.5,-2,-.1) * CFrame.fromEulerAnglesXYZ(math.rad(10),math.rad(0),math.rad(0)),i)
  56.             end
  57.             for i = 0,0.9,0.15 do
  58.                 runS:wait()
  59.                 raWeld.C0 = raWeld.C0:lerp(CFrame.new(1.5,.25,.1) * CFrame.fromEulerAnglesXYZ(math.rad(-30),math.rad(0),math.rad(0)),i)
  60.                 laWeld.C0 = laWeld.C0:lerp(CFrame.new(-1.5,.25,.1) * CFrame.fromEulerAnglesXYZ(math.rad(-30),math.rad(0),math.rad(0)),i)
  61.                 rootj.C0 = rootj.C0:lerp(CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(math.rad(-75),math.rad(0),math.rad(-180)),i)
  62.                 hedWeld.C0 = hedWeld.C0:lerp(CFrame.new(0,1.6,.04) * CFrame.fromEulerAnglesXYZ(math.rad(-15),math.rad(0),math.rad(0)),i)
  63.                 llWeld.C0 = llWeld.C0:lerp(CFrame.new(-0.5,-2,.15) * CFrame.fromEulerAnglesXYZ(math.rad(-15),math.rad(0),math.rad(0)),i)
  64.                 rlWeld.C0 = rlWeld.C0:lerp(CFrame.new(0.5,-2,.15) * CFrame.fromEulerAnglesXYZ(math.rad(-15),math.rad(0),math.rad(0)),i)
  65.             end
  66.         end
  67.     end
  68.     end))
  69. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement