Advertisement
Guest User

robux

a guest
Jul 21st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. local plr = game:service'Players'.LocalPlayer
  2. local char = plr.Character
  3. local Neck = char.Torso.Neck
  4. local NameTag = Instance.new("BillboardGui")
  5. local Guest666 = Instance.new("TextLabel")
  6. local anim = char.Animate
  7.  
  8.  
  9. --Tag
  10.  
  11. NameTag.Name = "GuesTag"
  12. NameTag.Parent = char
  13. NameTag.Size = UDim2.new(0, 200, 0, 50)
  14. NameTag.StudsOffset = Vector3.new(0, 2.5, 0)
  15.  
  16. Guest666.Name = "Text"
  17. Guest666.Parent = NameTag
  18. Guest666.BackgroundColor3 = Color3.new(1, 1, 1)
  19. Guest666.BackgroundTransparency = 1
  20. Guest666.Size = UDim2.new(0, 200, 0, 50)
  21. Guest666.Font = Enum.Font.Antique
  22. Guest666.Text = "guest"
  23. Guest666.TextColor3 = Color3.new(1, 0, 0)
  24. Guest666.TextScaled = true
  25. Guest666.TextSize = 36
  26. Guest666.TextStrokeTransparency = 0
  27. Guest666.TextWrapped = true
  28.  
  29. Guest666.Text = "godeadGuest666"
  30.  
  31. --Propiedades
  32. char.Face.faceTemplate = 'rbxassetid://1192464705'
  33. char.Head.face.Texture = 'http://www.roblox.com/asset/?id=938063731'
  34. char.Shirt.ShirtTemplate = 'rbxassetid://15432080'
  35. char.Pants.PantsTemplate = 'rbxassetid://284285641'
  36. char.Head.BrickColor = BrickColor.(Light orange)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement