Advertisement
McSans

Texte!!

Apr 16th, 2019
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. local Character = owner.Character
  2. local BBG = Instance.new("BillboardGui",Character)
  3. BBG.Adornee = Character:WaitForChild("Head")
  4. BBG.Size = UDim2.new(5,0,5,0)
  5. BBG.LightInfluence = 0.1
  6. BBG.StudsOffsetWorldSpace = Vector3.new(0,3,0)
  7. local TL = Instance.new("TextLabel",BBG)
  8. TL.AnchorPoint = Vector2.new(0.5,0)
  9. TL.Position = UDim2.new(0.5,0,-0.5,0)
  10. TL.Size = UDim2.new(2,0,2,0)
  11. TL.BackgroundTransparency = 1
  12. TL.TextStrokeTransparency = 0
  13. TL.TextScaled = true
  14. TL.Font = Enum.Font.Fantasy
  15. TL.TextColor3 = Color3.new(98,37,209)
  16. TL.TextStrokeColor3 = Color3.new(0,0,0)
  17. TL.Text = "retram (trader-mafia-boss)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement