Advertisement
Bruno972

test (do not use

Jun 7th, 2017
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. qq = Instance.new("BillboardGui", game.Players.LocalPlayer.Character.Head)
  2. qq.Size=UDim2.new(10.5,0,10.5,0)
  3. qq.StudsOffset=Vector3.new(0,4,0)
  4. qq.Parent= game.Players.LocalPlayer.Character.Head
  5. qq.Adornee= game.Players.LocalPlayer.Character.Head
  6. tt1 = Instance.new("TextLabel")
  7. tt1.Text = "TUNINHO THE TUNIX"
  8. tt1.Size = UDim2.new(5,0,5,0)
  9. tt1.Position = UDim2.new(0,0,0,0)
  10. tt1.BackgroundTransparency = 1
  11. tt1.Parent = qq
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement