Glexteon

xd

Sep 19th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. qq = Instance.new("BillboardGui", game.Players.LocalPlayer.Character.Head)
  2. qq.Size=UDim2.new(2.5,0,2.5,0)
  3. qq.StudsOffset=Vector3.new(0,0,0)
  4. qq.Parent= game.Players.LocalPlayer.Character.Head
  5. qq.Adornee= game.Players.LocalPlayer.Character.Head
  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. label = Instance.new("TextLabel", qq)
  10. label.Size = UDim2.new(2, 0, 2, 0)
  11. label.Position = UDim2.new(-0.5, 0, -1.9, 0)
  12. label.BackgroundTransparency = 1
  13. label.FontSize = "Size48"
  14. while true do
  15. label.TextColor3 = Color3.new(math.random(),math.random(),math.random())
  16. wait(.09)
  17. label.TextStrokeColor3 = Color3.new(0 ,0 ,0)
  18. label.TextStrokeTransparency = 0.5
  19. label.Font = Enum.Font.GothamBlack
  20. label.Text = "Exploiter."
  21. end
Add Comment
Please, Sign In to add comment