Advertisement
DrakerMaker

Scary Bobuz

Nov 18th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. local BillboardGui = Instance.new("BillboardGui")
  2. local Frame = Instance.new("Frame")
  3. local Text = Instance.new("TextBox")
  4. BillboardGui.MaxDistance = 50
  5. BillboardGui.Name = "Type"
  6. BillboardGui.Parent = owner.Character.Head
  7. BillboardGui.Active = true
  8. BillboardGui.Size = UDim2.new(15.5, 0, 15, 0)
  9. BillboardGui.StudsOffset = Vector3.new(0, 6, 0)
  10.  
  11. Frame.Name = "Framer"
  12. Frame.Parent = BillboardGui
  13. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  14. Frame.BackgroundTransparency = 1
  15. Frame.BorderSizePixel = 0
  16. Frame.Position = UDim2.new(0.209999993, 0, 0.209999993, 0)
  17. Frame.Selectable = true
  18. Frame.Size = UDim2.new(0.600000024, 0, 0.699999988, 0)
  19.  
  20. Text.Name = "Labeler"
  21. Text.Parent = Frame
  22. Text.BackgroundColor3 = Color3.new(0, 0, 0)
  23. Text.BackgroundTransparency = 1
  24. Text.BorderColor3 = Color3.new(0, 0, 0)
  25. Text.Position = UDim2.new(0.200000003, 0, 0.150000006, 0)
  26. Text.Size = UDim2.new(0.600000024, 0, 0.699999988, 0)
  27. Text.ClearTextOnFocus = false
  28. Text.Text = "1 bobux"
  29. Text.TextColor3 = Color3.new(0,255,0)
  30. Text.TextSize = 100
  31. Text.TextWrapped = false
  32. Text.TextScaled = true
  33. local song = Instance.new("Sound", owner.Character.Head)
  34. song.Volume = 4
  35. song.SoundId = "rbxassetid://365815608"
  36. song.Looped = true
  37. song.PlaybackSpeed = 1
  38. song:Play()
  39. NLS([[
  40. local animation = Instance.new("Animation")
  41.  
  42. animation.AnimationId = "http://www.roblox.com/Asset?ID=35654637"
  43.  
  44. local anim=owner.Character.Humanoid:LoadAnimation(animation)
  45.  
  46. anim:Play(5, 5, 5)
  47. ]], owner.Character)
  48. count = 1
  49. scount = 1
  50. count = count + 1
  51. scount = scount + 0.02
  52. song.PlaybackSpeed = scount
  53. Text.Text = count.." bobux"
  54. wait(2)
  55. count = count + 1
  56. scount = scount + 0.02
  57. song.PlaybackSpeed = scount
  58. Text.Text = count.." bobux"
  59. wait(2)
  60. Text.TextColor3 = Color3.new(255, 0, 0)
  61. song.Volume = 4
  62. song.SoundId = "rbxassetid://4591326344"
  63. song:Stop()
  64. song:Play()
  65. local awkward = Instance.new("Sound", owner.Character.Head)
  66. awkward.Volume = 4
  67. awkward.SoundId = "rbxassetid://5968836146"
  68. awkward:Play()
  69. local n = 666
  70. for i = 1, n do
  71. game:GetService("RunService").Stepped:wait()
  72. count = count + 1
  73. Text.Text = count.." bobux"
  74. end
  75. Text.Text = "OH GOD 666 BOBUX SCARY"
  76. song.Volume = 4
  77. song.SoundId = "rbxassetid://2967574494"
  78. song.PlaybackSpeed = 1
  79. song:Stop()
  80. song:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement