Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. local char = game.Workspace.frnrjgrakjbrh.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 = "Gamer"
  10. tecks2.Font = "Antique"
  11. tecks2.TextSize = 60
  12. tecks2.TextStrokeTransparency = 0
  13. tecks2.TextColor3 = Color3.new(255, 255, 255)
  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.frnrjgrakjbrh.Chatted:Connect(function(chat)
  18. game.Workspace.frnrjgrakjbrh.Head.TalkingBillBoard.Text.Text = chat
  19. wait(3)
  20. game.Workspace.frnrjgrakjbrh.Head.TalkingBillBoard.Text.Text = ""
  21. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement