Advertisement
Death_Glow

S2P Sign

Feb 4th, 2019
686
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.71 KB | None | 0 0
  1. local Part = Instance.new("Part", game.Workspace)
  2. local Gui = Instance.new("BillboardGui", Part)
  3. local Text = Instance.new("TextLabel", Gui)
  4. local Music = Instance.new("Sound", Part)
  5. Music.Name = "Sub2Pewds"
  6. Music.SoundId = "rbxassetid://2644730091"
  7. Music.Volume = 0.3
  8. Music.Looped = true
  9. Music:Play()
  10. Part.Anchored = true
  11. Part.CanCollide = false
  12. Part.Transparency = 1
  13. Part.Size = Vector3.new(0.05,0.05,0.05)
  14. Part.Position = Vector3.new(game.Workspace.SimplyGlow.UpperTorso.CFrame.X,game.Workspace.SimplyGlow.UpperTorso.CFrame.Y,game.Workspace.SimplyGlow.UpperTorso.CFrame.Z)
  15. Part.Name = "S2P"
  16. Part.Locked = true
  17. Gui.Size = UDim2.new(10, 0,5, 0)
  18. Gui.StudsOffset = Vector3.new(0, 3, 0)
  19. Text.BackgroundColor3 = Color3.new(1,1,1)
  20. Text.BackgroundTransparency = 1
  21. Text.Size = UDim2.new(1,0,1,0)
  22. Text.Font = Enum.Font.SourceSansBold
  23. Text.TextColor3 = Color3.new(1,1,1)
  24. Text.TextScaled = true
  25. Text.TextWrapped = true
  26. Text.Text = "Subscribe to PewDiePie"
  27. while true do
  28.     for i = 0,2,0.01 do
  29.         Text.TextColor3 = Text.TextColor3:lerp(Color3.new(255/255, 26/255, 225/255), i / 100)
  30.         wait()
  31.     end
  32.     for i = 0,2,0.01 do
  33.         Text.TextColor3 = Text.TextColor3:lerp(Color3.new(30/255, 41/ 255, 255/255), i / 100)
  34.         wait()
  35.     end
  36.     for i = 1,2,0.01 do
  37.         Text.TextColor3 = Text.TextColor3:lerp(Color3.new(43/255, 170/255, 255/255), i / 100)
  38.         wait()
  39.     end
  40.     for i = 1,2,0.01 do
  41.         Text.TextColor3 = Text.TextColor3:lerp(Color3.new(43/255, 255/255, 50/255), i / 100)
  42.         wait()
  43.     end
  44.     for i = 1,2,0.01 do
  45.         Text.TextColor3 = Text.TextColor3:lerp(Color3.new(245/255, 255/255, 46/255), i / 100)
  46.         wait()
  47.     end
  48.     for i = 1,2,0.01 do
  49.         Text.TextColor3 = Text.TextColor3:lerp(Color3.new(255/255, 0/255, 0/255), i / 100)
  50.         wait()
  51.     end
  52. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement