Skip to content

Instantly share code, notes, and snippets.

@regginator
regginator / CLIFlags.txt
Created June 22, 2023 18:53
All RobloxStudioBeta.exe CLI Flags (undocumented included)
-debugger
-channel
-browserTrackerId
-instanceId
-startEvent
-readyEvent
-showEvent
-task
-placeId
-universeId
@regginator
regginator / DarkDex.maui.lua
Created February 11, 2023 05:37
Dark Dex Packed with Maui
-- 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
@regginator
regginator / BoatbomberHighlighter.maui.lua
Created January 29, 2023 19:44
Boatbomber Highlighter Packed with Maui
-- 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 = {
@regginator
regginator / Fusion.maui.lua
Last active January 29, 2023 18:51
Fusion Packed with Maui
-- 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)