repo stringlengths 7 106 | language stringclasses 50
values | file_path stringlengths 28 274 | content stringlengths 1 4.94M |
|---|---|---|---|
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/LuauPolyfill-31ab8d40-0.3.4/LuauPolyfill/Array/reduce/init.luau | return function(v0, v1, v2) --[[ Line: 7 ]] --[[ Name: reduce ]]
if typeof(v0) ~= "table" then
error(string.format("Array.reduce called on %s", (typeof(v0))));
end;
if typeof(v1) ~= "function" then
error("callback is not a function");
end;
local v3 = #v0;
local v4 = nil;
loca... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/getEditableMeshFromContext/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{75D43009-EDD8-4463-97AB-BD908C153BFF}","DefinesCapabilities":false}} |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/lib/roblox.dart | export 'packages/types/vector3.dart';
export 'packages/types/cframe.dart';
export 'packages/types/color3.dart';
export 'packages/types/udim2.dart';
export 'packages/types/instance.dart';
export 'packages/types/base_part.dart';
export 'packages/types/humanoid.dart';
export 'packages/types/part.dart';
export 'packages/ty... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/CoreScripts/CoreScripts/CrossExperienceVoiceDefaultChannel/init.luau | local l_CoreGui_0 = game:GetService("CoreGui");
local l_CorePackages_0 = game:GetService("CorePackages");
local l_NotificationService_0 = game:GetService("NotificationService");
local l_Players_0 = game:GetService("Players");
local l_ReplicatedStorage_0 = game:GetService("ReplicatedStorage");
local l_HttpService_0 = ga... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UIBlox/UIBlox/App/Style/Validator/TestStyle/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{7E5E9CC8-6802-4C85-8D6B-4393D8FD3343}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/PlayerScripts/StarterPlayerScripts/PlayerModule/CommonUtils/CharacterUtil/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{EB6D4EA0-8A76-4E1B-A2A4-0DC2E67CC0B4}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/ReactDevtoolsShared/ReactDevtoolsShared/types/init.luau | return {
ElementTypeClass = 1,
ElementTypeContext = 2,
ElementTypeFunction = 5,
ElementTypeForwardRef = 6,
ElementTypeHostComponent = 7,
ElementTypeMemo = 8,
ElementTypeOtherOrUnknown = 9,
ElementTypeProfiler = 10,
ElementTypeRoot = 11,
ElementTypeSuspense = 12,
Ele... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/getEditableMeshFromContext/init.luau | local l_Parent_0 = script.Parent.Parent;
local _ = require(l_Parent_0.util.Types);
local v2 = require(l_Parent_0.util.getEditableInstanceFromContext);
return function(v3, v4, v5) --[[ Line: 8 ]]
-- upvalues: v2 (copy)
local v6, v7 = v2(v3, v4, v5.editableMeshes, v5);
if not v6 then
return false;
... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/JestBenchmark/JestBenchmark/reporters/init.meta.json | {"ignoreUnknownInstances":true,"className":"Folder","properties":{"DefinesCapabilities":false,"SourceAssetId":-1}} |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/A/utils.dart | void fnA() {
print("A");
}
|
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UIBlox/UIBlox/App/Style/Validator/TestStyle/init.luau | local v0 = {
Color = Color3.fromRGB(0, 0, 0),
Transparency = 0
};
local v1 = {
Color = Color3.new(0.086, 0.678, 0.847),
Transparency = 0,
AnimatedColor = Color3.new(1, 1, 1),
GradientRotationSpeed = 2,
GradientColorSequence = ColorSequence.new({
ColorSequenceKeypoint.new(0, Colo... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/PlayerScripts/StarterPlayerScripts/PlayerModule/CommonUtils/CharacterUtil/init.luau | local l_Players_0 = game:GetService("Players");
local l_Parent_0 = script.Parent;
local l_ConnectionUtil_0 = require(l_Parent_0:WaitForChild("ConnectionUtil"));
local v3 = {
LOCAL_PLAYER = "LOCAL_PLAYER",
ON_LOCAL_PLAYER = "ON_LOCAL_PLAYER",
CHARACTER_ADDED = "CHARACTER_ADDED",
ON_CHARACTER = "ON_CHA... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RbxDesignFoundations-31ab8d40-1.1.107/RbxDesignFoundations/tokens/Schema/Validators/validateGlobal/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{3AC7781D-50B9-4BB2-8D33-52ED07759433}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/JestBenchmark/JestBenchmark/benchmark/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{7FF630C3-9A5B-4D47-B00B-EB022A084E20}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/CoreScripts/CoreScripts/SoundTelemetry/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{9A94F381-83DB-461E-99BC-46D552777E1A}","DefinesCapabilities":false}} |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/B/utils.dart | void fnB() {
print("B");
}
|
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{60F53BCE-64AF-4FD4-A082-FF2E1372FC84}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RbxDesignFoundations-31ab8d40-1.1.107/RbxDesignFoundations/tokens/Schema/Validators/validateGlobal/init.luau | return function(v0) --[[ Line: 1 ]]
return {
Size_0 = v0.number,
Size_25 = v0.number,
Size_50 = v0.number,
Size_75 = v0.number,
Size_100 = v0.number,
Size_125 = v0.number,
Size_150 = v0.number,
Size_175 = v0.number,
Size_200 = v0.number... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/ReactDevtoolsShared/ReactDevtoolsShared/clipboardjs.mock/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{BBF6D633-115C-4384-A0D1-D3E49ECE74C1}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/CoreScripts/CoreScripts/ExperienceAudioFocusBinder/init.luau | local l_RobloxGui_0 = game:GetService("CoreGui"):WaitForChild("RobloxGui");
local l_CorePackages_0 = game:GetService("CorePackages");
local v2 = require(l_CorePackages_0.Packages.Promise);
local v3 = require(l_CorePackages_0.Workspace.Packages.CoreScriptsInitializer).CoreLogger:new(script.Name);
local l_default_0 = req... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/Types/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{09DBE5BE-B217-4713-B44C-E93E7AEFA84D}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/JestBenchmark/JestBenchmark/benchmark/init.luau | local l_Parent_0 = script:FindFirstAncestor("JestBenchmark").Parent;
local l_Object_0 = require(l_Parent_0.LuauPolyfill).Object;
local v2 = require(script.Parent.testModule);
local l_initializeProfiler_0 = require(script.Parent.Profiler).initializeProfiler;
local _ = require(script.Parent.reporters.Reporter);
local l_i... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/CoreScripts/CoreScripts/SoundTelemetry/init.luau | local l_CorePackages_0 = game:GetService("CorePackages");
local l_RbxAnalyticsService_0 = game:GetService("RbxAnalyticsService");
local l_UserGameSettings_0 = UserSettings():GetService("UserGameSettings");
local l_SoundService_0 = game:GetService("SoundService");
local l_Modules_0 = game:GetService("CoreGui"):WaitForCh... |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/modulos/math_utils.dart | int add(int a, int b) {
return a + b;
}
class Calculator {
static int multiply(int a, int b) => a * b;
}
|
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UIBlox/UIBlox/App/Style/Validator/validateFont/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{7B30FD61-EDC1-40D7-BC45-94BA6BD1B543}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/PlayerScripts/StarterPlayerScripts/PlayerModule/CommonUtils/FlagUtil/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{D0A496EB-0930-4266-BA2D-19C5820D7B8D}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/ReactDevtoolsShared/ReactDevtoolsShared/clipboardjs.mock/init.luau | return {}; |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/Types/init.luau | return {}; |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/modulos/app.dart | import 'math_utils.dart';
void main() {
final result = add(10, 20);
print("Sum: $result");
final product = Calculator.multiply(5, 5);
print("Product: $product");
}
|
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UIBlox/UIBlox/App/Style/Validator/validateFont/init.luau | local l_Parent_0 = script.Parent.Parent.Parent.Parent;
local l_Parent_1 = l_Parent_0.Parent;
local v2 = require(l_Parent_1.t);
local v3 = require(l_Parent_0.Core.Style.Validator.validateFontInfo);
local v4 = v2.strictInterface({
BaseSize = v2.numberMinExclusive(0),
Title = v3,
Header1 = v3,
Header2 =... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RobloxRequests/RobloxRequests/src/json/init.luau | local l_HttpService_0 = game:GetService("HttpService");
return {
enc = function(v1) --[[ Line: 5 ]] --[[ Name: enc ]]
-- upvalues: l_HttpService_0 (copy)
return l_HttpService_0:JSONEncode(v1);
end,
dec = function(v2) --[[ Line: 9 ]] --[[ Name: dec ]]
-- upvalues: l_HttpService_0 (co... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/JestBenchmark/JestBenchmark/CustomReporters/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{57134C9B-5AEB-4CA2-BEA4-91F38CCB4783}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/PlayerScripts/StarterPlayerScripts/PlayerModule/CommonUtils/ConnectionUtil/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{B6C3B96B-8AC9-4A15-BB06-9C7FDB69926A}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/CoreScripts/CoreScripts/FriendPlayerPrompt/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{7E67E7AF-C047-4A8F-B31A-527B768FFBBB}","DefinesCapabilities":false}} |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/test_builder_cascade.dart | enum ItemRarity { common, rare, epic, legendary }
class Modifier {
final String name;
final double multiplier;
Modifier(this.name, this.multiplier);
}
class Weapon {
String name;
int baseDamage;
ItemRarity rarity;
Modifier? activeModifier;
Map<String, int> statBonuses = {};
Weapon.forged(this.nam... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/JestBenchmark/JestBenchmark/Profiler/init.luau | local v0 = {};
local _ = require(script.Parent.reporters.Reporter);
local _ = require(script.Parent.MetricLogger);
v0.initializeProfiler = function(v3, v4, v5) --[[ Line: 32 ]] --[[ Name: initializeProfiler ]]
if #v3 == 0 then
error("Profiler must be initialized with at least one Reporter");
end;
lo... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/PlayerScripts/StarterPlayerScripts/PlayerModule/CommonUtils/ConnectionUtil/init.luau | local v0 = {};
v0.__index = v0;
v0.new = function() --[[ Line: 25 ]] --[[ Name: new ]]
-- upvalues: v0 (copy)
local v1 = setmetatable({}, v0);
v1._connections = {};
return v1;
end;
v0.trackConnection = function(v2, v3, v4) --[[ Line: 33 ]] --[[ Name: trackConnection ]]
if v2._connections[v3] then
... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/floatEquals/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{D714FED4-1800-4192-962C-317BEE9E56B5}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/ReactDevtoolsShared/ReactDevtoolsShared/jest.config/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{26B41535-454B-4AE2-83C3-7D21C1A9DBDD}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RbxDesignFoundations-31ab8d40-1.1.107/RbxDesignFoundations/tokens/Schema/Validators/validateSemantic/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{5D2387D6-B825-4CAC-AF88-4136E524F92D}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/FailureReasonsAccumulator/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{439AA4F9-9275-499A-BD8B-D22E0F940DE6}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/CoreScripts/CoreScripts/FriendPlayerPrompt/init.luau | local l_StarterGui_0 = game:GetService("StarterGui");
local l_Players_0 = game:GetService("Players");
local l_CoreGui_0 = game:GetService("CoreGui");
local l_RbxAnalyticsService_0 = game:GetService("RbxAnalyticsService");
local _ = game:GetService("CorePackages");
local l_RobloxGui_0 = l_CoreGui_0.RobloxGui;
local l_Lo... |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/enum_test.dart | enum Color {
red,
green,
blue,
}
void main() {
print(Color.red);
}
|
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UIBlox/UIBlox/App/Style/Validator/validateSettings/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{9281A215-5DC1-4996-99C6-E600DC681D04}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/ReactDevtoolsShared/ReactDevtoolsShared/jest.config/init.luau | return {
setupFilesAfterEnv = {
script.Parent.__tests__.setupTests
},
testMatch = {
"**/*.(spec|test)"
}
}; |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RbxDesignFoundations-31ab8d40-1.1.107/RbxDesignFoundations/tokens/Schema/Validators/validateSemantic/init.luau | return function(v0) --[[ Line: 1 ]]
return {
Typography = v0.strictInterface({
Title = v0.strictInterface({
Font = v0.enum(Enum.Font),
FontSize = v0.number,
LineHeight = v0.number,
LetterSpacing = v0.number
}),
... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/FailureReasonsAccumulator/init.luau | local v0 = {};
v0.__index = v0;
v0.new = function() --[[ Line: 6 ]] --[[ Name: new ]]
-- upvalues: v0 (copy)
return (setmetatable({
passed = true,
reasons = {}
}, v0));
end;
v0.updateReasons = function(v1, v2, v3) --[[ Line: 15 ]] --[[ Name: updateReasons ]]
if v2 then
return;
... |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/collision_test.dart | import 'A/utils.dart';
import 'B/utils.dart';
void main() {
fnA();
fnB();
}
|
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/JestEach-31ab8d40-3.8.1/init.meta.json | {"ignoreUnknownInstances":true,"className":"Folder","properties":{"DefinesCapabilities":false,"SourceAssetId":-1}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UIBlox/UIBlox/App/Style/Validator/validateSettings/init.luau | local l_Parent_0 = script.Parent.Parent.Parent.Parent.Parent;
local v1 = require(l_Parent_0.UIBlox.Core.Utility.GetEngineFeatureSafe)("EnablePreferredTextSizeSetting");
local v2 = require(l_Parent_0.t);
return (v2.strictInterface({
PreferredTransparency = v2.optional(v2.number),
ReducedMotion = v2.optional(v2.... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/JestBenchmark/JestBenchmark/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{A7300F68-69ED-4836-BBA9-B342D7CB8F7B}","DefinesCapabilities":false}} |
Asiandayboy/InventoryMaker | Luau | cloned_repos/Asiandayboy/InventoryMaker/src/server_modules/IMS/init.luau | --!strict
--!nolint SameLineStatement
--[[ InventoryMaker
Created by: robloxdestroyer1035
Version: v1.3.1
Last Updated: 12/21/25
-----------------------------------------------------------------------------
InventoryMakerServer (IMS)
-----------------------------------------------------------------------------... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/CoreScripts/CoreScripts/MainBotChatScript2/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{714253B3-12E8-41F1-92D1-1844323A7E6E}","DefinesCapabilities":false}} |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/signal_test.dart | import 'package:roblox_dart/roblox.dart';
import 'package:roblox_dart/services.dart' show workspace;
void main() {
final part = Instance.of<Part>();
part.parent = workspace;
final connection = part.touched.connect((BasePart hit) {
print(hit.name);
});
final connection2 =
part.touchEnded.connect((... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/JestBenchmark/JestBenchmark/init.luau | return {
benchmark = require(script.benchmark).benchmark,
Profiler = require(script.Profiler),
Reporter = require(script.reporters.Reporter),
HeartbeatReporter = require(script.reporters.HeartbeatReporter),
MetricLogger = require(script.MetricLogger),
CustomReporters = require(script.Custom... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/JestUtil-31ab8d40-2.4.1/JestUtil/createProcessObject/init.luau | return {
default = function() --[[ Line: 16 ]] --[[ Name: default ]]
return {};
end
}; |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/ReactDevtoolsShared/ReactDevtoolsShared/hydration/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{34BA471A-12A6-4474-9DAC-3BC40739EB5D}","DefinesCapabilities":false}} |
Asiandayboy/InventoryMaker | Luau | cloned_repos/Asiandayboy/InventoryMaker/src/client_modules/IMC/IMContainer.luau | --!strict
local BIT_FLAGS = {
CLOSED = 0b1,
NO_FILTERING = 0b10,
NO_DRAGGING = 0b100,
NO_STACKING = 0b1000,
HOTBAR_UNTOGGLED_HOVER = 0b10000,
HOTBAR_COLLAPSE = 0b100000,
HOTBAR_FILL_FIRST = 0b1000000,
NO_AUTO_EQUIP = 0b10000000,
NO_EQUIPPED_STATE = 0b100000000,
NO_SO... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/getExpectedPartSize/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{B1575784-E42A-49CB-A6F6-6B295BD948F8}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/CoreScripts/CoreScripts/MainBotChatScript2/init.luau | local v0 = {
[Enum.DialogPurpose.Quest] = {
"rbxasset://textures/ui/dialog_purpose_quest.png",
Vector2.new(10, 34)
},
[Enum.DialogPurpose.Help] = {
"rbxasset://textures/ui/dialog_purpose_help.png",
Vector2.new(20, 35)
},
[Enum.DialogPurpose.Shop] = {
"rbxa... |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/property_import_test.dart | import 'properties.dart';
void main() {
print(score); // Dart getter
score = 200; // Dart setter
}
|
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UIBlox/UIBlox/App/Style/Validator/validateTokens/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{72D0B4F8-CD56-404B-AE97-854DCB3C1B22}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RbxDesignFoundations-31ab8d40-1.1.107/RbxDesignFoundations/tokens/Schema/Types/SemanticType/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{835DEDC0-6278-4427-83BD-A4B56FC749DD}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/ReactDevtoolsShared/ReactDevtoolsShared/hydration/init.luau | local l_Parent_0 = script.Parent.Parent;
local l_Symbol_0 = require(l_Parent_0.LuauPolyfill).Symbol;
local function _(v2) --[[ Line: 17 ]] --[[ Name: unimplemented ]]
print("!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
print("!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
print("!!! " .. v2 .. " was called, but is stubbed! ");
end;
re... |
Asiandayboy/InventoryMaker | Luau | cloned_repos/Asiandayboy/InventoryMaker/src/client_modules/IMC/IMInput.luau | --!strict
local UIS = game:GetService("UserInputService")
type ActionValidator = (input: InputObject) -> boolean
type ActionValidator2 = (input: InputObject | Enum.UserInputState) -> boolean
local IMInput = {
HOVER_PROMPT_START = 1,
HOVER_PROMPT_END = 2,
SPLIT = 3,
CONTEXT_MENU_OPEN = 5,
MULTI_CONTEXT_BOUNDS_CHE... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/getExpectedPartSize/init.luau | local l_Parent_0 = script.Parent.Parent;
local _ = require(l_Parent_0.util.Types);
local v2 = require(l_Parent_0.util.getEditableMeshFromContext);
local v3 = require(l_Parent_0.util.getMeshSize);
local v4 = require(l_Parent_0.util.pcallDeferred);
local v5 = require(l_Parent_0.flags.getFFlagUGCValidationShouldYield);
lo... |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/hello_roblox.dart | void main() {
print("Hello Roblox");
}
|
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UIBlox/UIBlox/App/Style/Validator/validateTokens/init.luau | local l_Parent_0 = script.Parent.Parent;
return require(l_Parent_0.Tokens).validateTokens; |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RbxDesignFoundations-31ab8d40-1.1.107/RbxDesignFoundations/tokens/Schema/Types/SemanticType/init.luau | return {}; |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/JestBenchmark/JestGlobals/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{9609AD4A-701F-4118-A935-7C48FB7CF34C}","DefinesCapabilities":false}} |
Asiandayboy/InventoryMaker | Luau | cloned_repos/Asiandayboy/InventoryMaker/src/client_modules/IMC/IMUserType.luau | local IMUserType = {}
-- This is for if you want better typechecking for your items (ITEM_TYPE)
-- Define the schema of your type here. This type should represent what each item looks like. You can store anything you want
-- The current type is just used as an example
export type USER_ITEM_TYPE = { -- DON'T CHANGE T... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/Utils/Utils/inspect/init.luau | local l_Parent_0 = script.Parent.Parent;
local v1 = require(l_Parent_0.LuauPolyfill);
local l_Array_0 = v1.Array;
local l_Boolean_0 = v1.Boolean;
local l_Object_0 = v1.Object;
local l_instanceof_0 = v1.instanceof;
local l_Error_0 = v1.Error;
local v7 = {};
local v8 = nil;
local v9 = nil;
local v10 = nil;
local v11 = ni... |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/properties.dart | int get score => 100;
set score(int value) => print("Setting score to $value");
|
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/ApolloClient/ApolloClient/wry/context/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{83B3A349-DE30-4E30-BA5D-FC8D549BB00F}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/JestBenchmark/JestGlobals/init.luau | local l__Index_0 = script.Parent.Parent.Parent._Index;
return (require(l__Index_0["JestGlobals-31ab8d40-3.8.1"].JestGlobals)); |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/JestUtil-31ab8d40-2.4.1/JestUtil/preRunMessage/init.luau | local l_Parent_0 = script.Parent.Parent;
local v1 = {};
local v2 = require(l_Parent_0.ChalkLua);
local l_default_0 = require(script.Parent.clearLine).default;
local l_default_1 = require(script.Parent.isInteractive).default;
local _ = require(l_Parent_0.RobloxShared);
v1.print = function(v6) --[[ Line: 21 ]] --[[ Name:... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/ReactDevtoolsShared/ReactDevtoolsShared/utils/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{F2E395B9-F74A-49AE-941D-0BD1F25E9869}","DefinesCapabilities":false}} |
Asiandayboy/InventoryMaker | Luau | cloned_repos/Asiandayboy/InventoryMaker/src/client_modules/IMC/IMFilter.luau | --!strict
local IMFilter = {}
local IMContainer = require(script.Parent.IMContainer)
local IMUserType = require(script.Parent.IMUserType)
export type CustomFilterFunc = (slotIndex: number, item: IMUserType.USER_ITEM_TYPE, containerIndex: number) -> boolean
local function searchFilter(
container: IMContainer._Con... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/getAssetCreationDetailsRCC/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{888EA198-DF80-47AA-A95E-50CB88C04B2F}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/CoreScripts/CoreScripts/VoiceUserAgency/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{C5886C0D-E5C9-4922-9AC3-E44FAD445C55}","DefinesCapabilities":false}} |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/map_test.dart | void main() {
Map<String, dynamic> map = {
"name": "Andre",
"age": 19,
"isStudent": true,
"courses": ["Physics 1", "Data Structures", "Math Discrete"],
};
print(map["name"]);
print(map["age"]);
print(map["isStudent"]);
for (String course in map["courses"]) {
print(course);
}
}
|
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RoduxAliases/RoduxAliases/Actions/ReceivedCanShowUserAlias/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{ABDCE2A5-26EA-4191-8BFC-177F08033145}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UIBlox/UIBlox/App/Style/Validator/validateStyle/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{228254ED-5235-48FD-A415-A371E60C87C0}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/createAccessorySchema/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{312F9D1F-6D6E-4E7D-93A0-6A1DBCE056AC}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RbxDesignFoundations-31ab8d40-1.1.107/RbxDesignFoundations/tokens/Schema/Types/ComponentType/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{D1BD4ACD-1522-4AFD-843E-718BAB0441BE}","DefinesCapabilities":false}} |
Asiandayboy/InventoryMaker | Luau | cloned_repos/Asiandayboy/InventoryMaker/src/client_modules/IMC/IMHotbar.luau | --!strict
local Hotbar = {
DEBUG_PRINT = true
}
local UIS = game:GetService("UserInputService")
local IMContainer = require(script.Parent.IMContainer)
local IMUserType = require(script.Parent.IMUserType)
local IMInput = require(script.Parent.IMInput)
type KeyBinding = {
key: number | string,
fn: () -> (),
}
... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/JestUtil-31ab8d40-2.4.1/JestUtil/setGlobal/init.luau | return {
default = function(v0, v1, v2) --[[ Line: 15 ]]
v0[v1] = v2;
end
}; |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/ReactDevtoolsShared/ReactDevtoolsShared/utils/init.luau | local l_Parent_0 = script.Parent.Parent;
local v1 = require(l_Parent_0.LuauPolyfill);
local l_Array_0 = v1.Array;
local l_WeakMap_0 = v1.WeakMap;
local l_Number_0 = v1.Number;
local l_Object_0 = v1.Object;
local l_HttpService_0 = game:GetService("HttpService");
local v7 = {};
local l_getComponentName_0 = require(l_Pare... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/getAssetCreationDetailsRCC/init.luau | local l_Parent_0 = script.Parent.Parent;
local v1 = require(l_Parent_0.util.APIUtil);
local l_HttpService_0 = game:GetService("HttpService");
local v3 = v1.getBaseDomain();
local v4 = string.format("https://apis.%s", v3) .. "assets/rcc/v1/assets/%s";
return function(v5) --[[ Line: 17 ]] --[[ Name: getAssetCreationDetai... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/LuauPolyfill-31ab8d40-0.3.4/LuauPolyfill/AssertionError/init.luau | return require(script.AssertionError).AssertionError; |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/test2.dart | double div(double a, double b) {
if (b == 0) return 0;
return a / b;
}
void main() {
final double result = div(10, 2);
print(result);
}
|
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UIBlox/UIBlox/App/Style/Validator/validateStyle/init.luau | local l_Parent_0 = script.Parent;
local l_Parent_1 = l_Parent_0.Parent.Parent.Parent.Parent;
local v2 = require(l_Parent_1.t);
local v3 = require(l_Parent_0.validateFont);
local v4 = require(l_Parent_0.validateSettings);
local v5 = require(l_Parent_0.validateTheme);
local v6 = require(l_Parent_0.validateTokens);
return... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RbxDesignFoundations-31ab8d40-1.1.107/RbxDesignFoundations/tokens/Schema/Types/ComponentType/init.luau | return {}; |
Asiandayboy/InventoryMaker | Luau | cloned_repos/Asiandayboy/InventoryMaker/src/client_modules/IMC/init.luau | --!strict
--!nolint LocalShadow
--!nolint SameLineStatement
--[[ InventoryMaker
Created by: robloxdestroyer1035
Version: v1.3.1
Last Updated: 12/21/25
-----------------------------------------------------------------------------
InventoryMakerClient (IMC)
----------------------------------------------------... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/JestBenchmark/init.meta.json | {"ignoreUnknownInstances":true,"className":"Folder","properties":{"DefinesCapabilities":false,"SourceAssetId":-1}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/CoreScripts/CoreScripts/ProximityPrompt/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{1FB79EB7-1FAB-4949-A7AC-900F8045C623}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/JestEach-31ab8d40-3.8.1/JestUtil/init.luau | local l__Index_0 = script.Parent.Parent.Parent._Index;
return (require(l__Index_0["JestUtil-31ab8d40-3.8.1"].JestUtil)); |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/getMeshMinMax/init.luau | local l_UGCValidationService_0 = game:GetService("UGCValidationService");
local l_Parent_0 = script.Parent.Parent;
local _ = require(l_Parent_0.util.Types);
local v3 = require(l_Parent_0.util.pcallDeferred);
local v4 = require(l_Parent_0.flags.getFFlagUGCValidationShouldYield);
local v5 = require(l_Parent_0.flags.getEn... |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/test1.dart | void main() {
int hp = 100;
final int damage = 25;
final int finalHp = hp - damage;
final bool isAlive = finalHp > 0 ? true : false;
print("Player has $finalHp HP");
final String name = "Roblox";
print("$name has $finalHp HP");
if (finalHp > 50 && isAlive) {
print("Left more than 50 HP and ali... |
Asiandayboy/InventoryMaker | Luau | cloned_repos/Asiandayboy/InventoryMaker/src/client_modules/IMC/IMStaticContainer.luau | --!strict
local StaticContainer = {}
local Players = game:GetService("Players")
local player = Players.LocalPlayer::Player
local playerGui = player.PlayerGui
local Constants = require(script.Parent.IMConstants)
export type ActivatedCallbackStatic = (item: any, filledGui: GuiObject, containerIndex: number) -> ()
type... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.