Advertisement
GuestNoobROBLOX

nooby roblox script

Jul 2nd, 2018
555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. -- credits to the creator of the original script
  2. plr = game.Players.LocalPlayer
  3. char = plr.Character
  4.  
  5. wait(1)
  6. local WannaBeFriends = Instance.new("Sound",char.Head)
  7. WannaBeFriends.SoundId = "rbxassetid://359349817"
  8. WannaBeFriends:Play()
  9. WannaBeFriends.Volume = 1
  10. WannaBeFriends.Looped = true
  11. WannaBeFriends.PlaybackSpeed = 0.9
  12. local OOF = Instance.new("Sound",char.Head)
  13. OOF.SoundId = "rbxassetid://1474367957"
  14. OOF.Volume = 10
  15. for i,v in pairs(char:GetChildren()) do
  16. if v.ClassName == "Part" then
  17. v.Transparency = 1
  18. end
  19. end
  20. for i,v in pairs(char:GetChildren()) do
  21. if v.ClassName == "Accessory" then
  22. v.Handle.Transparency = 1
  23. end
  24. end
  25. char.Head.face.Transparency = 1
  26. local sweep = Instance.new("Part")
  27. local sweepdecal1 = Instance.new("Decal",sweep)
  28. local sweepdecal2 = Instance.new("Decal",sweep)
  29. local light = Instance.new("PointLight",sweep)
  30. local weld = Instance.new("Weld",sweep)
  31. sweepdecal1.Face = "Back"
  32. sweepdecal1.Texture = "rbxassetid://1912421794"
  33. sweepdecal2.Face = "Front"
  34. sweepdecal2.Texture = "rbxassetid://1912421794"
  35. sweep.Name = "OofTime"
  36. sweep.Size = Vector3.new(4.2, 5.4, 0.114)
  37. sweep.Transparency = 1
  38. sweep.CanCollide = false
  39. weld.Part0 = char.Torso
  40. weld.Part1 = sweep
  41. weld.C0 = CFrame.new(-0.466694832, 1.18746996, -0.594377518, -0.999195099, 0, 0.0401160046, 0, 1, 0, -0.0401160046, 0, -0.999195099)
  42. sweep.Parent = char
  43. char.Humanoid.HipHeight = -1
  44. slapspeed = 2
  45. walkSpeed = 20.3
  46. maxhealth = 1000000000000000000000000000000000000000000000000000000000000000000000000000000
  47. health = 1000000000000000000000000000000000000000000000000000000000000000000000000000000
  48. char.Humanoid.WalkSpeed = 40.5
  49. char.Humanoid.MaxHealth = 100000000000000000000000000000000000000000000000000000000000000000
  50. char.Humanoid.Health = 100000000000000000000000000000000000000000000000000000000000000000
  51. anger = 1 -- 1 is normal.
  52. coroutine.wrap(function()
  53. while true do
  54. wait()
  55. if anger == 1 then
  56. slapspeed = 2 -- Normal speed.
  57. end
  58. if anger == 2 then
  59. slapspeed = 1
  60. end
  61. if anger == 3 then
  62. slapspeed = 0.5
  63. end
  64. if anger == 4 then
  65. slapspeed = 0.1
  66. end
  67. end
  68. end)()
  69. sweep.Touched:connect(function(part)
  70. local human = part.Parent:FindFirstChildOfClass("Humanoid")
  71. if human and human.Parent.Name ~= char.Name then
  72. human.Sit = true
  73. OOF:Play()
  74. end
  75. end)
  76. while true do
  77. wait(slapspeed)
  78. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1912421794"
  79. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1912421794"
  80. wait(0.4)
  81. sweepdecal1.Face = "Back"
  82. sweepdecal1.Texture = "rbxassetid://1912421794"
  83. sweepdecal2.Face = "Front"
  84. sweepdecal2.Texture = "rbxassetid://1912421794"
  85. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement