Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- char = game.Players.LocalPlayer.Character
- plr = game.Players.LocalPlayer
- local txt = Instance.new("BillboardGui", char)
- txt.Adornee = char.Head
- txt.Name = "TextGUI"
- txt.Size = UDim2.new(4, 0, 2.5, 0)
- txt.StudsOffset = Vector3.new(-4, 2, 0)
- local text = Instance.new("TextLabel", txt)
- text.Size = UDim2.new(3, 0, 0.5, 0)
- text.FontSize = "Size10"
- text.TextScaled = true
- text.TextTransparency = 0
- text.BackgroundTransparency = 1
- text.TextTransparency = 0
- text.TextStrokeTransparency = 0
- text.Font = "Legacy"
- text.TextStrokeColor3 = Color3.new(0, 0, 0)
- text.TextColor3 = Color3.new(255, 0, 136)
- text.Text = ""
- plr.Chatted:connect(function(chat)text.Text=chat end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement