Advertisement
GuestNoobROBLOX

Old Principal ROBLOX SCRIPT

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