Advertisement
DenisPitu06_YT

Baldi Script

Apr 4th, 2019
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --more views than nuke script! wow! also this script is broken cuz its non fe
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. local sound = Instance.new("Sound")
  21. sound.SoundId = "rblxassetid://1841427728"
  22. sound.Volume = 2
  23. sound.Looped = false
  24. sound.MaxDistance = 9999
  25. sound.Parent = head
  26.  
  27. local sound2 = Instance.new("Sound")
  28. sound2.SoundId = "rblxassetid://2655138140"
  29. sound2.Volume = 2
  30. sound2.Looped = false
  31. sound2.MaxDistance = 9999
  32. sound2.Parent = head
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42. angry = false
  43. wait(1)
  44. lp = game.Players.LocalPlayer
  45. char = lp.Character
  46. head = char.Head
  47. hum = char.Humanoid
  48. gc = char:GetChildren()
  49. for i=1, #gc do
  50. wait(0.01)
  51. if gc[i].ClassName == "Shirt" or gc[i].ClassName == "Pants" or gc[i].ClassName == "Hat" or gc[i].ClassName == "Accessory" or gc[i].ClassName == "ShirtGraphic" or gc[i].ClassName == "BodyColors" then
  52. gc[i]:Destroy()
  53. end
  54. end
  55. newbc = Instance.new("BodyColors",char)
  56. newbc.HeadColor = BrickColor.new("Buttermilk")
  57. newbc.TorsoColor = BrickColor.Green()
  58. newbc.LeftArmColor = BrickColor.Green()
  59. newbc.RightArmColor = BrickColor.Green()
  60. newbc.LeftLegColor = BrickColor.Blue()
  61. newbc.RightLegColor = BrickColor.Blue()
  62. head:FindFirstChildOfClass("Decal").Texture = "rbxasset://textures/face.png"
  63. sound = Instance.new("Sound",head)
  64. sound.SoundId = "rbxassetid://1828370087"
  65. sound.Volume = 10
  66. sound.Looped = true
  67. sound:Play()
  68. pg = lp.PlayerGui
  69. gui = Instance.new("ScreenGui",pg)
  70. tb = Instance.new("TextButton",gui)
  71. tb.Text = "Someone Failed A Notebook"
  72. tb.TextScaled = true
  73. tb.Position = UDim2.new(0.725,0,0.86,0)
  74. tb.Size = UDim2.new(0,200,0,50)
  75. tb.MouseButton1Click:connect(function()
  76. gui:Destroy()
  77. angry = true
  78. end)
  79. repeat
  80. wait(0.01)
  81. until angry == true
  82. sound:Stop()
  83. sound:Destroy()
  84. hum.WalkSpeed = 40
  85. hum.JumpPower = 0
  86. newsound = Instance.new("Sound",head)
  87. newsound.SoundId = "rbxassetid://1841427728"
  88. newsound.Volume = 5
  89. newsound.MaxDistance = 9999
  90. wait(2)
  91. head:FindFirstChildOfClass("Decal").Texture = "http://www.roblox.com/asset/?id=146313815"
  92. wait(2)
  93. tool = Instance.new("Tool",lp.Backpack)
  94. tool.Name = "Slapping Ruler"
  95. part = Instance.new("Part",tool)
  96. part.Name = "Handle"
  97. part.Size = Vector3.new(1,6,1)
  98. part.BrickColor = BrickColor.new("Dirt brown")
  99. part.Material = "Wood"
  100. tool.GripPos = Vector3.new(3,0,0)
  101. torso = char:FindFirstChild("Torso")
  102. torso.Touched:connect(function(hit)
  103. hit.Parent:BreakJoints()
  104. sound:Play()
  105. sound2:Play()
  106. end)
  107. tool.Parent = char
  108.  
  109. --Loop events
  110. while true do
  111. if tool.Parent ~= char then
  112. tool.Parent = char
  113. end
  114. end
  115. while true do
  116. wait(2)
  117. newsound:Play()
  118. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement