Advertisement
ERROR_CODE

Prev for AiChat

Oct 21st, 2023 (edited)
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.80 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local StartUpLockScreen = Instance.new("Frame")
  3. local StartUpSound = Instance.new("Sound")
  4. local x = readfile("PLayFalse.txt")
  5. local Id = "1838993452"
  6. StartUpSound.Parent = game.Workspace
  7. StartUpSound.SoundId = "rbxassetid://"..Id
  8. StartUpSound.Looped = false
  9. StartUpSound.Volume = 1
  10. ScreenGui.Parent = game.CoreGui
  11. local StartUpPlay = "False"
  12. if StartUpPlay == "True" then
  13. StartUpSound.Playing = true
  14. StartUpLockScreen.Parent = ScreenGui
  15. StartUpLockScreen.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  16. StartUpLockScreen.LayoutOrder = 5
  17. StartUpLockScreen.Position = UDim2.new(0, -0.10, -0.13, 0)
  18. StartUpLockScreen.Size = UDim2.new(0, 995, 0, 777)
  19.  writefile("PLayFalse.txt", "False")
  20.  
  21. StartUpPlay = ""..x
  22. else
  23. if StartUpPlay == "False" then
  24. end
  25. end
  26.  
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement