Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Start Settings
- NAME = "sonicrixlp"
- DECAL = "rbxassetid://2043376068"
- TextFont = Enum.Font.SourceSansLight
- PicVis = true
- --End Settings
- y = Instance.new("BillboardGui")
- y.Size = UDim2.new(0,100,0,150)
- y.StudsOffset = Vector3.new(0,1,0)
- y.Parent = game.Players.sonicrixlp.Character.Head
- y.Adornee = game.Players.sonicrixlp.Character.Head
- f = Instance.new("TextLabel")
- f.Parent = y
- f.BackgroundTransparency = 1
- f.Position = UDim2.new(0,0,0,-30)
- f.Size = UDim2.new(0,100,0,100)
- f.Font = "Highway"
- f.FontSize = "Size48"
- f.Text = NAME
- f.TextStrokeColor3 = Color3.new(1,1,1)
- f.TextColor3 = Color3.new(255/255,255/255,255/255)
- f.TextStrokeTransparency = 1
- f.TextYAlignment = "Bottom"
- f.Font = TextFont
- --Image
- IL = Instance.new("ImageLabel")
- if PicVis == true then
- IL.ImageTransparency = 0
- end
- if PicVis == false then
- IL.ImageTransparency = 1
- end
- IL.Parent = y
- IL.BackgroundTransparency = 1
- IL.Position = UDim2.new(0,0,0,-90)
- IL.Size = UDim2.new(0,100,0,100)
- IL.Image = DECAL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement