Advertisement
ERROR_CODE

Moderators are Epical GUI

Dec 22nd, 2023
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.36 KB | None | 0 0
  1. if game:GetService("CoreGui"):FindFirstChild("MUIGui") then
  2. game:GetService("CoreGui"):FindFirstChild("MUIGui"):Destroy()
  3. end
  4. local MUIGui = Instance.new("ScreenGui")
  5. local MFrame = Instance.new("Frame")
  6. local MTeleportFrameButtons = Instance.new("Frame")
  7. local MGamesFrame = Instance.new("Frame")
  8. local MGamesButton = Instance.new("TextButton")
  9. local MTeleportButton = Instance.new("TextButton")
  10. local TeleportToBaseplate = Instance.new("TextButton")
  11. local TeleportToCar = Instance.new("TextButton")
  12. local TeleportToHuman = Instance.new("TextButton")
  13. local SpawnERROR_CODESModels = Instance.new("TextButton")
  14. local SpawnButton = Instance.new("TextButton")
  15. local SpawnNpc = Instance.new("TextButton")
  16. local PlayerIcon = Instance.new("ImageLabel")
  17. local SpawnKimiko = Instance.new("TextButton")
  18. local MyNightmareButton = Instance.new("TextButton")
  19. local MyNightmare2AwakeningButton = Instance.new("TextButton")
  20. local MyNightmare3Button = Instance.new("TextButton")
  21. local SpeedRunButton = Instance.new("TextButton")
  22. local CampButton = Instance.new("TextButton")
  23. local GravityGameButton = Instance.new("TextButton")
  24. local MSpawnFrame = Instance.new("Frame")
  25. local CloseScript = Instance.new("TextButton")
  26. local MFrameUICorner = Instance.new("UICorner")
  27. local ScriptNameLabel = Instance.new("TextLabel")
  28.  
  29. MUIGui.Parent = game.CoreGui
  30. game.CoreGui.MUIGui.Enabled = true
  31.  
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement