Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local plr = game:GetService("Players").LocalPlayer
- local naeeym = Instance.new("BillboardGui",chara)
- naeeym.Size = UDim2.new(0,100,0,40)
- naeeym.StudsOffset = Vector3.new(0,2,0)
- naeeym.Adornee = chara.Head
- local tecks = Instance.new("TextLabel",naeeym)
- tecks.BackgroundTransparency = 1
- tecks.BorderSizePixel = 0
- tecks.Text = "Anonymous"
- tecks.Font = "Bodoni"
- tecks.FontSize = "Size36"
- tecks.TextStrokeTransparency = 0.5
- tecks.TextColor3 = Color3.new(0,0,0)
- rrer = BrickColor.new("Really red")
- tecks.TextStrokeColor3 = rrer.Color
- tecks.Size = UDim2.new(1,0,0.5,0)
- local licht = Instance.new("PointLight",chara.Torso)
- licht.Color = tecks.TextStrokeColor3
- licht.Range = 60
- licht.Brightness = 1
- licht.Enabled = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement