Advertisement
wormybag9035

Omae wa mou Script

May 4th, 2019
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. omae wa mou script is here also if u mind add me on disc and sub to me
  2. Chick#0968 yt is Wormybag9035
  3. -- lol
  4. plr = game:GetService'Players'.LocalPlayer
  5. char = plr.Character
  6. mouse = plr:GetMouse()
  7.  
  8. -- sounds
  9. local nani = Instance.new("Sound",char.Torso)
  10. nani.SoundId = "rbxassetid://985132972"
  11. nani.Volume = 4
  12. local slapsound = Instance.new("Sound",char.Torso)
  13. slapsound.SoundId = "rbxassetid://511340819"
  14. slapsound.Volume = 4
  15. -- functions
  16. function onClicked(click)
  17. local human = mouse.Target.Parent:FindFirstChildOfClass("Humanoid")
  18. local humanwalkspeed = human.WalkSpeed
  19. human.WalkSpeed = 0
  20. human.JumpPower = 0
  21. char.Torso.CFrame = human.Parent.Torso.CFrame
  22. char.Humanoid.WalkSpeed = 0
  23. wait(1/60)
  24. nani:Play()
  25. wait(2.05)
  26. local naniboost = Instance.new("DistortionSoundEffect",nani)
  27. naniboost.Level = 0.1
  28. naniboost.Name = "BASSBOOST"
  29. wait(1)
  30. naniboost:Destroy()
  31. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  32. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  33. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  34. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  35. rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  36. for i = 0,1 , 0.05 do
  37. 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)
  38. game:GetService("RunService").RenderStepped:wait()
  39. end
  40. wait(0.5)
  41. nani:Stop()
  42. for i = 0,1 , 0.05 do
  43. 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)
  44. game:GetService("RunService").RenderStepped:wait()
  45. end
  46. slapsound:Play()
  47. human:Destroy()
  48. wait(1/60)
  49. char.Humanoid.WalkSpeed = 50
  50. human.WalkSpeed = humanwalkspeed
  51. for i = 0,1 , 0.05 do
  52. 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)
  53. game:GetService("RunService").RenderStepped:wait()
  54. end
  55. rhandclone.Parent = char.Torso
  56. rhandweld:Destroy()
  57. end
  58. mouse.Button1Down:connect(onClicked)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement