Advertisement
Guest User

TINY'S OWN NAME PLATE

a guest
Sep 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. function chatfunc(text, color)
  2. local chat = coroutine.wrap(function()
  3. if char:FindFirstChild("TalkingBillBoard") ~= nil then
  4. char:FindFirstChild("TalkingBillBoard"):destroy()
  5. end
  6. local naeeym2 = Instance.new("BillboardGui", char)
  7. naeeym2.Size = UDim2.new(0, 100, 0, 40)
  8. naeeym2.StudsOffset = Vector3.new(0, 5, 0)
  9. naeeym2.Adornee = hed
  10. naeeym2.Name = "TalkingBillBoard"
  11. local tecks2 = Instance.new("TextLabel", naeeym2)
  12. tecks2.BackgroundTransparency = 1
  13. tecks2.BorderSizePixel = 0
  14. tecks2.Text = ""
  15. tecks2.Font = "SciFi"
  16. tecks2.TextSize = 30
  17. tecks2.TextStrokeTransparency = 0
  18. tecks2.TextColor3 = color
  19. tecks2.TextStrokeColor3 = Color3.new(0, 0, 0)
  20. tecks2.Size = UDim2.new(1, 0, 0.5, 0)
  21. local tecks3 = Instance.new("TextLabel", naeeym2)
  22. tecks3.BackgroundTransparency = 1
  23. tecks3.BorderSizePixel = 0
  24. tecks3.Text = ""
  25. tecks3.Font = "SciFi"
  26. tecks3.TextSize = 30
  27. tecks3.TextStrokeTransparency = 0
  28. tecks3.TextColor3 = Color3.new(0, 0, 0)
  29. tecks3.TextStrokeColor3 = color
  30. tecks3.Size = UDim2.new(1, 0, 0.5, 0)
  31. coroutine.resume(coroutine.create(function()
  32. while true do
  33. swait(1)
  34. tecks2.TextColor3 = BrickColor.random().Color
  35. tecks3.TextStrokeColor3 = BrickColor.random().Color
  36. tecks2.Position = UDim2.new(0, math.random(-5, 5), 0, math.random(-5, 5))
  37. tecks3.Position = UDim2.new(0, math.random(-5, 5), 0, math.random(-5, 5))
  38. tecks2.Rotation = math.random(-5, 5)
  39. tecks3.Rotation = math.random(-5, 5)
  40. end
  41. end))
  42. for i = 1, string.len(text) do
  43. CFuncs.Sound.Create("rbxassetid://274118116", char, 0.25, 0.115)
  44. tecks2.Text = string.sub(text, 1, i)
  45. tecks3.Text = string.sub(text, 1, i)
  46. swait(1)
  47. end
  48. wait(1)
  49. local randomrot = math.random(1, 2)
  50. if randomrot == 1 then
  51. for i = 1, 50 do
  52. swait()
  53. tecks2.Rotation = tecks2.Rotation - 0.75
  54. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04
  55. tecks2.TextTransparency = tecks2.TextTransparency + 0.04
  56. tecks3.Rotation = tecks2.Rotation + 0.75
  57. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04
  58. tecks3.TextTransparency = tecks2.TextTransparency + 0.04
  59. end
  60. elseif randomrot == 2 then
  61. for i = 1, 50 do
  62. swait()
  63. tecks2.Rotation = tecks2.Rotation + 0.75
  64. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04
  65. tecks2.TextTransparency = tecks2.TextTransparency + 0.04
  66. tecks3.Rotation = tecks2.Rotation - 0.75
  67. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04
  68. tecks3.TextTransparency = tecks2.TextTransparency + 0.04
  69. end
  70. end
  71. naeeym2:Destroy()
  72. end)
  73. chat()
  74. end
  75.  
  76. tecks2.Text = "TINY the script editor!"
  77. tecks2.TextColor3 = Color3.fromRGB(.5, 0, .5)
  78. tecks2.TextStrokeColor3 = Color3.fromRGB(.5, 0, .5)
  79. for i, v in pairs(ArmourParts) do
  80. v.BrickColor = BrickColor.new("Black")
  81. v.Material = "Neon"
  82. v.Transparency = 0
  83. end
  84. for i, v in pairs(NeonParts) do
  85. maincolor = BrickColor.new("Royal purple")
  86. v.BrickColor = maincolor
  87. v.Material = "Neon"
  88. v.Transparency = 0
  89. char.Head.face.Texture = "http://www.roblox.com/asset/?id=148988280"
  90. end
  91. for i, v in pairs(ArmourParts2) do
  92. v.BrickColor = BrickColor.new("Black")
  93. v.Material = "Neon"
  94. v.Transparency = 0
  95. end
  96. for i, v in pairs(NeonParts2) do
  97. maincolor = BrickColor.new("Royal purple")
  98. v.BrickColor = maincolor
  99. v.Material = "Neon"
  100. v.Transparency = 0
  101. end
  102. end
  103. end
  104. end
  105. end
  106. end
  107. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement