This file contains 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
-debugger | |
-channel | |
-browserTrackerId | |
-instanceId | |
-startEvent | |
-readyEvent | |
-showEvent | |
-task | |
-placeId | |
-universeId |
This file contains 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
-- This script was automatically @generated by Maui, it is not intended for manual editing. | |
local ModuleRoot={{ClassName="LocalScript",Closure=function() -- Dark Dex for Maui | |
local HiddenGuiContainer = (gethui and gethui()) or game:GetService("CoreGui") | |
for _, Object in next, script:GetChildren() do | |
Object.Parent = HiddenGuiContainer | |
end | |
end,Properties={Name="MauiDarkDex"},Reference=1,Children={{Children={{Children={{Properties={FontFace=Font.new("rbxasset://fonts/families/SourceSansPro.json",Enum.FontWeight.Regular,Enum.FontStyle.Normal),TextColor3=Color3.new(1,1,1),LocalizedText="<",Text="<",TextStrokeTransparency=0.5,Rotation=180,Size=UDim2.new(0,30,0,30),BackgroundTransparency=1,Position=UDim2.new(0,2,0,10),TextStrokeColor3=Color3.new(0.1176470667123795,1,1),TextWrapped=true,TextSize=24,BackgroundColor3=Color3.new(1,1,1)},Reference=141,ClassName="TextLabel"}},Properties={ImageColor3=Color3.new(0.168627455830574,0.168627455830574,0.168627455830574),Image="rbxassetid://1513966937",BackgroundTransparency |
This file contains 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
-- This script was automatically @generated by Maui, it is not intended for manual editing. | |
local ModuleRoot = { | |
{ | |
ClassName = "ModuleScript", | |
Closure = function() export type HighlighterColors = { [string]: Color3 } | |
export type TextObject = TextLabel | TextBox | |
export type HighlightProps = { |
This file contains 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
-- This script was automatically @generated by Maui, it is not intended for manual editing. | |
local ModuleRoot={{ClassName="ModuleScript",Closure=function() --!strict | |
--[[ | |
The entry point for the Fusion library. | |
]] | |
local PubTypes = require(script.PubTypes) | |
local restrictRead = require(script.Utility.restrictRead) |