Advertisement
TROLERMASTERH

Hi

May 8th, 2016
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. if game.Players.LocalPlayer.Character.Head:FindFirstChild("BillboardGui") then
  2. game.Players.LocalPlayer.Character.Head:FindFirstChild("BillboardGui"):Remove()
  3. end
  4. plr = game.Players.LocalPlayer.Name
  5. y = Instance.new("BillboardGui")
  6. y.Size = UDim2.new(0,100,0,150)
  7. y.StudsOffset = Vector3.new(0,1,0)
  8. y.Parent = game.Players[plr].Character.Head
  9. y.Adornee = game.Players[plr].Character.Head
  10. f = Instance.new("TextLabel")
  11. f.Parent = y
  12. f.BackgroundTransparency = 1
  13. f.Position = UDim2.new(0,0,0,-50)
  14. f.Size = UDim2.new(0,100,0,100)
  15. f.Font = "Arial"
  16. f.FontSize = "Size48"
  17. f.Text = "The Creator"
  18. f.TextStrokeColor3 = Color3.new(0,0,0)
  19. 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)
  20. f.TextStrokeTransparency = 0
  21. f.TextYAlignment = "Bottom"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement