Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Part = Instance.new("Part", game.Workspace)
- local Gui = Instance.new("BillboardGui", Part)
- local Text = Instance.new("TextLabel", Gui)
- local Music = Instance.new("Sound", Part)
- Music.Name = "Sub2Pewds"
- Music.SoundId = "rbxassetid://2644730091"
- Music.Volume = 0.3
- Music.Looped = true
- Music:Play()
- Part.Anchored = true
- Part.CanCollide = false
- Part.Transparency = 1
- Part.Size = Vector3.new(0.05,0.05,0.05)
- Part.Position = Vector3.new(game.Workspace.SimplyGlow.UpperTorso.CFrame.X,game.Workspace.SimplyGlow.UpperTorso.CFrame.Y,game.Workspace.SimplyGlow.UpperTorso.CFrame.Z)
- Part.Name = "S2P"
- Part.Locked = true
- Gui.Size = UDim2.new(10, 0,5, 0)
- Gui.StudsOffset = Vector3.new(0, 3, 0)
- Text.BackgroundColor3 = Color3.new(1,1,1)
- Text.BackgroundTransparency = 1
- Text.Size = UDim2.new(1,0,1,0)
- Text.Font = Enum.Font.SourceSansBold
- Text.TextColor3 = Color3.new(1,1,1)
- Text.TextScaled = true
- Text.TextWrapped = true
- Text.Text = "Subscribe to PewDiePie"
- while true do
- for i = 0,2,0.01 do
- Text.TextColor3 = Text.TextColor3:lerp(Color3.new(255/255, 26/255, 225/255), i / 100)
- wait()
- end
- for i = 0,2,0.01 do
- Text.TextColor3 = Text.TextColor3:lerp(Color3.new(30/255, 41/ 255, 255/255), i / 100)
- wait()
- end
- for i = 1,2,0.01 do
- Text.TextColor3 = Text.TextColor3:lerp(Color3.new(43/255, 170/255, 255/255), i / 100)
- wait()
- end
- for i = 1,2,0.01 do
- Text.TextColor3 = Text.TextColor3:lerp(Color3.new(43/255, 255/255, 50/255), i / 100)
- wait()
- end
- for i = 1,2,0.01 do
- Text.TextColor3 = Text.TextColor3:lerp(Color3.new(245/255, 255/255, 46/255), i / 100)
- wait()
- end
- for i = 1,2,0.01 do
- Text.TextColor3 = Text.TextColor3:lerp(Color3.new(255/255, 0/255, 0/255), i / 100)
- wait()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement