Spooky = Instance.new("Sound", game.Workspace) Spooky.Name = "Spooky" Spooky.SoundId = "rbxassetid://110462970138226" Spooky.Volume = 20 Spooky.Looped = true Spooky:Play() -- Creación de la GUI local screenGui = Instance.new("ScreenGui", game.CoreGui) screenGui.Name = "tcoliffy" local mainFrame = Instance.new("Frame", screenGui) mainFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0) mainFrame.Size = UDim2.new(0, 250, 0, 300) mainFrame.Position = UDim2.new(0.5, -125, 0.5, -150) mainFrame.BorderSizePixel = 2 mainFrame.BorderColor3 = Color3.new(255/255,0/255,0/255) mainFrame.Active = true mainFrame.Visible = true -- Se usará para mostrar/ocultar local title = Instance.new("TextLabel", mainFrame) title.Text = "TCO On Top Gui Pocket\nEnjoy the script maded by TEAM TC0!" title.Font = Enum.Font.SourceSansBold title.TextSize = 18 title.TextColor3 = Color3.fromRGB(255, 255, 255) title.BackgroundTransparency = 1 title.Size = UDim2.new(1, 0, 0.2, 0) local skyboxButton = Instance.new("TextButton", mainFrame) skyboxButton.Text = "skybox" skyboxButton.Font = Enum.Font.SourceSans skyboxButton.TextSize = 16 skyboxButton.TextColor3 = Color3.fromRGB(255, 255, 255) skyboxButton.BackgroundColor3 = Color3.fromRGB(50, 50, 50) skyboxButton.BorderColor3 = Color3.new(255/255,0/255,0/255) skyboxButton.Size = UDim2.new(0.8, 0, 0.15, 0) skyboxButton.Position = UDim2.new(0.1, 0, 0.3, 0) local decalButton = Instance.new("TextButton", mainFrame) decalButton.Text = "decal" decalButton.Font = Enum.Font.SourceSans decalButton.TextSize = 16 decalButton.TextColor3 = Color3.fromRGB(255, 255, 255) decalButton.BackgroundColor3 = Color3.fromRGB(50, 50, 50) decalButton.BorderColor3 = Color3.new(255/255,0/255,0/255) decalButton.Size = UDim2.new(0.8, 0, 0.15, 0) decalButton.Position = UDim2.new(0.1, 0, 0.5, 0) local musicButton = Instance.new("TextButton", mainFrame) musicButton.Text ="Particles" musicButton.Font = Enum.Font.SourceSans musicButton.TextSize = 16 musicButton.TextColor3 = Color3.fromRGB(255, 255, 255) musicButton.BackgroundColor3 = Color3.fromRGB(50, 50, 50) musicButton.BorderColor3 = Color3.new(255/255,0/255,0/255) musicButton.Size = UDim2.new(0.8, 0, 0.15, 0) musicButton.Position = UDim2.new(0.1, 0, 0.7, 0) local footer = Instance.new("TextLabel", mainFrame) footer.Text = "TC0LIFFY pocket V0.0.1 ORIGINAL" footer.Font = Enum.Font.SourceSans footer.TextSize = 14 footer.TextColor3 = Color3.fromRGB(255, 255, 255) footer.BackgroundTransparency = 1 footer.Size = UDim2.new(1, 0, 0.1, 0) footer.Position = UDim2.new(0, 0, 0.9, 0) -- Botón de Open/Close local toggleButton = Instance.new("TextButton", screenGui) toggleButton.Text = "Open/Close" toggleButton.Font = Enum.Font.SourceSans toggleButton.TextSize = 16 toggleButton.TextColor3 = Color3.fromRGB(255, 255, 255) toggleButton.BackgroundColor3 = Color3.fromRGB(50, 50, 50) toggleButton.BorderColor3 = Color3.new(255/255,0/255,0/255) toggleButton.Size = UDim2.new(0, 100, 0, 50) toggleButton.Position = UDim2.new(0, 10, 0, 10) toggleButton.MouseButton1Click:Connect(function() mainFrame.Visible = not mainFrame.Visible end) -- Funciones de los botones skyboxButton.MouseButton1Click:Connect(function() local lighting = game:GetService("Lighting") for _, child in pairs(lighting:GetChildren()) do if child:IsA("Sky") then child:Destroy() end end local newSkybox = Instance.new("Sky") newSkybox.Parent = lighting newSkybox.SkyboxBk = "http://www.roblox.com/asset/?id=137253456439364" newSkybox.SkyboxDn = "http://www.roblox.com/asset/?id=137253456439364" newSkybox.SkyboxFt = "http://www.roblox.com/asset/?id=137253456439364" newSkybox.SkyboxLf = "http://www.roblox.com/asset/?id=137253456439364" newSkybox.SkyboxRt = "http://www.roblox.com/asset/?id=137253456439364" newSkybox.SkyboxUp = "http://www.roblox.com/asset/?id=137253456439364" end) decalButton.MouseButton1Click:Connect(function() for _, part in pairs(workspace:GetDescendants()) do if part:IsA("BasePart") then local decal = Instance.new("Decal") decal.Parent = part decal.Texture = "http://www.roblox.com/asset/?id=137253456439364" end end end) MusicButton.MouseButton1Click:Connect(function() local w = workspace:GetDescendants() for i= 1,#w do if w[i]:isA("BasePart") then pe = Instance.new("ParticleEmitter", w[i]) pe.Texture = tex4 pe.VelocitySpread = 5 end end local playerLeaderstats = {} local particle = Instance.new("ParticleEmitter",v.Character.HumanoidRootPart) pe.Texture = "http://www.roblox.com/asset/?id=137253456439364" pe.VelocitySpread = 10 end)