Advertisement
Supremacyy

booty consumer

Feb 23rd, 2018
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. --Thanks To HessaFTW And His Slave BlueHunter
  2. --Hessa Is the one that made this compalation
  3. --BlueHunter was the test subject
  4. --Have eny scripts that arent in here send them to HessaFTW and he will test and put in for next update
  5.  
  6. bill = Instance.new("BillboardGui", game.Players.LocalPlayer.Character.Head)
  7. bill.Size = UDim2.new(4, 0, 4.5, 0)
  8. bill.AlwaysOnTop = true
  9.  
  10. label = Instance.new("TextLabel", bill)
  11. label.Size = UDim2.new(2, 0, 1, 0)
  12. label.Position = UDim2.new(-0.5, 0, -0.5, 0)
  13. label.BackgroundTransparency = 1
  14. label.FontSize = "Size14"
  15. while true do
  16. label.TextColor3 = Color3.new(math.random(),math.random(),math.random())
  17. wait(.09)
  18. label.TextStrokeColor3 = Color3.new(0 ,0 ,0)
  19. label.TextStrokeTransparency = 0
  20. label.Text = "The Booty Consumer"
  21. end
  22.  
  23. --Change HessaFTW To what u want to be named
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement