repo
stringclasses
341 values
file_path
stringlengths
29
173
language
stringclasses
2 values
file_type
stringclasses
4 values
code
stringlengths
2
1.66M
tokens
int64
2
598k
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Elements/Slider.luau
luau
.luau
local UserInputService = game:GetService("UserInputService") local Root = script.Parent.Parent local Creator = require(Root.Modules.Creator) local New = Creator.New local Components = Root.Components local Element = {} Element.__index = Element Element.__type = "Slider" function Element:New(Idx, Config) local Libra...
1,454
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Elements/Toggle.luau
luau
.luau
local TweenService, UserInputService = game:GetService("TweenService"), game:GetService("UserInputService") local Root = script.Parent.Parent local Creator = require(Root.Modules.Creator) local New = Creator.New local Components = Root.Components local Element = {} Element.__index = Element Element.__type = "Toggle"...
2,659
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Elements/init.luau
luau
.luau
local Elements = {} for _, Element in next, script:GetChildren() do Elements[#Elements + 1] = require(Element) end return Elements
33
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Modules/Acrylic/AcrylicBlur.luau
luau
.luau
local Root = script.Parent.Parent.Parent local Creator = require(Root.Modules.Creator) local createAcrylic = require(script.Parent.CreateAcrylic) local viewportPointToWorld, getOffset = unpack(require(script.Parent.Utils)) local BlurFolder = Instance.new("Folder", game:GetService("Workspace").CurrentCamera) local fun...
775
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Modules/Acrylic/AcrylicPaint.luau
luau
.luau
local Root = script.Parent.Parent.Parent local Creator = require(Root.Modules.Creator) local AcrylicBlur = require(script.Parent.AcrylicBlur) local New = Creator.New return function(props) local AcrylicPaint = {} AcrylicPaint.Frame = New("Frame", { Size = UDim2.fromScale(1, 1), BackgroundTransparency = 0.9, ...
964
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Modules/Acrylic/CreateAcrylic.luau
luau
.luau
local Root = script.Parent.Parent.Parent local Creator = require(Root.Modules.Creator) local function createAcrylic() local Part = Creator.New("Part", { Name = "Body", Color = Color3.new(0, 0, 0), Material = Enum.Material.Glass, Size = Vector3.new(1, 1, 0), Anchored = true, CanCollide = false, Locked = ...
173
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Modules/Acrylic/Utils.luau
luau
.luau
local function map(value, inMin, inMax, outMin, outMax) return (value - inMin) * (outMax - outMin) / (inMax - inMin) + outMin end local function viewportPointToWorld(location, distance) local unitRay = game:GetService("Workspace").CurrentCamera:ScreenPointToRay(location.X, location.Y) return unitRay.Origin + unitRa...
146
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Modules/Acrylic/init.luau
luau
.luau
local Acrylic = { AcrylicBlur = require(script.AcrylicBlur), CreateAcrylic = require(script.CreateAcrylic), AcrylicPaint = require(script.AcrylicPaint), } function Acrylic.init() local baseEffect = Instance.new("DepthOfFieldEffect") baseEffect.FarIntensity = 0 baseEffect.InFocusRadius = 0.1 baseEffect.NearInten...
300
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Modules/Creator.luau
luau
.luau
local Root = script.Parent.Parent local Themes = require(Root.Themes) local Flipper, Ripple = require(Root.Packages.Flipper), require(Root.Packages.Ripple) local Signal = require(Root.Packages.Signal) local Creator = { Registry = {}, Signals = {}, TransparencyMotors = {}, DefaultProperties = { ScreenGui = { R...
1,596
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Abyss.luau
luau
.luau
return { Accent = Color3.fromRGB(102, 136, 204), -- #6688cc AcrylicMain = Color3.fromRGB(0, 12, 24), -- #000c18 AcrylicBorder = Color3.fromRGB(43, 43, 74), -- #2b2b4a AcrylicGradient = ColorSequence.new(Color3.fromRGB(0, 12, 24), Color3.fromRGB(0, 12, 24)), AcrylicNoise = 1, TitleBarLine = Col...
785
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Adapta Nokto.luau
luau
.luau
return { Accent = Color3.fromHex("#ec6a3f"), AcrylicMain = Color3.fromHex("#31312e"), AcrylicBorder = Color3.fromHex("#403f3a"), AcrylicGradient = ColorSequence.new(Color3.fromHex("#31312e"), Color3.fromHex("#31312e")), AcrylicNoise = 1, TitleBarLine = Color3.fromHex("#403f3a"), Tab = Colo...
454
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Ambiance.luau
luau
.luau
return { Accent = Color3.fromHex("#00BCD4"), AcrylicMain = Color3.fromHex("#29353b"), AcrylicBorder = Color3.fromHex("#222D32"), AcrylicGradient = ColorSequence.new(Color3.fromHex("#29353b"), Color3.fromHex("#29353b")), AcrylicNoise = 1, TitleBarLine = Color3.fromHex("#222D32"), Tab = Colo...
443
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Amethyst Dark.luau
luau
.luau
return { Accent = Color3.fromHex("#b133ff"), AcrylicMain = Color3.fromHex("#120024"), AcrylicBorder = Color3.fromHex("#4d057b"), AcrylicGradient = ColorSequence.new(Color3.fromHex("#120024"), Color3.fromHex("#120024")), AcrylicNoise = 0.92, TitleBarLine = Color3.fromHex("#4d057b"), Tab = C...
462
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Amethyst.luau
luau
.luau
return { Accent = Color3.fromRGB(97, 62, 167), AcrylicMain = Color3.fromRGB(20, 20, 20), AcrylicBorder = Color3.fromRGB(110, 90, 130), AcrylicGradient = ColorSequence.new(Color3.fromRGB(85, 57, 139), Color3.fromRGB(40, 25, 65)), AcrylicNoise = 0.92, TitleBarLine = Color3.fromRGB(95, 75, 110), Tab = Color3.from...
567
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Aqua.luau
luau
.luau
return { Accent = Color3.fromRGB(60, 165, 165), AcrylicMain = Color3.fromRGB(20, 20, 20), AcrylicBorder = Color3.fromRGB(50, 100, 100), AcrylicGradient = ColorSequence.new(Color3.fromRGB(60, 140, 140), Color3.fromRGB(40, 80, 80)), AcrylicNoise = 0.92, TitleBarLine = Color3.fromRGB(60, 120, 120), Tab = Color3.f...
567
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Arc Dark.luau
luau
.luau
return { Accent = Color3.fromHex("#5294e2"), AcrylicMain = Color3.fromHex("#383c4a"), AcrylicBorder = Color3.fromHex("#404f7d"), AcrylicGradient = ColorSequence.new(Color3.fromHex("#383c4a"), Color3.fromHex("#383c4a")), AcrylicNoise = 1, TitleBarLine = Color3.fromHex("#404f7d"), Tab = Colo...
481
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Dark Typewriter.luau
luau
.luau
return { Accent = Color3.fromRGB(109, 180, 120), AcrylicMain = Color3.fromRGB(38, 38, 38), AcrylicBorder = Color3.fromRGB(85, 85, 85), AcrylicGradient = ColorSequence.new(Color3.fromRGB(38, 38, 38), Color3.fromRGB(38, 38, 38)), AcrylicNoise = 1, TitleBarLine = Color3.fromRGB(189, 189, 189), ...
573
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Dark.luau
luau
.luau
return { Accent = Color3.fromRGB(96, 205, 255), AcrylicMain = Color3.fromRGB(60, 60, 60), AcrylicBorder = Color3.fromRGB(90, 90, 90), AcrylicGradient = ColorSequence.new(Color3.fromRGB(40, 40, 40), Color3.fromRGB(40, 40, 40)), AcrylicNoise = 0.9, TitleBarLine = Color3.fromRGB(75, 75, 75), Tab = Color3.fromRGB(...
567
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Darker.luau
luau
.luau
return { Accent = Color3.fromRGB(72, 138, 182), AcrylicMain = Color3.fromRGB(30, 30, 30), AcrylicBorder = Color3.fromRGB(60, 60, 60), AcrylicGradient = ColorSequence.new(Color3.fromRGB(25, 25, 25), Color3.fromRGB(15, 15, 15)), AcrylicNoise = 0.94, TitleBarLine = Color3.fromRGB(65, 65, 65), Tab = Color3.fromRGB...
378
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/DuoTone Dark Earth.luau
luau
.luau
return { Accent = Color3.fromHex("#fecb52"), AcrylicMain = Color3.fromHex("#2c2826"), AcrylicBorder = Color3.fromHex("#48413d"), AcrylicGradient = ColorSequence.new(Color3.fromHex("#2c2826"), Color3.fromHex("#2c2826")), AcrylicNoise = 1, TitleBarLine = Color3.fromHex("#48413d"), Tab = Colo...
451
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/DuoTone Dark Forest.luau
luau
.luau
return { Accent = Color3.fromHex("#e7f98b"), AcrylicMain = Color3.fromHex("#2a2d2a"), AcrylicBorder = Color3.fromHex("#424842"), AcrylicGradient = ColorSequence.new(Color3.fromHex("#2a2d2a"), Color3.fromHex("#2a2d2a")), AcrylicNoise = 1, TitleBarLine = Color3.fromHex("#424842"), Tab = Colo...
460
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/DuoTone Dark Sea.luau
luau
.luau
return { Accent = Color3.fromHex("#34FEBB"), AcrylicMain = Color3.fromHex("#1D262F"), AcrylicBorder = Color3.fromHex("#303F4F"), AcrylicGradient = ColorSequence.new(Color3.fromHex("#1D262F"), Color3.fromHex("#1D262F")), AcrylicNoise = 1, TitleBarLine = Color3.fromHex("#303F4F"), Tab = Colo...
467
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/DuoTone Dark Sky.luau
luau
.luau
return { Accent = Color3.fromHex("#fec38f"), AcrylicMain = Color3.fromHex("#2c2734"), AcrylicBorder = Color3.fromHex("#443d51"), AcrylicGradient = ColorSequence.new(Color3.fromHex("#2c2734"), Color3.fromHex("#2c2734")), AcrylicNoise = 1, TitleBarLine = Color3.fromHex("#443d51"), Tab = Colo...
458
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/DuoTone Dark Space.luau
luau
.luau
return { Accent = Color3.fromHex("#fe7734"), AcrylicMain = Color3.fromHex("#24242e"), AcrylicBorder = Color3.fromHex("#3a3a4a"), AcrylicGradient = ColorSequence.new(Color3.fromHex("#24242e"), Color3.fromHex("#24242e")), AcrylicNoise = 1, TitleBarLine = Color3.fromHex("#3a3a4a"), Tab = Colo...
487
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Elementary.luau
luau
.luau
return { Accent = Color3.fromHex("#cb5226"), AcrylicMain = Color3.fromHex("#eff0f1"), AcrylicBorder = Color3.fromHex("#e9d18d"), AcrylicGradient = ColorSequence.new(Color3.fromHex("#eff0f1"), Color3.fromHex("#eff0f1")), AcrylicNoise = 1, TitleBarLine = Color3.fromHex("#e9d18d"), Tab = Colo...
484
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/GitHub Dark Colorblind.luau
luau
.luau
return { Accent = Color3.fromHex("#1f6feb"), -- focusBorder AcrylicMain = Color3.fromHex("#010409"), -- sideBar.background AcrylicBorder = Color3.fromHex("#30363d"), -- titleBar.border AcrylicGradient = ColorSequence.new(Color3.fromHex("#010409"), Color3.fromHex("#010409")), -- sideBar.background A...
631
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/GitHub Dark Default.luau
luau
.luau
return { Accent = Color3.fromHex("#1f6feb"), -- focusBorder AcrylicMain = Color3.fromHex("#010409"), -- sideBar.background AcrylicBorder = Color3.fromHex("#30363d"), -- titleBar.border AcrylicGradient = ColorSequence.new(Color3.fromHex("#010409"), Color3.fromHex("#010409")), -- sideBar.background ...
628
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/GitHub Dark Dimmed.luau
luau
.luau
return { Accent = Color3.fromHex("#316dca"), -- focusBorder AcrylicMain = Color3.fromHex("#1c2128"), -- sideBar.background AcrylicBorder = Color3.fromHex("#444c56"), -- titleBar.border AcrylicGradient = ColorSequence.new(Color3.fromHex("#1c2128"), Color3.fromHex("#1c2128")), -- sideBar.background A...
620
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/GitHub Dark High Contrast.luau
luau
.luau
return { Accent = Color3.fromHex("#409eff"), -- focusBorder AcrylicMain = Color3.fromHex("#010409"), -- sideBar.background AcrylicBorder = Color3.fromHex("#7a828e"), -- titleBar.border AcrylicGradient = ColorSequence.new(Color3.fromHex("#010409"), Color3.fromHex("#010409")), -- sideBar.background ...
641
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/GitHub Dark.luau
luau
.luau
return { Accent = Color3.fromHex("#005cc5"), -- focusBorder AcrylicMain = Color3.fromHex("#1f2428"), -- sideBar.background AcrylicBorder = Color3.fromHex("#1b1f23"), -- titleBar.border AcrylicGradient = ColorSequence.new(Color3.fromHex("#1f2428"), Color3.fromHex("#1f2428")),-- sideBar.background A...
628
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/GitHub Light Colorblind.luau
luau
.luau
return { Accent = Color3.fromHex("#0969da"), -- focusBorder AcrylicMain = Color3.fromHex("#f6f8fa"), -- textBlockQuote.background AcrylicBorder = Color3.fromHex("#d0d7de"), -- textBlockQuote.border AcrylicGradient = ColorSequence.new(Color3.fromHex("#f6f8fa"), Color3.fromHex("#f6f8fa")), -- textBlockQu...
585
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/GitHub Light Default.luau
luau
.luau
return { Accent = Color3.fromHex("#0969da"), -- focusBorder AcrylicMain = Color3.fromHex("#f6f8fa"), -- sideBar.background AcrylicBorder = Color3.fromHex("#d0d7de"), -- titleBar.border AcrylicGradient = ColorSequence.new(Color3.fromHex("#f6f8fa"), Color3.fromHex("#f6f8fa")), -- sideBar.background A...
595
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/GitHub Light High Contrast.luau
luau
.luau
return { Accent = Color3.fromHex("#0349b4"), -- focusBorder AcrylicMain = Color3.fromHex("#ffffff"), -- sideBar.background AcrylicBorder = Color3.fromHex("#20252c"), -- titleBar.border AcrylicGradient = ColorSequence.new(Color3.fromHex("#ffffff"), Color3.fromHex("#ffffff")), -- sideBar.background A...
588
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/GitHub Light.luau
luau
.luau
return { Accent = Color3.fromHex("2188ff"), -- focusBorder AcrylicMain = Color3.fromHex("f6f8fa"), -- sideBar.background AcrylicBorder = Color3.fromHex("e1e4e8"), -- titleBar.border AcrylicGradient = ColorSequence.new(Color3.fromHex("f6f8fa"), Color3.fromHex("f6f8fa")), -- sideBar.background Acryli...
636
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Light.luau
luau
.luau
return { Accent = Color3.fromRGB(0, 103, 192), AcrylicMain = Color3.fromRGB(200, 200, 200), AcrylicBorder = Color3.fromRGB(120, 120, 120), AcrylicGradient = ColorSequence.new(Color3.fromRGB(255, 255, 255), Color3.fromRGB(255, 255, 255)), AcrylicNoise = 0.96, TitleBarLine = Color3.fromRGB(160, 160, 160), Tab = ...
567
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Monokai Classic.luau
luau
.luau
return { Accent = Color3.fromHex("#75715E"), -- focusBorder AcrylicMain = Color3.fromHex("#272822"), -- editor.background AcrylicBorder = Color3.fromHex("#1e1f1c"), -- titleBar.activeBackground AcrylicGradient = ColorSequence.new(Color3.fromHex("#272822"), Color3.fromHex("#272822")), AcrylicNoise =...
593
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Monokai Dimmed.luau
luau
.luau
return { Accent = Color3.fromHex("#3655b5"), -- focusBorder AcrylicMain = Color3.fromHex("#1e1e1e"), -- editor.background AcrylicBorder = Color3.fromHex("#303030"), -- tab.border AcrylicGradient = ColorSequence.new(Color3.fromHex("#1e1e1e"), Color3.fromHex("#1e1e1e")), AcrylicNoise = 1, TitleB...
590
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Monokai Vibrant.luau
luau
.luau
return { Accent = Color3.fromHex("#528bff"), -- activityBarBadge.background AcrylicMain = Color3.fromHex("#16171D"), -- editor.background AcrylicBorder = Color3.fromHex("#181A1F"), -- editorGroup.border AcrylicGradient = ColorSequence.new(Color3.fromHex("#16171D"), Color3.fromHex("#16171D")), Acryl...
611
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Monokai.luau
luau
.luau
return { Accent = Color3.fromHex("#F92672"), -- Using the keyword color as accent AcrylicMain = Color3.fromHex("#272822"), -- editor.background AcrylicBorder = Color3.fromHex("#414339"), -- dropdown.background AcrylicGradient = ColorSequence.new(Color3.fromHex("#272822"), Color3.fromHex("#1e1f1c")), --...
596
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Rose.luau
luau
.luau
return { Accent = Color3.fromRGB(180, 55, 90), AcrylicMain = Color3.fromRGB(40, 40, 40), AcrylicBorder = Color3.fromRGB(130, 90, 110), AcrylicGradient = ColorSequence.new(Color3.fromRGB(190, 60, 135), Color3.fromRGB(165, 50, 70)), AcrylicNoise = 0.92, TitleBarLine = Color3.fromRGB(140, 85, 105), Tab = Color3.f...
567
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Solarized Dark.luau
luau
.luau
return { Accent = Color3.fromHex("#2AA198"), -- String color as accent AcrylicMain = Color3.fromHex("#002B36"), -- editor.background AcrylicBorder = Color3.fromHex("#073642"), -- editor.lineHighlightBackground AcrylicGradient = ColorSequence.new(Color3.fromHex("#002B36"), Color3.fromHex("#002B36")), ...
565
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Solarized Light.luau
luau
.luau
return { Accent = Color3.fromHex("#b58900"), -- Using the extension button color as accent AcrylicMain = Color3.fromHex("#FDF6E3"), -- editor.background AcrylicBorder = Color3.fromHex("#DDD6C1"), -- editorGroup.border AcrylicGradient = ColorSequence.new(Color3.fromHex("#FDF6E3"), Color3.fromHex("#FDF6E...
620
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Typewriter.luau
luau
.luau
return { Accent = Color3.fromRGB(97, 161, 107), AcrylicMain = Color3.fromRGB(252, 245, 228), AcrylicBorder = Color3.fromRGB(189, 189, 189), AcrylicGradient = ColorSequence.new(Color3.fromRGB(252, 245, 228), Color3.fromRGB(228, 220, 200)), AcrylicNoise = 1, TitleBarLine = Color3.fromRGB(189, 18...
573
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/United GNOME.luau
luau
.luau
return { Accent = Color3.fromHex("#48b258"), AcrylicMain = Color3.fromHex("#1e1e1e"), AcrylicBorder = Color3.fromHex("#444444"), AcrylicGradient = ColorSequence.new(Color3.fromHex("#1e1e1e"), Color3.fromHex("#1e1e1e")), AcrylicNoise = 0.92, TitleBarLine = Color3.fromHex("#444444"), Tab = C...
444
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/VS Dark.luau
luau
.luau
return { Accent = Color3.fromHex("#007ACC"), -- activityBarBadge.background AcrylicMain = Color3.fromHex("#1E1E1E"), -- editor.background AcrylicBorder = Color3.fromHex("#303031"), -- widget.border AcrylicGradient = ColorSequence.new(Color3.fromHex("#1E1E1E"), Color3.fromHex("#1E1E1E")), AcrylicNoi...
584
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/VS Light.luau
luau
.luau
return { Accent = Color3.fromHex("#007ACC"), -- activityBarBadge.background AcrylicMain = Color3.fromHex("#FFFFFF"), -- editor.background AcrylicBorder = Color3.fromHex("#919191"), -- checkbox.border AcrylicGradient = ColorSequence.new(Color3.fromHex("#FFFFFF"), Color3.fromHex("#FFFFFF")), AcrylicN...
591
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/VSC Dark Modern.luau
luau
.luau
return { Accent = Color3.fromHex("#0078D4"), -- focusBorder AcrylicMain = Color3.fromHex("#181818"), -- activityBar.background AcrylicBorder = Color3.fromHex("#2B2B2B"), -- activityBar.border AcrylicGradient = ColorSequence.new(Color3.fromHex("#181818"), Color3.fromHex("#181818")), -- activityBar.backg...
599
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/VSC Dark+.luau
luau
.luau
return { Accent = Color3.fromHex("#DCDCAA"), -- Based on function declarations color AcrylicMain = Color3.fromHex("#1E1E1E"), -- VS Code's default dark background AcrylicBorder = Color3.fromHex("#444444"), AcrylicGradient = ColorSequence.new(Color3.fromHex("#1E1E1E"), Color3.fromHex("#1E1E1E")), Ac...
512
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/VSC Light High Contrast.luau
luau
.luau
return { Accent = Color3.fromHex("#5e2cbc"), -- Based on function color AcrylicMain = Color3.fromHex("#ffffff"), -- Light background AcrylicBorder = Color3.fromHex("#292929"), -- Based on embedded foreground AcrylicGradient = ColorSequence.new(Color3.fromHex("#ffffff"), Color3.fromHex("#ffffff")), ...
475
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/VSC Light Modern.luau
luau
.luau
return { Accent = Color3.fromHex("#005FB8"), -- focusBorder AcrylicMain = Color3.fromHex("#F8F8F8"), -- activityBar.background AcrylicBorder = Color3.fromHex("#E5E5E5"), -- activityBar.border AcrylicGradient = ColorSequence.new(Color3.fromHex("#F8F8F8"), Color3.fromHex("#F8F8F8")), AcrylicNoise = 1...
602
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/VSC Light+.luau
luau
.luau
return { Accent = Color3.fromHex("#795E26"), -- Function declarations color AcrylicMain = Color3.fromHex("#FFFFFF"), -- editor.background AcrylicBorder = Color3.fromHex("#D4D4D4"), -- menu.border AcrylicGradient = ColorSequence.new(Color3.fromHex("#FFFFFF"), Color3.fromHex("#FFFFFF")), AcrylicNoise...
598
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Viow Arabian Mix.luau
luau
.luau
return { Accent = Color3.fromHex("#7b36e2"), AcrylicMain = Color3.fromHex("#110e1a"), AcrylicBorder = Color3.fromHex("#444444"), AcrylicGradient = ColorSequence.new(Color3.fromHex("#110e1a"), Color3.fromHex("#110e1a")), AcrylicNoise = 0.92, TitleBarLine = Color3.fromHex("#444444"), Tab = C...
481
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Viow Arabian.luau
luau
.luau
return { Accent = Color3.fromHex("#7b36e2"), AcrylicMain = Color3.fromHex("#110e1a"), AcrylicBorder = Color3.fromHex("#444444"), AcrylicGradient = ColorSequence.new(Color3.fromHex("#110e1a"), Color3.fromHex("#110e1a")), AcrylicNoise = 0.92, TitleBarLine = Color3.fromHex("#444444"), Tab = C...
482
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Viow Darker.luau
luau
.luau
return { Accent = Color3.fromHex("#165fb3"), AcrylicMain = Color3.fromHex("#21252b"), AcrylicBorder = Color3.fromHex("#383838"), AcrylicGradient = ColorSequence.new(Color3.fromHex("#21252b"), Color3.fromHex("#21252b")), AcrylicNoise = 0.92, TitleBarLine = Color3.fromHex("#383838"), Tab = C...
457
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Viow Flat.luau
luau
.luau
return { Accent = Color3.fromHex("#165fb3"), AcrylicMain = Color3.fromHex("#191c28"), AcrylicBorder = Color3.fromHex("#191c28"), AcrylicGradient = ColorSequence.new(Color3.fromHex("#191c28"), Color3.fromHex("#191c28")), AcrylicNoise = 0.92, TitleBarLine = Color3.fromHex("#191c28"), Tab = C...
453
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Viow Light.luau
luau
.luau
return { Accent = Color3.fromHex("#0f96ff"), AcrylicMain = Color3.fromHex("#ffffff"), AcrylicBorder = Color3.fromHex("#d4d4d4"), AcrylicGradient = ColorSequence.new(Color3.fromHex("#ffffff"), Color3.fromHex("#ffffff")), AcrylicNoise = 1, TitleBarLine = Color3.fromHex("#d4d4d4"), Tab = Colo...
457
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Viow Mars.luau
luau
.luau
return { Accent = Color3.fromHex("#e32b00"), AcrylicMain = Color3.fromHex("#130c0f"), AcrylicBorder = Color3.fromHex("#28191d"), AcrylicGradient = ColorSequence.new(Color3.fromHex("#130c0f"), Color3.fromHex("#130c0f")), AcrylicNoise = 0.92, TitleBarLine = Color3.fromHex("#28191d"), Tab = C...
476
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Viow Neon.luau
luau
.luau
return { Accent = Color3.fromHex("#1591ff"), AcrylicMain = Color3.fromHex("#202432"), AcrylicBorder = Color3.fromHex("#191c28"), AcrylicGradient = ColorSequence.new(Color3.fromHex("#202432"), Color3.fromHex("#202432")), AcrylicNoise = 0.92, TitleBarLine = Color3.fromHex("#191c28"), Tab = C...
460
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Vynixu.luau
luau
.luau
return { Accent = Color3.fromRGB(90, 235, 45), AcrylicMain = Color3.fromRGB(30, 30, 30), AcrylicBorder = Color3.fromRGB(60, 60, 60), AcrylicGradient = ColorSequence.new(Color3.fromRGB(25, 25, 25), Color3.fromRGB(15, 15, 15)), AcrylicNoise = 0.94, TitleBarLine = Color3.fromRGB(65, 65, 65), Tab = Color3.fromRGB(...
378
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Yaru Dark.luau
luau
.luau
return { Accent = Color3.fromHex("#e95420"), AcrylicMain = Color3.fromHex("#383838"), AcrylicBorder = Color3.fromHex("#444444"), AcrylicGradient = ColorSequence.new(Color3.fromHex("#383838"), Color3.fromHex("#383838")), AcrylicNoise = 1, TitleBarLine = Color3.fromHex("#444444"), Tab = Colo...
425
ActualMasterOogway/Fluent-Renewed
ActualMasterOogway-Fluent-Renewed-b224870/Src/Themes/Yaru.luau
luau
.luau
return { Accent = Color3.fromHex("#e95420"), AcrylicMain = Color3.fromHex("#edeef0"), AcrylicBorder = Color3.fromHex("#D4D4D4"), AcrylicGradient = ColorSequence.new(Color3.fromHex("#edeef0"), Color3.fromHex("#edeef0")), AcrylicNoise = 1, TitleBarLine = Color3.fromHex("#D4D4D4"), Tab = Colo...
447
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/badger/init.luau
luau
.luau
--[[ badger badge service wrapper ]] local BadgeService = game:GetService("BadgeService") local RunService = game:GetService("RunService") local Players = game:GetService("Players") export type Badge = { index: number, id: number, } type PlayerInfo = { threads_waiting_for_id: { [number]: { thread } }, threads...
1,893
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/character/init.luau
luau
.luau
--[[ character simple utility module for getting accurate character types, and with a special added function that also runs the callback if the player already has a character ]] local Players = game:GetService("Players") export type Character = Model & { Humanoid: Humanoid & { HumanoidDescription: Hu...
1,312
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/cross/init.luau
luau
.luau
--!nocheck --!nolint --[[ cross basic cross runtime utility, covering the bear nessisities ]] local cross_task = require("@self/task") local cross_warn = require("@self/warn") type Runtime = "Roblox" | "Lune" | "Unknown" | "Lute" local RUNTIME: Runtime = if game and workspace then "Roblox" elseif string.find(_...
393
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/cross/task.luau
luau
.luau
--[[ task a good enough pure luau version of roblox's task lib that doesn't require wrapping ur whole script in a task.spawn or anything ]] local function SPAWN<A..., R...>( thread_or_func: thread | (A...) -> R..., ...: A... ): thread if type(thread_or_func) == "thread" then coroutine.resume(thread_or_func, ...
364
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/cross/test.luau
luau
.luau
local testkit = require("@testkit") local cross = require("./init") local TEST, CASE, CHECK, FINISH, SKIP = testkit.test() TEST("cross", function() do CASE("check globals") CHECK( task.cancel == cross.cancel and task.spawn == cross.spawn and task.defer == cross.defer and task.wait == cross.wait and ...
691
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/cross/warn.luau
luau
.luau
--!native --[[ warn pure luau version of roblox's warn global ]] local function warn(...: unknown) print(`\27[0;33m{table.concat({ ... }, " ")}\27[0m`) end return warn
57
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/grouper/init.luau
luau
.luau
--!optimize 2 --!native --[[ Grouper Used for getting the latest group rank or role of a player on the server, and reducing groups api requests as only the server will make the requests and then send down the rank & role for a player. Rather than using Player:GetRankInGroup() on the client, and end up constant...
2,154
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/leaderstats/init.luau
luau
.luau
--[[ leaderstats roblox leaderstats wrapper providing a nicer api, compared to dealing with instances directly ]] local RunService = game:GetService("RunService") local Players = game:GetService("Players") type AllowedValues = number | string type AllowedDefaults = "float" | "string" | "integer" | AllowedValues ...
2,181
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/leventine/test.luau
luau
.luau
local testkit = require("@testkit") local leventine = require("./init") local TEST, CASE, CHECK, FINISH = testkit.test() TEST("leventine", function() do CASE("score_32") CHECK( leventine.score("hi hello im meowing so much rn", "and IM A SERTIFIED MEOW HATER :(") == 27 ) end do CASE("score_32_sensitive") ...
238
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/linkedlist/test.luau
luau
.luau
local testkit = require("@testkit") local linkedlist = require("./init") local TEST, CASE, CHECK, FINISH = testkit.test() TEST("linked list", function() end)
40
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/loganalytics/init.luau
luau
.luau
--[[ loganalytics a simple wrapper around AnalyticsService's bad api, that makes it into a decent api ]] local AnalyticsService = game:GetService("AnalyticsService") export type CustomFields = { [string]: string } type ConvertedCustomFields = { [Enum.AnalyticsCustomFieldKeys]: string }? type BaseAnalyticsInfo = ...
1,296
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/pagesutil/init.luau
luau
.luau
--[[ pagesutil utility for dealing with roblox page instances easily ]] export type PageInfo = { item_index: number, page_len: number, page: number, } local ADVANCE_ERR_FORMAT = "[PAGES]: an error occurred while trying to advance to the next page\n\tadvance-next-page-err: %s" local pagesutil = {} function pag...
555
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/playerloaded/init.luau
luau
.luau
--[[ player loaded handles callbacks for a player loaded remote, because having a player loaded remote is a good idea so you don't fill up the remote queue for a player before they've been able to receive remote events ]] local ReplicatedStorage = game:GetService("ReplicatedStorage") local RunService = game:GetSe...
1,192
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/playerzone/init.luau
luau
.luau
--!native --[[ playerzone simple util module for detecting players in rectangular zones ]] local RunService = game:GetService("RunService") local Players = game:GetService("Players") local character = require("@libs/character") export type ZoneType = "WHITELIST" | "BLACKLIST" type BaseZone = { callback: (charact...
1,526
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/playerzone/test.luau
luau
.luau
local testkit = require("@testkit") -- local playerzone = require("init") local TEST, CASE, CHECK, FINISH = testkit.test() local NOOP = function() end TEST("player zone", function() -- cannot actually run this test rn, because of the game global not being set -- because it cant be set because of a lune bug :( if ...
164
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/plugtilly/init.luau
luau
.luau
--[[ plugtilly roblox plugin utility ]] export type DockWidgetPluginGuiInfo = { initally_enabled_should_override_restore: boolean, inital_dock_state: Enum.InitialDockState, initally_enabled: boolean, inital_size: vector, min_size: vector?, title: string?, } export type Setting<V> = (value: V?) -> V local SE...
752
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/race/init.luau
luau
.luau
--[[ race a function for getting the first return out of a vararg of functions ]] local cross = require("@libs/cross") local function callback_handler<A..., R...>( f: (A...) -> R..., threads: { thread }, main_thread: thread, ...: A... ) local callback_thread = coroutine.running() local results = { f(...) } f...
230
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/race/test.luau
luau
.luau
local testkit = require("@testkit") local task = require("@lune/task") local race = require("./init") local TEST, CASE, CHECK, FINISH = testkit.test() TEST("RACE", function() CASE("MAIN") local result = race({ function(str: string) task.wait(5) return `{str}! i never return ;c` end, function(str: strin...
131
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/random/init.luau
luau
.luau
--!native --[[ random pure luau functional equivalent to Roblox's random class ]] type SetState<V> = (v: V) -> () type MinMaxMethod<S, MIN, MAX, R> = (set_state: SetState<S>, min: MIN, max: MAX, seed: S) -> R type Method<S, V, R...> = (set_state: SetState<S>, v: V, seed: S) -> R... --[[ Generates pseudorandom n...
1,870
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/random/test.luau
luau
.luau
local testkit = require("@testkit") local random = require("./init") local TEST, CASE, CHECK, FINISH = testkit.test() local CAT_SOUNDS = { "meow", "mrrp", "mrow" } local function HAS_SAME_VALUES(a: { unknown }, b: { unknown }): boolean for _, value in a do if not table.find(a, value) then return false end en...
713
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/rbxdeeplink/init.luau
luau
.luau
--!native --[[ rbx deeplink utility functions for dealing w roblox deeplinks ]] local url = require("@libs/url") local REGULAR_FORMAT = "https://www.roblox.com/games/start?placeId=%*&launchData=%*" local APPSFLYER_FORMAT = "https://ro.blox.com/Ebh5?af_dp=%*&af_web_dp=%*" local DATA_LEN_LIMIT = 200 local DATA_LEN_E...
423
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/rbxdeeplink/test.luau
luau
.luau
local testkit = require("@testkit") local rbxdeeplink = require("./init") local url = require("../url") local TEST, CASE, CHECK, FINISH = testkit.test() TEST("rbxdeeplink", function() do CASE("get_launchdata") local launchdata = "https://libs.luau.lol/lmao&meow=mrrp&mrrp=meow&launchdata=kitty catters unite now!" ...
286
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/rbxsafeconn/init.luau
luau
.luau
--[[ rbxsafeconn utility for safely connecting to commonly used events where you'd also iterate through some instances ]] local CollectionService = game:GetService("CollectionService") local Players = game:GetService("Players") local character = require("@libs/character") local PLAYER_ADDED = Players.PlayerAdded ...
276
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/rbxthumb/init.luau
luau
.luau
--[[ rbxthumb module for easily creating roblox thumbnail urls, based on Nevermore's rbxthumbutil although with types ]] type PlayerThumbnailFormatter<S> = (player: Player, size: S?, circular: boolean?) -> Content type ThumbnailFormatter<S> = (id: number, size: S?, circular: boolean?) -> Content export type Thumb...
1,341
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/rbxthumb/test.luau
luau
.luau
local testkit = require("@testkit") local rbxthumb = require("./init") local TEST, CASE, CHECK, FINISH = testkit.test() local BASE_URL = "rbxthumb://type=%s&id=%d&w=%d&h=%d" local CIRCULAR_URL = `{BASE_URL}&filters=circular` local PLAYER_AUTO_GENERATED_METHODS: { [string]: (player: { UserId: number }, size: string?,...
816
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/retryer/init.luau
luau
.luau
--!native --[[ Retryer Utility for retrying functions easily ]] local cross = require("@libs/cross") local WAIT = cross.wait local function INSURE_MAX_RETRIES_GREATER_THAN_ONE(max_retries: number) if max_retries <= 1 then error("[RETRYER]: max_retries cannot be less than 2") end end local retryer = {} --[[ ...
1,333
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/retryer/test.luau
luau
.luau
local testkit = require("@testkit") local retryer = require("@libs/retryer") local TEST, CASE, CHECK, FINISH = testkit.test() local NOOP = function() end local ATTEMPTS = 0 local function ENDS_WITH(s: string, ends_with: string): boolean return string.sub(s, #s - #ends_with + 1, #s) == ends_with end local function m...
1,041
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/safe-teleport/init.luau
luau
.luau
--[[ safe teleport wrapper for TeleportService:TeleportAsync() with automatic retries, and a better typed api based on the SafeTeleport example function on Roblox's docs: https://create.roblox.com/docs/projects/teleport#handle-failed-teleports ]] local TeleportService = game:GetService("TeleportService") local re...
1,699
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/stack-tree/init.luau
luau
.luau
--!native --[[ stack tree library for generating tree structures for nodes on a shelf to prevent floating nodes from ever happening ]] local random = require("@libs/random") export type FaceTowardsSide = "Front" | "Back" | "Left" | "Right" -- TaperType names are referring to roof types, ie bloxburg roof types exp...
4,732
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/textchat/init.luau
luau
.luau
--[[ textchat utility for TextChatService, making adding/removing, and muting TextSources easier alongside providing some utilities for chat visuals ]] local TextChatService = game:GetService("TextChatService") local RunService = game:GetService("RunService") local Players = game:GetService("Players") type UserId...
1,595
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/url/init.luau
luau
.luau
--!native --[[ url utility functions for encoding and decoding urls ]] export type SpaceEncoding = "+" | "%20" local FORMAT = string.format local GMATCH = string.gmatch local GSUB = string.gsub local function CHAR_TO_CODE(char: string): string return FORMAT("%%%02X", string.byte(char)) end local function COD...
451
gaymeowing/luauberries
gaymeowing-luauberries-056d795/libs/url/test.luau
luau
.luau
local testkit = require("@testkit") local url = require("./init") local TEST, CASE, CHECK, FINISH = testkit.test() TEST("url", function() do CASE("encode %%20") CHECK(url.encode("Je suis allé au cinéma.") == "Je%20suis%20all%C3%A9%20au%20cin%C3%A9ma.") end do CASE("encode +") CHECK(url.encode("Je suis allé au...
373
gaymeowing/luauberries
gaymeowing-luauberries-056d795/scripts/deep_iter_dir.luau
luau
.luau
--[[ deep iter dir recursively iterates over a directory and calls a callback that can then optionally move or change the contents of the file ]] local read_dir = require("@scripts/read_dir") local remove = require("@scripts/remove") local fs = require("@lune/fs") type BaseFileInfo<N, P> = { contents: (string |...
516
gaymeowing/luauberries
gaymeowing-luauberries-056d795/scripts/deep_iter_scripts.luau
luau
.luau
--[[ deep iter scripts recursively iterates over every luau file in a directory and calls a callback that can then optionally overwrite the file ]] local deep_iter_dir = require("@scripts/deep_iter_dir") type IterScriptsCallback = ((path: string, src: string, depth: number) -> string?) | ((path: string, src: str...
191
gaymeowing/luauberries
gaymeowing-luauberries-056d795/scripts/depgraph.luau
luau
.luau
--[[ dep graph module for generating a dependency graph for all libraries ]] local deep_iter_scripts = require("@scripts/deep_iter_scripts") local require_pattern = require("@scripts/require_pattern") local read_dir = require("@scripts/read_dir") local remove = require("@scripts/remove") local process = require("@l...
620
gaymeowing/luauberries
gaymeowing-luauberries-056d795/scripts/depricate/init.luau
luau
.luau
--[[ depricate makes a library depricated ]] local process = require("@lune/process") local fs = require("@lune/fs") local ARGS = process.args local ALT_FORMAT = fs.readFile("scripts/depricate/ALT_FORMAT.md") local FORMAT = fs.readFile("scripts/depricate/FORMAT.md") local LIB = ARGS[1] local INSTEAD for index, ar...
188
gaymeowing/luauberries
gaymeowing-luauberries-056d795/scripts/docs.luau
luau
.luau
--[[ docs generates sidebar, and homepage ]] local deep_iter_dir = require("@scripts/deep_iter_dir") local read_dir = require("@scripts/read_dir") local gsub = require("@scripts/gsub") local serde = require("@lune/serde") local fs = require("@lune/fs") type SidebarItem = { text: string, link: string } type Libdoc...
846
gaymeowing/luauberries
gaymeowing-luauberries-056d795/scripts/get_depth_for_path.luau
luau
.luau
--[[ get depth for path gives how deep a path is (the amount of backslashes it has) ]] local function get_depth_for_path(path: string) return #string.split(path, "/") end return get_depth_for_path
51
gaymeowing/luauberries
gaymeowing-luauberries-056d795/scripts/gsub.luau
luau
.luau
--[[ gsub a function that only gives the first result of string.gsub so the typechecker doesnt scream ]] type GsubSubsitute = | { [string]: string } | ((string) -> string) | string --[[ Returns a copy of `s` in which all or the first `n` occurrences of the pattern are replaced with the given replacement. ]] lo...
130