Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if game.Players.LocalPlayer.Character.Head:FindFirstChild("BillboardGui") then
- game.Players.LocalPlayer.Character.Head:FindFirstChild("BillboardGui"):Remove()
- end
- plr = game.Players.LocalPlayer.Name
- y = Instance.new("BillboardGui")
- y.Size = UDim2.new(0,100,0,150)
- y.StudsOffset = Vector3.new(0,1,0)
- y.Parent = game.Players[plr].Character.Head
- y.Adornee = game.Players[plr].Character.Head
- f = Instance.new("TextLabel")
- f.Parent = y
- f.BackgroundTransparency = 1
- f.Position = UDim2.new(0,0,0,-50)
- f.Size = UDim2.new(0,100,0,100)
- f.Font = "Arial"
- f.FontSize = "Size48"
- f.Text = "The Creator"
- f.TextStrokeColor3 = Color3.new(0,0,0)
- f.TextColor3 = Color3.new(script.Parent.Parent.Parent.Parent.Settings.Page2["Billboard Gui Color"].Value1.Value/255,script.Parent.Parent.Parent.Parent.Settings.Page2["Billboard Gui Color"].Value2.Value/255,script.Parent.Parent.Parent.Parent.Settings.Page2["Billboard Gui Color"].Value3.Value/255)
- f.TextStrokeTransparency = 0
- f.TextYAlignment = "Bottom"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement