Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- omae wa mou script is here also if u mind add me on disc and sub to me
- Chick#0968 yt is Wormybag9035
- -- lol
- plr = game:GetService'Players'.LocalPlayer
- char = plr.Character
- mouse = plr:GetMouse()
- -- sounds
- local nani = Instance.new("Sound",char.Torso)
- nani.SoundId = "rbxassetid://985132972"
- nani.Volume = 4
- local slapsound = Instance.new("Sound",char.Torso)
- slapsound.SoundId = "rbxassetid://511340819"
- slapsound.Volume = 4
- -- functions
- function onClicked(click)
- local human = mouse.Target.Parent:FindFirstChildOfClass("Humanoid")
- local humanwalkspeed = human.WalkSpeed
- human.WalkSpeed = 0
- human.JumpPower = 0
- char.Torso.CFrame = human.Parent.Torso.CFrame
- char.Humanoid.WalkSpeed = 0
- wait(1/60)
- nani:Play()
- wait(2.05)
- local naniboost = Instance.new("DistortionSoundEffect",nani)
- naniboost.Level = 0.1
- naniboost.Name = "BASSBOOST"
- wait(1)
- naniboost:Destroy()
- local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
- local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
- rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
- rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
- rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
- for i = 0,1 , 0.05 do
- rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.50000024, 0.405028582, -0.494292736, 0.752350092, -0.658763528, -1.01652529e-06, 0.014031955, 0.0160269327, -0.999769807, 0.658614039, 0.752179325, 0.0213016756),i)
- game:GetService("RunService").RenderStepped:wait()
- end
- wait(0.5)
- nani:Stop()
- for i = 0,1 , 0.05 do
- rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.50000024, 0.405025482, -0.494292736, 0.999977887, 0.0066490462, 2.196479e-05, -0.000119999582, 0.0213499293, -0.999768794, -0.00664799893, 0.999750018, 0.0213503242),i)
- game:GetService("RunService").RenderStepped:wait()
- end
- slapsound:Play()
- human:Destroy()
- wait(1/60)
- char.Humanoid.WalkSpeed = 50
- human.WalkSpeed = humanwalkspeed
- for i = 0,1 , 0.05 do
- rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
- game:GetService("RunService").RenderStepped:wait()
- end
- rhandclone.Parent = char.Torso
- rhandweld:Destroy()
- end
- mouse.Button1Down:connect(onClicked)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement