This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Coded by _notportal | |
-- Modified branding: “Sup” | |
local Library = {}; | |
do | |
Library = { | |
Open = true; | |
Accent = Color3.fromRGB(85, 170, 255); | |
PageAmount = 0; | |
Pages = {}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- // Coded by _notportal | |
-- Example at bottom | |
-- | |
local Library = {}; | |
do | |
Library = { | |
Open = true; | |
Accent = Color3.fromRGB(85, 170, 255); | |
PageAmount = 0; | |
Pages = {}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- // Coded by _notportal | |
-- Example at bottom | |
-- | |
local Library = {}; | |
do | |
Library = { | |
Open = true; | |
Accent = Color3.fromRGB(85, 170, 255); | |
PageAmount = 0; | |
Pages = {}; |