Advertisement
EMonkey895

for later

Jun 26th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. local naeeym = Instance.new("BillboardGui",chara)
  2. naeeym.Size = UDim2.new(0,100,0,40)
  3. naeeym.StudsOffset = Vector3.new(0,2,0)
  4. naeeym.Adornee = chara.Head
  5. local tecks = Instance.new("TextLabel",naeeym)
  6. tecks.BackgroundTransparency = 1
  7. tecks.BorderSizePixel = 0
  8. tecks.Text = "Lunarine the Moon Rabbit"
  9. tecks.Font = "Fantasy"
  10. tecks.FontSize = "Size24"
  11. tecks.TextStrokeTransparency = 0
  12. tecks.TextStrokeColor3 = Color3.new(0,0,0)
  13. tecks.TextColor3 = BrickColor.new("Baby blue").Color
  14. tecks.Size = UDim2.new(1,0,0.5,0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement