Advertisement
artucox7

Unconpleted Guest666 By Artucox7

Jun 26th, 2018
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 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 = "S"
  30. wait(0.1)
  31. Guest666.Text = "Sc"
  32. wait(0.1)
  33. Guest666.Text = "Scr"
  34. wait(0.1)
  35. Guest666.Text = "Scri"
  36. wait(0.1)
  37. Guest666.Text = "Scrip"
  38. wait(0.1)
  39. Guest666.Text = "Script"
  40. wait(0.1)
  41. Guest666.Text = "Script M"
  42. wait(0.1)
  43. Guest666.Text = "Script Ma"
  44. wait(0.1)
  45. Guest666.Text = "Script Mak"
  46. wait(0.1)
  47. Guest666.Text = "Script Make"
  48. wait(0.1)
  49. Guest666.Text = "Script Maked"
  50. wait(0.1)
  51. Guest666.Text = "Script Maked B"
  52. wait(0.1)
  53. Guest666.Text = "Script Maked By"
  54. wait(0.1)
  55. Guest666.Text = "Script Maked By a"
  56. wait(0.1)
  57. Guest666.Text = "Script Maked By ar"
  58. wait(0.1)
  59. Guest666.Text = "Script Maked By art"
  60. wait(0.1)
  61. Guest666.Text = "Script Maked By artu"
  62. wait(0.1)
  63. Guest666.Text = "Script Maked By artuc"
  64. wait(0.1)
  65. Guest666.Text = "Script Maked By artuco"
  66. wait(0.1)
  67. Guest666.Text = "Script Maked By artucox"
  68. wait(0.1)
  69. Guest666.Text = "Script Maked By artucox7"
  70. wait(1)
  71. Guest666.Text = "Guest666"
  72.  
  73. --Propiedades
  74.  
  75. char.Head.face.Texture = 'http://www.roblox.com/asset/?id=938063731'
  76. char.Shirt.ShirtTemplate = 'rbxassetid://1895796207'
  77. char.Pants.PantsTemplate = 'rbxassetid://1901896830'
  78. char.Head.BrickColor = BrickColor.Black()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement