TaiShiRoCe876

The Loud Dab V1

Aug 13th, 2018
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (game:GetService('RunService'):IsServer()) then return error('This script cannot be ran server-sided, please use hl/',0); end;
  2.  
  3. local server = NS ([[
  4. print("TaiShi Edits")
  5. dabbing=Instance.new('Sound', owner.Character.Torso)
  6. dabbing.Volume = 100
  7. dabbing.Pitch = 0.7
  8. dabbing.SoundId = 'rbxassetid://437235476'
  9.  
  10. function stopAnimations()
  11.     for _,v in pairs(owner.Character.Humanoid:GetPlayingAnimationTracks()) do
  12.         v:Stop()
  13.     end
  14. end
  15.  
  16. local remote = Instance.new ('RemoteFunction', script);
  17.     remote.OnServerInvoke = function (plr, ...)
  18.         if (plr == owner) then
  19.             local chr = plr.Character
  20.             chr.Animate.Disabled = true
  21.             chr.Torso["Left Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  22.             chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  23.             game:GetService("Chat"):Chat(plr.Character.Head, "DAAAB", Enum.ChatColor.Blue)
  24.             chr.Torso["Neck"].C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  25.             dabbing:Play()
  26.             wait(0.3)
  27.             stopAnimations()
  28.             chr.Animate.Disabled = true
  29.             chr.Torso["Left Shoulder"].C1 = CFrame.new(0, 0.699999988, 0, 0.939692616, 0, -0.342020124, -0.330366075, -0.258819044, -0.907673359, -0.0885213241, 0.965925813, -0.243210346)
  30.             chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.600000024, 0.5, -0.200000003, 0.664462984, 0.241844743, 0.707106769, -0.664462984, -0.241844788, 0.707106769, 0.342020154, -0.939692616, -3.09086197e-008)
  31.             chr.Torso["Neck"].C1 = CFrame.new(0, -0.600000024, 0, -0.866025388, 0.5, 0, -0.171010137, -0.29619807, 0.939692616, 0.469846278, 0.813797653, 0.342020124)
  32.             wait(2)
  33.             stopAnimations()
  34.             chr.Torso["Left Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  35.             chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  36.             chr.Torso["Neck"].C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  37.             chr.Animate.Disabled = false
  38.         end;
  39.     end;
  40.     remote.Name = 'ServerRemote';
  41. ]], owner.Character):WaitForChild 'ServerRemote';
  42. --------------------------------------
  43.   CV="Maroon"
  44.     Player = game.Players.LocalPlayer
  45.     Character = Player.Character
  46.     local txt = Instance.new("BillboardGui", Character)
  47.     txt.Adornee = Character .Head
  48.     txt.Name = "_status"
  49.     txt.Size = UDim2.new(2, 0, 1.2, 0)
  50.     txt.StudsOffset = Vector3.new(-9, 8, 0)
  51.     local text = Instance.new("TextLabel", txt)
  52.     text.Size = UDim2.new(10, 0, 7, 0)
  53.     text.FontSize = "Size24"
  54.     text.TextScaled = true
  55.     text.TextTransparency = 0
  56.     text.BackgroundTransparency = 1
  57.     text.TextTransparency = 0
  58.     text.TextStrokeTransparency = 0
  59.     text.Font = "Bodoni"
  60.     text.TextStrokeColor3 = Color3.new(255,0,0)
  61.  ------------------------------------
  62.     v=Instance.new("Part")
  63.     v.Name = "ColorBrick"
  64.     v.Parent=Player.Character
  65.     v.FormFactor="Symmetric"
  66.     v.Anchored=true
  67.     v.CanCollide=false
  68.     v.BottomSurface="Smooth"
  69.     v.TopSurface="Smooth"
  70.     v.Size=Vector3.new(3,3,3)
  71.     v.Transparency=1
  72.     v.CFrame=Character.Torso.CFrame
  73.     v.BrickColor=BrickColor.new(CV)
  74.     v.Transparency=1
  75.     text.TextColor3 = Color3.new(0,0,0)
  76.     v.Shape="Block"
  77.     text.Text = "Tai$hi Just Dab!"
  78. ---------------------------------------
  79. local plr = game.Players.LocalPlayer
  80. local chr = plr.Character
  81. local mouse = plr:GetMouse()
  82.  
  83. q = Instance.new('HopperBin', plr.Backpack)
  84. q.Name = 'Dab'
  85. Bin=q
  86.  
  87. Bin.Selected:connect(function(mouse)
  88. mouse.Button1Down:connect(function()
  89. server:InvokeServer();
  90. end)
  91. end)
Add Comment
Please, Sign In to add comment