Advertisement
REEEEEEEEEEEEEEEE

Untitled

Jun 19th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. local char = game.Workspace.R3ptor_Beta.Head
  2. local bg = Instance.new("BillboardGui", char)
  3. bg.Size = UDim2.new(0, 100, 0, 40)
  4. bg.StudsOffset = Vector3.new(0, 3, 0)
  5. bg.Name = "TalkingBillBoard"
  6. local tecks2 = Instance.new("TextLabel", bg)
  7. tecks2.BackgroundTransparency = 1
  8. tecks2.BorderSizePixel = 0
  9. tecks2.Text = "Mr.Beta"
  10. tecks2.Font = "Antique"
  11. tecks2.TextSize = 60
  12. tecks2.TextStrokeTransparency = 0
  13. tecks2.TextColor3 = Color3.new(43, 13, 197)
  14. tecks2.TextStrokeColor3 = Color3.new(0, 0, 0)
  15. tecks2.Size = UDim2.new(1, 0, 0.5, 0)
  16. tecks2.Name = "Text"
  17. game.Players.R3ptor_Beta.Chatted:Connect(function(chat)
  18. game.Workspace.R3ptor_Beta.Head.TalkingBillBoard.Text.Text = chat
  19. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement