Advertisement
SomeEditor

Untitled

Mar 25th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. local p = game.Players.LocalPlayer
  2. gui1=Instance.new("BillboardGui")
  3. gui1.Parent = game.Players.LocalPlayer.Character.Head
  4. gui1.Adornee = game.Players.LocalPlayer.Character.Head
  5. gui1.Size=UDim2.new(2.5,0,2.5,0)
  6. gui1.StudsOffset=Vector3.new(0,0.2,0)
  7. gui1.AlwaysOnTop = true
  8. gui1.TextLabel.Text = “Mafia Boss”
  9. gui1.TextLabel.TextColor3 = Color3.fromRGB(128,0,128)
  10. gui1.Parent = game.LocalPlayer
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement