Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[ This script was made by x_Kpax ]]--
- local plr = game.Players.LocalPlayer
- local char = plr.Character
- local torso = char.Torso
- local head = char.Head
- function Random(num)
- local section=num % 1 * 3;
- local secondary=0.5 * math.pi * (section % 1);
- if section < 1 then
- return 1,1 - math.cos(secondary),1 - math.sin(secondary);
- elseif section < 2 then
- return 1 - math.sin(secondary),1,1 - math.cos(secondary);
- else
- return 1 - math.cos(secondary),1 - math.sin(secondary),1;
- end
- end
- function custommessage(msg)
- local bg = Instance.new("BillboardGui", char)
- bg.Adornee = char.Head
- bg.Size = UDim2.new(1, 0, 1, 0)
- bg.StudsOffset = Vector3.new(0.5, 4, 0)
- local txt = Instance.new("TextLabel")
- txt.Parent = bg
- txt.Transparency = 0
- txt.BackgroundColor3 = Color3.new(1,1,1)
- txt.BackgroundTransparency = 0
- txt.BorderSizePixel = 0
- txt.Size = UDim2.new(0, 0, 0.05, 0)
- txt.Position = UDim2.new(0, 0, 0, 0)
- txt:TweenSize(UDim2.new(5,0,0.05,0),"Out","Quart",0.5,true)
- txt:TweenPosition(UDim2.new(-2.5,0,0,0),"Out","Quart",0.5,true)
- txt.Font = "Code"
- txt.FontSize = "Size8"
- txt.TextStrokeColor3 = Color3.new(0,0,0)
- txt.TextStrokeTransparency = 1
- txt.TextScaled = true
- txt.BackgroundColor3 = Color3.new(0,0,0)
- txt.Text = " "
- txt.SizeConstraint = 0
- game:service'RunService'.RenderStepped:connect(function()
- txt.TextColor3 = Color3.new(Random(tick()))
- end)
- wait(0.5)
- txt:TweenSize(UDim2.new(5,0,2,0),"In","Quart",0.5,true)
- txt:TweenPosition(UDim2.new(-2.5,0,0,0),"In","Quart",0.5,true)
- wait(0.5)
- for i = 0, msg:len(), 1 do
- txt.Text = msg:sub(0, i)
- texteffect = Instance.new("Sound",char)
- texteffect.SoundId = "rbxassetid://156286438"
- texteffect.TimePosition = 0
- texteffect:Play()
- wait(0.02)
- end
- wait(3)
- for i = 0,1,0.1 do
- wait()
- txt.TextTransparency = i
- end
- txt:TweenSize(UDim2.new(0,0,2,0),"Out","Quart",0.25,true)
- txt:TweenPosition(UDim2.new(0,0,0,0),"Out","Quart",0.25,true)
- wait(0.25)
- bg:Destroy()
- end
- coroutine.resume(coroutine.create(function()
- custommessage("This script was created by x_Kpax.")
- custommessage("Enjoy! (:")
- end))
- plr.Chatted:connect(function(message)
- custommessage(message)
- end)
- --[[ Headphones ]]--
- local earright = Instance.new("Part", head)
- earright.Size = Vector3.new(.1,.1,.1)
- earright.BrickColor = BrickColor.new("Really black")
- earright.Material = "SmoothPlastic"
- earright.CanCollide = false
- earright.TopSurface = 10
- earright.BottomSurface = 10
- earright.LeftSurface = 10
- earright.RightSurface = 10
- earright.FrontSurface = 10
- earright.BackSurface = 10
- mesh = Instance.new("CylinderMesh", earright)
- mesh.Scale = Vector3.new(5,1,5)
- weld = Instance.new("Weld", earright)
- weld.Part0 = head
- weld.Part1 = earright
- weld.C0 = CFrame.new(0.65,0,0) * CFrame.Angles(0,0,math.rad(90))
- local earrightdetail = Instance.new("Part", earright)
- earrightdetail.Size = Vector3.new(.1,.1,.1)
- earrightdetail.BrickColor = BrickColor.new("Really red")
- earrightdetail.Material = "SmoothPlastic"
- earrightdetail.CanCollide = false
- earrightdetail.TopSurface = 10
- earrightdetail.BottomSurface = 10
- earrightdetail.LeftSurface = 10
- earrightdetail.RightSurface = 10
- earrightdetail.FrontSurface = 10
- earrightdetail.BackSurface = 10
- mesh = Instance.new("CylinderMesh", earrightdetail)
- mesh.Scale = Vector3.new(5.1,0.1,5.1)
- weld = Instance.new("Weld", earrightdetail)
- weld.Part0 = earright
- weld.Part1 = earrightdetail
- weld.C0 = CFrame.new(0,0.05,0) * CFrame.Angles(0,0,0)
- -- K right
- local earrightdetail = Instance.new("Part", earright)
- earrightdetail.Size = Vector3.new(.1,.1,.1)
- earrightdetail.BrickColor = BrickColor.new("Really red")
- earrightdetail.Material = "SmoothPlastic"
- earrightdetail.CanCollide = false
- earrightdetail.TopSurface = 10
- earrightdetail.BottomSurface = 10
- earrightdetail.LeftSurface = 10
- earrightdetail.RightSurface = 10
- earrightdetail.FrontSurface = 10
- earrightdetail.BackSurface = 10
- mesh = Instance.new("SpecialMesh", earrightdetail)
- mesh.MeshType = "Sphere"
- mesh.Scale = Vector3.new(3.5,0.07,0.22)
- weld = Instance.new("Weld", earrightdetail)
- weld.Part0 = earright
- weld.Part1 = earrightdetail
- weld.C0 = CFrame.new(0,-0.05,0.05) * CFrame.Angles(0,0,0)
- game:service'RunService'.RenderStepped:connect(function()
- earrightdetail.BrickColor = BrickColor.new(Random(tick()))
- end)
- local earrightdetail = Instance.new("Part", earright)
- earrightdetail.Size = Vector3.new(.1,.1,.1)
- earrightdetail.BrickColor = BrickColor.new("Really red")
- earrightdetail.Material = "SmoothPlastic"
- earrightdetail.CanCollide = false
- earrightdetail.TopSurface = 10
- earrightdetail.BottomSurface = 10
- earrightdetail.LeftSurface = 10
- earrightdetail.RightSurface = 10
- earrightdetail.FrontSurface = 10
- earrightdetail.BackSurface = 10
- mesh = Instance.new("SpecialMesh", earrightdetail)
- mesh.MeshType = "Sphere"
- mesh.Scale = Vector3.new(1.5,0.07,0.25)
- weld = Instance.new("Weld", earrightdetail)
- weld.Part0 = earright
- weld.Part1 = earrightdetail
- weld.C0 = CFrame.new(-0.025,-0.05,-0.01) * CFrame.Angles(0,math.rad(45),0)
- game:service'RunService'.RenderStepped:connect(function()
- earrightdetail.BrickColor = BrickColor.new(Random(tick()))
- end)
- local earrightdetail = Instance.new("Part", earright)
- earrightdetail.Size = Vector3.new(.1,.1,.1)
- earrightdetail.BrickColor = BrickColor.new("Really red")
- earrightdetail.Material = "SmoothPlastic"
- earrightdetail.CanCollide = false
- earrightdetail.TopSurface = 10
- earrightdetail.BottomSurface = 10
- earrightdetail.LeftSurface = 10
- earrightdetail.RightSurface = 10
- earrightdetail.FrontSurface = 10
- earrightdetail.BackSurface = 10
- mesh = Instance.new("SpecialMesh", earrightdetail)
- mesh.MeshType = "Sphere"
- mesh.Scale = Vector3.new(1.5,0.07,0.25)
- weld = Instance.new("Weld", earrightdetail)
- weld.Part0 = earright
- weld.Part1 = earrightdetail
- weld.C0 = CFrame.new(-0.12,-0.05,-0.01) * CFrame.Angles(0,math.rad(-45),0)
- game:service'RunService'.RenderStepped:connect(function()
- earrightdetail.BrickColor = BrickColor.new(Random(tick()))
- end)
- local earleft = Instance.new("Part", head)
- earleft.Size = Vector3.new(.1,.1,.1)
- earleft.BrickColor = BrickColor.new("Really black")
- earright.Material = "SmoothPlastic"
- earleft.CanCollide = false
- earleft.TopSurface = 10
- earleft.BottomSurface = 10
- earleft.LeftSurface = 10
- earleft.RightSurface = 10
- earleft.FrontSurface = 10
- earleft.BackSurface = 10
- mesh = Instance.new("CylinderMesh", earleft)
- mesh.Scale = Vector3.new(5,1,5)
- weld = Instance.new("Weld", earleft)
- weld.Part0 = head
- weld.Part1 = earleft
- weld.C0 = CFrame.new(-0.65,0,0) * CFrame.Angles(0,0,math.rad(90))
- local earleftdetail = Instance.new("Part", earleft)
- earleftdetail.Size = Vector3.new(.1,.1,.1)
- earleftdetail.BrickColor = BrickColor.new("Really red")
- earleftdetail.Material = "SmoothPlastic"
- earleftdetail.CanCollide = false
- earleftdetail.TopSurface = 10
- earleftdetail.BottomSurface = 10
- earleftdetail.LeftSurface = 10
- earleftdetail.RightSurface = 10
- earleftdetail.FrontSurface = 10
- earleftdetail.BackSurface = 10
- mesh = Instance.new("CylinderMesh", earleftdetail)
- mesh.Scale = Vector3.new(5.1,0.1,5.1)
- weld = Instance.new("Weld", earrightdetail)
- weld.Part0 = earleft
- weld.Part1 = earleftdetail
- weld.C0 = CFrame.new(0,-0.05,0) * CFrame.Angles(0,0,0)
- -- K left
- local earleftdetail = Instance.new("Part", earleft)
- earleftdetail.Size = Vector3.new(.1,.1,.1)
- earleftdetail.BrickColor = BrickColor.new("Really red")
- earleftdetail.Material = "SmoothPlastic"
- earleftdetail.CanCollide = false
- earleftdetail.TopSurface = 10
- earleftdetail.BottomSurface = 10
- earleftdetail.LeftSurface = 10
- earleftdetail.RightSurface = 10
- earleftdetail.FrontSurface = 10
- earleftdetail.BackSurface = 10
- mesh = Instance.new("SpecialMesh", earleftdetail)
- mesh.MeshType = "Sphere"
- mesh.Scale = Vector3.new(3.5,0.07,0.22)
- weld = Instance.new("Weld", earleftdetail)
- weld.Part0 = earleft
- weld.Part1 = earleftdetail
- weld.C0 = CFrame.new(0,0.05,-0.05) * CFrame.Angles(0,0,0)
- game:service'RunService'.RenderStepped:connect(function()
- earleftdetail.BrickColor = BrickColor.new(Random(tick()))
- end)
- local earleftdetail = Instance.new("Part", earleft)
- earleftdetail.Size = Vector3.new(.1,.1,.1)
- earleftdetail.BrickColor = BrickColor.new("Really red")
- earleftdetail.Material = "SmoothPlastic"
- earleftdetail.CanCollide = false
- earleftdetail.TopSurface = 10
- earleftdetail.BottomSurface = 10
- earleftdetail.LeftSurface = 10
- earleftdetail.RightSurface = 10
- earleftdetail.FrontSurface = 10
- earleftdetail.BackSurface = 10
- mesh = Instance.new("SpecialMesh", earleftdetail)
- mesh.MeshType = "Sphere"
- mesh.Scale = Vector3.new(1.5,0.07,0.25)
- weld = Instance.new("Weld", earleftdetail)
- weld.Part0 = earleft
- weld.Part1 = earleftdetail
- weld.C0 = CFrame.new(-0.025,0.05,0.01) * CFrame.Angles(0,math.rad(-45),0)
- game:service'RunService'.RenderStepped:connect(function()
- earleftdetail.BrickColor = BrickColor.new(Random(tick()))
- end)
- local earleftdetail = Instance.new("Part", earleft)
- earleftdetail.Size = Vector3.new(.1,.1,.1)
- earleftdetail.BrickColor = BrickColor.new("Really red")
- earleftdetail.Material = "SmoothPlastic"
- earleftdetail.CanCollide = false
- earleftdetail.TopSurface = 10
- earleftdetail.BottomSurface = 10
- earleftdetail.LeftSurface = 10
- earleftdetail.RightSurface = 10
- earleftdetail.FrontSurface = 10
- earleftdetail.BackSurface = 10
- mesh = Instance.new("SpecialMesh", earleftdetail)
- mesh.MeshType = "Sphere"
- mesh.Scale = Vector3.new(1.5,0.07,0.25)
- weld = Instance.new("Weld", earleftdetail)
- weld.Part0 = earleft
- weld.Part1 = earleftdetail
- weld.C0 = CFrame.new(-0.12,0.05,0.01) * CFrame.Angles(0,math.rad(45),0)
- game:service'RunService'.RenderStepped:connect(function()
- earleftdetail.BrickColor = BrickColor.new(Random(tick()))
- end)
- local band = Instance.new("Part", head)
- band.Size = Vector3.new(.1,.1,.1)
- band.BrickColor = BrickColor.new("Really black")
- band.Material = "SmoothPlastic"
- band.CanCollide = false
- band.TopSurface = 10
- band.BottomSurface = 10
- band.LeftSurface = 10
- band.RightSurface = 10
- band.FrontSurface = 10
- band.BackSurface = 10
- mesh = Instance.new("SpecialMesh", band)
- mesh.MeshId = "rbxassetid://10835402"
- mesh.Scale = Vector3.new(0.95,0.25,0.3)
- weld = Instance.new("Weld", band)
- weld.Part0 = head
- weld.Part1 = band
- weld.C0 = CFrame.new(0,0.25,0) * CFrame.Angles(math.rad(180),0,math.rad(0))
- local band = Instance.new("Part", head)
- band.Size = Vector3.new(.1,.1,.1)
- band.BrickColor = BrickColor.new("Really black")
- band.Material = "SmoothPlastic"
- band.CanCollide = false
- band.TopSurface = 10
- band.BottomSurface = 10
- band.LeftSurface = 10
- band.RightSurface = 10
- band.FrontSurface = 10
- band.BackSurface = 10
- mesh = Instance.new("SpecialMesh", band)
- mesh.MeshId = "rbxassetid://1185246"
- mesh.Scale = Vector3.new(1.86,0.5,0.5)
- weld = Instance.new("Weld", band)
- weld.Part0 = head
- weld.Part1 = band
- weld.C0 = CFrame.new(0,0.5,0) * CFrame.Angles(math.rad(180),0,math.rad(0))
- local sound = Instance.new("Sound",head)
- sound.Name = "Mesh"
- sound.Looped = true
- sound.Volume = 10
- sound.EmitterSize = 5
- local particles = Instance.new("ParticleEmitter", earright)
- particles.VelocitySpread = 20
- particles.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.1), NumberSequenceKeypoint.new(1, 0.2)})
- particles.Rate = 0
- particles.Speed = NumberRange.new(2,5)
- particles.Lifetime = NumberRange.new(2, 2)
- particles.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(1, 1)})
- particles.Rotation = NumberRange.new(0, 0)
- particles.LightEmission = 0
- particles.Texture = "http://www.roblox.com/asset/?id=324085792"
- particles.LockedToPart = false
- particles.EmissionDirection = 4
- local particles2 = Instance.new("ParticleEmitter", earleft)
- particles2.VelocitySpread = 20
- particles2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.1), NumberSequenceKeypoint.new(1, 0.2)})
- particles2.Rate = 0
- particles2.Speed = NumberRange.new(2,5)
- particles2.Lifetime = NumberRange.new(2, 2)
- particles2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(1, 1)})
- particles2.Rotation = NumberRange.new(0, 0)
- particles2.LightEmission = 0
- particles2.EmissionDirection = 1
- particles2.Texture = "http://www.roblox.com/asset/?id=324085792"
- particles2.LockedToPart = false
- game:service'RunService'.RenderStepped:connect(function()
- if sound.PlaybackLoudness >= 200 then
- particles.Rate = sound.PlaybackLoudness/20
- particles2.Rate = sound.PlaybackLoudness/20
- else
- particles.Rate = 0
- particles2.Rate = 0
- end
- end)
- --[[ Music Gui ]] --
- local gui = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
- local hidegui = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
- local frame = Instance.new("Frame",gui)
- frame.BackgroundColor3 = Color3.new(30/255,30/255,30/255)
- frame.BackgroundTransparency = 0.3
- frame.BorderColor3 = Color3.new(0,0,0)
- frame.BorderSizePixel = 1
- frame.Size = UDim2.new(0,450,0,375)
- frame:TweenPosition(UDim2.new(0,75,.5,-100),"Out","Linear",2,true)
- frame.Draggable = true
- local scrollingframe = Instance.new("ScrollingFrame",frame)
- scrollingframe.BackgroundColor3 = Color3.new(30/255,30/255,30/255)
- scrollingframe.BackgroundTransparency = 0.3
- scrollingframe.BorderColor3 = Color3.new(0,0,0)
- scrollingframe.BorderSizePixel = 0
- scrollingframe.Size = UDim2.new(0,450,0,375)
- scrollingframe:TweenPosition(UDim2.new(1,0,0,0),"Out","Linear",2,true)
- scrollingframe.Visible = false
- local song1 = Instance.new("TextButton",scrollingframe)
- song1.BackgroundColor3 = Color3.new(0,0,128/255)
- song1.BorderColor3 = Color3.new(0,0,0)
- song1.BackgroundTransparency = 0.5
- song1.BorderSizePixel = 3
- song1.Size = UDim2.new(0.97,0,0.1,0)
- song1.Position = UDim2.new(0,0,0,0)
- song1.Text = "The Chainsmokers - Closer ft. Halsey"
- song1.TextColor3 = Color3.new(255,255,255)
- song1.Font = "SciFi"
- song1.TextScaled = true
- local song2 = Instance.new("TextButton",scrollingframe)
- song2.BackgroundColor3 = Color3.new(0,0,128/255)
- song2.BorderColor3 = Color3.new(0,0,0)
- song2.BackgroundTransparency = 0.5
- song2.BorderSizePixel = 3
- song2.Size = UDim2.new(0.97,0,0.1,0)
- song2.Position = UDim2.new(0,0,0.1,0)
- song2.Text = "Gary Jules - Mad World"
- song2.TextColor3 = Color3.new(255,255,255)
- song2.Font = "SciFi"
- song2.TextScaled = true
- local song3 = Instance.new("TextButton",scrollingframe)
- song3.BackgroundColor3 = Color3.new(0,0,128/255)
- song3.BorderColor3 = Color3.new(0,0,0)
- song3.BackgroundTransparency = 0.5
- song3.BorderSizePixel = 3
- song3.Size = UDim2.new(0.97,0,0.1,0)
- song3.Position = UDim2.new(0,0,0.2,0)
- song3.Text = "Bag Raiders - Shooting Stars"
- song3.TextColor3 = Color3.new(255,255,255)
- song3.Font = "SciFi"
- song3.TextScaled = true
- local song4 = Instance.new("TextButton",scrollingframe)
- song4.BackgroundColor3 = Color3.new(0,0,128/255)
- song4.BorderColor3 = Color3.new(0,0,0)
- song4.BackgroundTransparency = 0.5
- song4.BorderSizePixel = 3
- song4.Size = UDim2.new(0.97,0,0.1,0)
- song4.Position = UDim2.new(0,0,0.3,0)
- song4.Text = "Melanie Martinez - Pacify Her"
- song4.TextColor3 = Color3.new(255,255,255)
- song4.Font = "SciFi"
- song4.TextScaled = true
- local song5 = Instance.new("TextButton",scrollingframe)
- song5.BackgroundColor3 = Color3.new(0,0,128/255)
- song5.BorderColor3 = Color3.new(0,0,0)
- song5.BackgroundTransparency = 0.5
- song5.BorderSizePixel = 3
- song5.Size = UDim2.new(0.97,0,0.1,0)
- song5.Position = UDim2.new(0,0,0.4,0)
- song5.Text = "Calvin Harris - This Is What You Came For"
- song5.TextColor3 = Color3.new(255,255,255)
- song5.Font = "SciFi"
- song5.TextScaled = true
- local song6 = Instance.new("TextButton",scrollingframe)
- song6.BackgroundColor3 = Color3.new(0,0,128/255)
- song6.BorderColor3 = Color3.new(0,0,0)
- song6.BackgroundTransparency = 0.5
- song6.BorderSizePixel = 3
- song6.Size = UDim2.new(0.97,0,0.1,0)
- song6.Position = UDim2.new(0,0,1,0)
- song6.Text = "Life Goes On"
- song6.TextColor3 = Color3.new(255,255,255)
- song6.Font = "SciFi"
- song6.TextScaled = true
- local song7 = Instance.new("TextButton",scrollingframe)
- song7.BackgroundColor3 = Color3.new(0,0,128/255)
- song7.BorderColor3 = Color3.new(0,0,0)
- song7.BackgroundTransparency = 0.5
- song7.BorderSizePixel = 3
- song7.Size = UDim2.new(0.97,0,0.1,0)
- song7.Position = UDim2.new(0,0,0.5,0)
- song7.Text = "ZAYN, Taylor Swift - I Don't Wanna Live Forever"
- song7.TextColor3 = Color3.new(255,255,255)
- song7.Font = "SciFi"
- song7.TextScaled = true
- local song8 = Instance.new("TextButton",scrollingframe)
- song8.BackgroundColor3 = Color3.new(0,0,128/255)
- song8.BorderColor3 = Color3.new(0,0,0)
- song8.BackgroundTransparency = 0.5
- song8.BorderSizePixel = 3
- song8.Size = UDim2.new(0.97,0,0.1,0)
- song8.Position = UDim2.new(0,0,0.6,0)
- song8.Text = "Far East Movement - Like A G6 ft. The Cataracs, DEV"
- song8.TextColor3 = Color3.new(255,255,255)
- song8.Font = "SciFi"
- song8.TextScaled = true
- local song9 = Instance.new("TextButton",scrollingframe)
- song9.BackgroundColor3 = Color3.new(0,0,128/255)
- song9.BorderColor3 = Color3.new(0,0,0)
- song9.BackgroundTransparency = 0.5
- song9.BorderSizePixel = 3
- song9.Size = UDim2.new(0.97,0,0.1,0)
- song9.Position = UDim2.new(0,0,0.7,0)
- song9.Text = "Kodak Black - Tunnel Vision"
- song9.TextColor3 = Color3.new(255,255,255)
- song9.Font = "SciFi"
- song9.TextScaled = true
- local song10 = Instance.new("TextButton",scrollingframe)
- song10.BackgroundColor3 = Color3.new(0,0,128/255)
- song10.BorderColor3 = Color3.new(0,0,0)
- song10.BackgroundTransparency = 0.5
- song10.BorderSizePixel = 3
- song10.Size = UDim2.new(0.97,0,0.1,0)
- song10.Position = UDim2.new(0,0,0.8,0)
- song10.Text = "Kito & Reija Lee - Starting Line"
- song10.TextColor3 = Color3.new(255,255,255)
- song10.Font = "SciFi"
- song10.TextScaled = true
- local song11 = Instance.new("TextButton",scrollingframe)
- song11.BackgroundColor3 = Color3.new(0,0,128/255)
- song11.BorderColor3 = Color3.new(0,0,0)
- song11.BackgroundTransparency = 0.5
- song11.BorderSizePixel = 3
- song11.Size = UDim2.new(0.97,0,0.1,0)
- song11.Position = UDim2.new(0,0,0.9,0)
- song11.Text = "French Montana - Lockjaw ft. Kodak Black"
- song11.TextColor3 = Color3.new(255,255,255)
- song11.Font = "SciFi"
- song11.TextScaled = true
- local hideframe = Instance.new("Frame",hidegui)
- hideframe.BackgroundColor3 = Color3.new(30/255,30/255,30/255)
- hideframe.BackgroundTransparency = 1
- hideframe.BorderColor3 = Color3.new(0,0,0)
- hideframe.BorderSizePixel = 1
- hideframe.Size = UDim2.new(0,375,0,75)
- hideframe:TweenPosition(UDim2.new(0,75,.5,-100),"Out","Linear",2,true)
- local hide = Instance.new("TextButton",hideframe)
- hide.BackgroundColor3 = Color3.new(0,0,0)
- hide.BorderColor3 = Color3.new(0,0,0)
- hide.BorderSizePixel = 1
- hide.BackgroundTransparency = 0
- hide.Size = UDim2.new(1,0,1,0)
- hide.Rotation = -90
- hide.Position = UDim2.new(-0.6,0,2,0)
- hide.Text = "Hide"
- hide.TextColor3 = Color3.new(255/255,255/255,255/255)
- hide.Font = "SciFi"
- hide.TextScaled = true
- local playb = Instance.new("TextButton",frame)
- playb.BackgroundColor3 = Color3.new(0,85/255,0)
- playb.BorderColor3 = Color3.new(0,0,0)
- playb.BorderSizePixel = 1
- playb.Size = UDim2.new(.22,0,.12,0)
- playb.Position = UDim2.new(.6,0,.7,0)
- playb.Text = "Play"
- playb.TextColor3 = Color3.new(255,255,255)
- playb.Font = "SciFi"
- playb.TextScaled = true
- local stopb = Instance.new("TextButton",frame)
- stopb.BackgroundColor3 = Color3.new(170/255,0,0)
- stopb.BorderColor3 = Color3.new(0,0,0)
- stopb.BorderSizePixel = 1
- stopb.Size = UDim2.new(.22,0,.12,0)
- stopb.Position = UDim2.new(.6,0,.85,0)
- stopb.Text = "Stop"
- stopb.TextColor3 = Color3.new(255,255,255)
- stopb.Font = "SciFi"
- stopb.TextScaled = true
- local stipb = Instance.new("TextBox",frame)
- stipb.BackgroundColor3 = Color3.new(200/255,200/255,200/255)
- stipb.BackgroundTransparency = 0.2
- stipb.BorderColor3 = Color3.new(0,0,0)
- stipb.BorderSizePixel = 2
- stipb.Size = UDim2.new(.5,0,.25,0)
- stipb.Position = UDim2.new(.25,0,.40,0)
- stipb.Text = "Insert Audio ID!"
- stipb.TextColor3 = Color3.new(0,0,0)
- stipb.TextScaled = true
- local volb = Instance.new("TextLabel",frame)
- volb.BackgroundColor3 = Color3.new(200/255,200/255,200/255)
- volb.BackgroundTransparency = 0.2
- volb.BorderColor3 = Color3.new(0,0,0)
- volb.BorderSizePixel = 2
- volb.Size = UDim2.new(.1,0,.1,0)
- volb.Position = UDim2.new(.45,0,.25,0)
- volb.Text = sound.Volume
- volb.TextColor3 = Color3.new(0,0,0)
- volb.TextScaled = true
- local voladd = Instance.new("TextButton",frame)
- voladd.BackgroundColor3 = Color3.new(200/255,200/255,200/255)
- voladd.BackgroundTransparency = 0.2
- voladd.BorderColor3 = Color3.new(0,0,0)
- voladd.BorderSizePixel = 2
- voladd.Size = UDim2.new(.09,0,.09,0)
- voladd.Position = UDim2.new(.57,0,.259,0)
- voladd.Text = "+"
- voladd.TextColor3 = Color3.new(0,0,0)
- voladd.TextScaled = true
- local volremove = Instance.new("TextButton",frame)
- volremove.BackgroundColor3 = Color3.new(200/255,200/255,200/255)
- volremove.BackgroundTransparency = 0.2
- volremove.BorderColor3 = Color3.new(0,0,0)
- volremove.BorderSizePixel = 2
- volremove.Size = UDim2.new(.09,0,.09,0)
- volremove.Position = UDim2.new(.33,0,.259,0)
- volremove.Text = "-"
- volremove.TextColor3 = Color3.new(0,0,0)
- volremove.TextScaled = true
- local discoON = Instance.new("TextButton",frame)
- discoON.BackgroundColor3 = Color3.new(200/255,200/255,200/255)
- discoON.BackgroundTransparency = 0.2
- discoON.BorderColor3 = Color3.new(0,0,0)
- discoON.BorderSizePixel = 1
- discoON.Size = UDim2.new(0.16,0,0.15,0)
- discoON.Position = UDim2.new(.77,0,.05,0)
- discoON.Text = "Disco ON"
- discoON.TextColor3 = Color3.new(0,0,0)
- discoON.Font = "SciFi"
- discoON.TextScaled = true
- discoON.Visible = true
- local discoOFF = Instance.new("TextButton",frame)
- discoOFF.BackgroundColor3 = Color3.new(200/255,200/255,200/255)
- discoOFF.BackgroundTransparency = 0.2
- discoOFF.BorderColor3 = Color3.new(0,0,0)
- discoOFF.BorderSizePixel = 1
- discoOFF.Size = UDim2.new(0.16,0,0.15,0)
- discoOFF.Position = UDim2.new(.77,0,.22,0)
- discoOFF.Text = "Disco OFF"
- discoOFF.TextColor3 = Color3.new(0,0,0)
- discoOFF.Font = "SciFi"
- discoOFF.TextScaled = true
- discoOFF.Visible = true
- local speed = Instance.new("TextButton",frame)
- speed.BackgroundColor3 = Color3.new(200/255,200/255,200/255)
- speed.BackgroundTransparency = 0.2
- speed.BorderColor3 = Color3.new(0,0,0)
- speed.BorderSizePixel = 1
- speed.Size = UDim2.new(.2,0,.15,0)
- speed.Position = UDim2.new(1,0,0,0)
- speed.Text = "Speed"
- speed.TextColor3 = Color3.new(0,0,0)
- speed.TextScaled = true
- speed.Font = "SciFi"
- speed.Visible = false
- local speedbox = Instance.new("TextBox",frame)
- speedbox.BackgroundColor3 = Color3.new(200/255,200/255,200/255)
- speedbox.BackgroundTransparency = 0.2
- speedbox.BorderColor3 = Color3.new(0,0,0)
- speedbox.BorderSizePixel = 1
- speedbox.Size = UDim2.new(.2,0,.15,0)
- speedbox.Position = UDim2.new(1,0,0,0)
- speedbox.Text = "Speed"
- speedbox.TextColor3 = Color3.new(0,0,0)
- speedbox.TextScaled = true
- speedbox.Font = "SciFi"
- speedbox.Visible = false
- local musiclist = Instance.new("TextButton",frame)
- musiclist.BackgroundColor3 = Color3.new(200/255,200/255,200/255)
- musiclist.BackgroundTransparency = 0.2
- musiclist.BorderColor3 = Color3.new(0,0,0)
- musiclist.BorderSizePixel = 1
- musiclist.Size = UDim2.new(.2,0,.15,0)
- musiclist.Position = UDim2.new(0.05,0,.05,0)
- musiclist.Text = "Toggle List"
- musiclist.TextColor3 = Color3.new(0,0,0)
- musiclist.Font = "SciFi"
- musiclist.TextScaled = true
- local Playing = false
- musiclist.MouseButton1Click:connect(function()
- if scrollingframe.Visible == false then
- scrollingframe.Visible = true
- else
- scrollingframe.Visible = false
- end
- end)
- song1.MouseButton1Click:connect(function()
- sound:Stop()
- sound.SoundId = "rbxassetid://516050206"
- sound:Play()
- end)
- song2.MouseButton1Click:connect(function()
- sound:Stop()
- sound.SoundId = "rbxassetid://184721280"
- sound:Play()
- end)
- song3.MouseButton1Click:connect(function()
- sound:Stop()
- sound.SoundId = "rbxassetid://631841788"
- sound:Play()
- end)
- song4.MouseButton1Click:connect(function()
- sound:Stop()
- sound.SoundId = "rbxassetid://645762103"
- sound:Play()
- end)
- song5.MouseButton1Click:connect(function()
- sound:Stop()
- sound.SoundId = "rbxassetid://413885541"
- sound:Play()
- end)
- song6.MouseButton1Click:connect(function()
- sound:Stop()
- sound.SoundId = "rbxassetid://573853447"
- sound:Play()
- end)
- song7.MouseButton1Click:connect(function()
- sound:Stop()
- sound.SoundId = "rbxassetid://569155608"
- sound:Play()
- end)
- song8.MouseButton1Click:connect(function()
- sound:Stop()
- sound.SoundId = "rbxassetid://449497799"
- sound:Play()
- end)
- song9.MouseButton1Click:connect(function()
- sound:Stop()
- sound.SoundId = "rbxassetid://668971343"
- sound:Play()
- end)
- song10.MouseButton1Click:connect(function()
- sound:Stop()
- sound.SoundId = "rbxassetid://181119184"
- sound:Play()
- end)
- song11.MouseButton1Click:connect(function()
- sound:Stop()
- sound.SoundId = "rbxassetid://433772416"
- sound:Play()
- end)
- speed.MouseButton1Click:connect(function()
- if speedbox.Visible == false then
- speed.Text = "[Hide]"
- speedbox.Visible = true
- speedbox:TweenPosition(UDim2.new(1,0,0.2,0),"Out","Back",1,true)
- else speedbox.Visible = false
- speed.Text = "Speed"
- speedbox:TweenPosition(UDim2.new(1,0,0,0),"Out","Back",1,true)
- end
- end)
- hide.MouseButton1Click:connect(function()
- if frame.Visible == true then
- frame:TweenPosition(UDim2.new(0,-500,.5,-100),"In","Back",0.5,true)
- hide.Text = "Show"
- wait(0.5)
- frame.Visible = false
- else
- frame.Visible = true
- hide.Text = "Hide"
- frame:TweenPosition(UDim2.new(0,75,.5,-100),"Out","Bounce",1,true)
- end
- end)
- discoON.MouseButton1Click:connect(function()
- local rekt = Instance.new('ColorCorrectionEffect', game.Lighting)
- rekt.TintColor = Color3.new(85, 255, 127)
- rekt.Brightness = 1
- --rekt.Brightness = -0.2
- rekt.Contrast = 0
- rekt.Saturation = 0.7
- coroutine.resume(coroutine.create(function()
- while wait() do
- rekt.TintColor = Color3.new(math.random(0,255)/255,math.random(0,255)/255,math.random(0,255)/255)
- end
- end))
- end)
- discoOFF.MouseButton1Down:connect(function()
- workspace.Terrain:Clear()
- workspace.Gravity = 196.2
- workspace.Name = "Workspace"
- game:GetService("Lighting").Name = "Lighting"
- game:GetService("Lighting").TimeOfDay = 14
- game:GetService("Lighting").Ambient = Color3.new(0,0,0)
- game:GetService("Lighting").Brightness = 1
- game:GetService("Lighting").ColorShift_Bottom = Color3.new(0,0,0)
- game:GetService("Lighting").ColorShift_Top = Color3.new(0,0,0)
- game:GetService("Lighting").OutdoorAmbient = Color3.fromRGB(127, 127, 127)
- game:GetService("Lighting").GeographicLatitude = 41.733
- game:GetService("Lighting").FogStart = 0
- game:GetService("Lighting").FogEnd = 100000
- for i,v in pairs(game:GetService("Lighting"):GetChildren()) do
- pcall(function()
- v:Remove()
- end)
- end
- end)
- voladd.MouseButton1Click:connect(function()
- sound.Volume = sound.Volume + 1
- volb.Text = sound.Volume
- end)
- volremove.MouseButton1Click:connect(function()
- sound.Volume = sound.Volume - 1
- volb.Text = sound.Volume
- end)
- playb.MouseButton1Click:connect(function()
- sound:Stop()
- sound.SoundId = "rbxassetid://" .. stipb.Text
- sound:Play()
- Playing = true
- end)
- stopb.MouseButton1Click:connect(function()
- sound:Stop()
- Playing = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement