Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local StartUpLockScreen = Instance.new("Frame")
- local StartUpSound = Instance.new("Sound")
- local x = readfile("PLayFalse.txt")
- local Id = "1838993452"
- StartUpSound.Parent = game.Workspace
- StartUpSound.SoundId = "rbxassetid://"..Id
- StartUpSound.Looped = false
- StartUpSound.Volume = 1
- ScreenGui.Parent = game.CoreGui
- local StartUpPlay = "False"
- if StartUpPlay == "True" then
- StartUpSound.Playing = true
- StartUpLockScreen.Parent = ScreenGui
- StartUpLockScreen.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- StartUpLockScreen.LayoutOrder = 5
- StartUpLockScreen.Position = UDim2.new(0, -0.10, -0.13, 0)
- StartUpLockScreen.Size = UDim2.new(0, 995, 0, 777)
- writefile("PLayFalse.txt", "False")
- StartUpPlay = ""..x
- else
- if StartUpPlay == "False" then
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement