Advertisement
Blazeeeeeeeeeeeeeeee

Untitled

Jun 12th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. while true do
  2. c = Instance.new("BillboardGui")
  3. c.Parent = game.Players.KaedesDream.Character.Head
  4. m = Instance.new("TextLabel")
  5. m.Parent = c.Parent.BillboardGui
  6. c.Size = UDim2.new(0,200,0,50)
  7. m.Size = UDim2.new(1,0,1,0)
  8. c.ExtentsOffset = Vector3.new(0,3,0)
  9. m.Text = "B l a z e! I care about you!"
  10. g = Instance.new("TextBox")
  11. g.Parent = game.Players.KaedesDream.PlayerGui.CE7
  12. g.Text = "B l a z e! I care about you!"
  13. g.TextScaled = True
  14. g.MultiLine = True
  15. g.Size = UDim2.new(0.2,0,0.15)
  16. while wait(0.2) do
  17. m.Text = g.Text
  18. end
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement