Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (game:GetService('RunService'):IsServer()) then return error('This script cannot be ran server-sided, please use hl/',0); end;
- local server = NS ([[
- dabbing=Instance.new('Sound', owner.Character.Torso)
- dabbing.Volume = 5
- dabbing.Pitch = 0.7
- dabbing.SoundId = 'rbxassetid://437235476'
- dabbing.PlayOnRemove = true
- dabbing.Looped = true
- function stopAnimations()
- for _,v in pairs(owner.Character.Humanoid:GetPlayingAnimationTracks()) do
- v:Stop()
- end
- end
- local remote = Instance.new ('RemoteFunction', script);
- remote.OnServerInvoke = function (plr, ...)
- if (plr == owner) then
- local chr = plr.Character
- chr.Animate.Disabled = true
- chr.Torso["Left Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- game:GetService("Chat"):Chat(plr.Character.Head, "DAAAB", Enum.ChatColor.Blue)
- chr.Torso["Neck"].C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
- dabbing:Play()
- wait(0.3)
- stopAnimations()
- chr.Animate.Disabled = true
- 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)
- 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)
- 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)
- wait(2)
- stopAnimations()
- chr.Torso["Left Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- chr.Torso["Neck"].C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
- chr.Animate.Disabled = false
- end;
- end;
- remote.Name = 'ServerRemote';
- ]], owner.Character):WaitForChild 'ServerRemote';
- local plr = game.Players.LocalPlayer
- local chr = plr.Character
- local mouse = plr:GetMouse()
- q = Instance.new('HopperBin', plr.Backpack)
- q.Name = 'Dab'
- Bin=q
- Bin.Selected:connect(function(mouse)
- mouse.Button1Down:connect(function()
- server:InvokeServer();
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement