Advertisement
DrakerMaker

Bobux coupon

Nov 17th, 2020
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 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 = "I have no bobux"
  29. Text.TextColor3 = Color3.new(255,255,255)
  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 = 0.5
  38. song:Play()
  39. wait(2)
  40. Text.Text = "I am sad."
  41. wait(2)
  42. Text.Text = "I will redeem bobux code."
  43. wait(2)
  44. Text.Text = "1"
  45. wait(0)
  46. Text.Text = "12"
  47. wait(0)
  48. Text.Text = "123"
  49. wait(0)
  50. Text.Text = "123-"
  51. wait(0)
  52. Text.Text = "123-B"
  53. wait(0)
  54. Text.Text = "123-BO"
  55. wait(0)
  56. Text.Text = "123-BOB"
  57. wait(0)
  58. Text.Text = "123-BOBU"
  59. wait(0)
  60. Text.Text = "123-BOBUX"
  61. wait(2)
  62. Text.Text = "1000 bobux"
  63. song.Volume = 4
  64. song.SoundId = "rbxassetid://4591326344"
  65. song.PlaybackSpeed = 1
  66. song:Stop()
  67. song:Play()
  68. Text.TextColor3 = Color3.new(255,0,0)
  69. NLS([[
  70. local animation = Instance.new("Animation")
  71.  
  72. animation.AnimationId = "http://www.roblox.com/Asset?ID=35654637"
  73.  
  74. local anim=owner.Character.Humanoid:LoadAnimation(animation)
  75.  
  76. anim:Play(5, 5, 5)
  77. ]], owner.Character)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement