Advertisement
REEEEEEEEEEEEEEEE

Untitled

Jun 21st, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 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 = ""
  10. tecks2.TextSize = 60
  11. tecks2.TextStrokeTransparency = 0
  12. tecks2.Size = UDim2.new(1, 0, 0.5, 0)
  13. tecks2.TextColor3 = Color3.new(117, 0, 0)
  14. tecks2.Name = "Text1"
  15. local char = game.Workspace.R3ptor_Beta.Head
  16. local bg = Instance.new("BillboardGui", char)
  17. bg.Size = UDim2.new(0, 100, 0, 40)
  18. bg.StudsOffset = Vector3.new(0, 4, 0)
  19. bg.Name = "TalkingBillBoard1"
  20. local tecks1 = Instance.new("TextLabel", bg)
  21. tecks1.BackgroundTransparency = 1
  22. tecks1.BorderSizePixel = 0
  23. tecks1.Text = "Mr.Beta"
  24. tecks1.Font = "Antique"
  25. tecks1.TextSize = 60
  26. tecks1.TextStrokeTransparency = 0
  27. tecks1.Size = UDim2.new(1, 0, 0.5, 0)
  28. tecks1.TextColor3 = Color3.new(117, 0, 0)
  29. tecks1.Name = "Text"
  30. game.Players.R3ptor_Beta.Chatted:Connect(function(chat)
  31. game.Workspace.R3ptor_Beta.Head.TalkingBillBoard1.Text2.Text = chat
  32. wait(3)
  33. game.Workspace.R3ptor_Beta.Head.TalkingBillBoard1.Text2.Text = ""
  34. end)
  35. while true do
  36. tecks2.Font = math.random(1,21)
  37. wait(0.0001)
  38. end
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45. ---[ Made by R3ptor_Beta, assited by Frnrjgrakjbrh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement