Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Character = owner.Character
- local BBG = Instance.new("BillboardGui",Character)
- BBG.Adornee = Character:WaitForChild("Head")
- BBG.Size = UDim2.new(5,0,5,0)
- BBG.LightInfluence = 0.1
- BBG.StudsOffsetWorldSpace = Vector3.new(0,3,0)
- local TL = Instance.new("TextLabel",BBG)
- TL.AnchorPoint = Vector2.new(0.5,0)
- TL.Position = UDim2.new(0.5,0,-0.5,0)
- TL.Size = UDim2.new(2,0,2,0)
- TL.BackgroundTransparency = 1
- TL.TextStrokeTransparency = 0
- TL.TextScaled = true
- TL.Font = Enum.Font.Fantasy
- TL.TextColor3 = Color3.new(98,37,209)
- TL.TextStrokeColor3 = Color3.new(0,0,0)
- TL.Text = "retram (trader-mafia-boss)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement