Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- c = Instance.new("BillboardGui")
- c.Parent = game.Players.LocalPlayer.Character.Head
- m = Instance.new("TextLabel")
- m.Parent = c.Parent.BillboardGui
- c.Size = UDim2.new(0,200,0,50)
- m.Size = UDim2.new(1,0,1,0)
- c.ExtentsOffset = Vector3.new(0,3,0)
- m.Text = ""
- g = Instance.new("TextBox")
- g.Parent = game.Players.LocalPlayer.PlayerGui.CE7
- g.Text = ""
- g.TextScaled = True
- g.MultiLine = True
- g.Size = UDim2.new(0.2,0,0.15)
- while wait(0.2) do
- m.Text = g.Text
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement