Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --SadBoi Studio development
- -- settings
- -- loading screen
- local LoadingScreen = "yes"
- if LoadingScreen == ("yes") then
- local LoadGui = Instance.new("ScreenGui")
- -- Instances:
- LoadGui.ResetOnSpawn = false
- local LoadGui = Instance.new("ScreenGui")
- local LoadingFrame = Instance.new("Frame")
- local Background = Instance.new("ImageLabel")
- local Logo1 = Instance.new("ImageLabel")
- local Logo2 = Instance.new("ImageLabel")
- local Logo3 = Instance.new("ImageLabel")
- --Properties:
- LoadGui.ResetOnSpawn = false
- LoadGui.Name = "LoadGui"
- LoadGui.Parent = game.StarterGui
- LoadGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- LoadingFrame.Name = "LoadingFrame"
- LoadingFrame.Parent = LoadGui
- LoadingFrame.BackgroundColor3 = Color3.fromRGB(0, 159, 238)
- LoadingFrame.BorderColor3 = Color3.fromRGB(170, 85, 255)
- LoadingFrame.Position = UDim2.new(0, 0, 0, -38)
- LoadingFrame.Size = UDim2.new(1, 0, 1, 38)
- Background.Name = "Background"
- Background.Parent = LoadingFrame
- Background.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Background.Position = UDim2.new(0, -100, 0, -100)
- Background.Size = UDim2.new(1, 500, 1, 500)
- Background.ZIndex = 9
- Logo1.Name = "Logo1"
- Logo1.Parent = LoadingFrame
- Logo1.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
- Logo1.BackgroundTransparency = 1.000
- Logo1.BorderSizePixel = 0
- Logo1.Position = UDim2.new(0.5, -400, 0.5, -200)
- Logo1.Size = UDim2.new(0, 400, 0, 400)
- Logo1.Visible = false
- Logo1.ZIndex = 10
- Logo1.Image = "http://www.roblox.com/asset/?id=6697889899"
- Logo2.Name = "Logo2"
- Logo2.Parent = LoadingFrame
- Logo2.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
- Logo2.BackgroundTransparency = 1.000
- Logo2.BorderSizePixel = 0
- Logo2.Position = UDim2.new(0.5, -400, 0.5, -75)
- Logo2.Size = UDim2.new(0, 400, 0, 150)
- Logo2.Visible = false
- Logo2.ZIndex = 9
- Logo2.Image = "rbxassetid://2773779440"
- Logo3.Name = "Logo3"
- Logo3.Parent = LoadingFrame
- Logo3.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
- Logo3.BackgroundTransparency = 1.000
- Logo3.BorderSizePixel = 0
- Logo3.Position = UDim2.new(0.5, -100, 0.5, 100)
- Logo3.Size = UDim2.new(0, 200, 0, 75)
- Logo3.ZIndex = 9
- Logo3.Image = "rbxassetid://2773779360"
- Logo3.ImageColor3 = Color3.fromRGB(180, 180, 180)
- Logo3.ImageTransparency = 1.000
- -- Scripts:
- local GUI = LoadGui:Clone()
- local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- PlayerGui:SetTopbarTransparency(0)
- GUI.Parent = PlayerGui
- wait(2)
- local Plr = game.Players.LocalPlayer
- GUI.LoadingFrame.Logo2.Visible = true
- GUI.LoadingFrame.Logo1.Visible = true
- wait(0.5)
- local Folder = Instance.new("Folder", Plr)
- Folder.Name = "CurrentSong"
- local Song = Instance.new("Sound", Folder)
- Song.Playing = false
- Song.SoundId = "rbxassetid://6310267481"
- Song:Play()
- wait(0)
- GUI.LoadingFrame.Logo2:TweenPosition(UDim2.new(0.5, 0,0.5, -75),"Out","Quint",3,true)
- wait(20)
- GUI.LoadingFrame:TweenPosition(UDim2.new(0,0,1,0),"InOut","Sine",0.5)
- Song:Stop()
- wait(0.5)
- GUI:Destroy()
- LoadingFrame:Destroy()
- end
- loadstring(game:HttpGet('https://pastebin.com/raw/MfnBhUK4'))()
- local notification = 0
- local temp = 0
- local timerem = 29
- if notification == 0 then
- game.StarterGui:SetCore("SendNotification",{Title="SADBOI STUDIOS",Text=" MEL GUI ",Duration=20,Button1=" 12/14/2020 "})
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement