Advertisement
SlyHades66

API Indexer

Mar 21st, 2017
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 283.93 KB | None | 0 0
  1. local lib = {}
  2.  
  3. lib.Classes = {
  4.   ShirtGraphic = {
  5.     Inherits = "CharacterAppearance",
  6.     Events = {
  7.     },
  8.     ClassName = "ShirtGraphic",
  9.     Callbacks = {
  10.     },
  11.     Properties = {
  12.       {
  13.         Name = "Graphic",
  14.         Type = "Content"
  15.       }
  16.     },
  17.     Methods = {
  18.     }
  19.   },
  20.   BevelMesh = {
  21.     Inherits = "DataModelMesh",
  22.     deprecated = true,
  23.     Events = {
  24.     },
  25.     ClassName = "BevelMesh",
  26.     Callbacks = {
  27.     },
  28.     Properties = {
  29.     },
  30.     notbrowsable = true,
  31.     Methods = {
  32.     }
  33.   },
  34.   NetworkSettings = {
  35.     Inherits = "Instance",
  36.     Events = {
  37.     },
  38.     ClassName = "NetworkSettings",
  39.     Callbacks = {
  40.     },
  41.     Properties = {
  42.       {
  43.         Name = "ArePhysicsRejectionsReported",
  44.         Type = "bool"
  45.       },
  46.       {
  47.         Name = "CanSendPacketBufferLimit",
  48.         Type = "int"
  49.       },
  50.       {
  51.         Name = "DataMtuAdjust",
  52.         Type = "int"
  53.       },
  54.       {
  55.         Type = "PacketPriority",
  56.         Name = "DataSendPriority",
  57.         hidden = true
  58.       },
  59.       {
  60.         Name = "DataSendRate",
  61.         Type = "float"
  62.       },
  63.       {
  64.         Name = "ExperimentalPhysicsEnabled",
  65.         Type = "bool"
  66.       },
  67.       {
  68.         Name = "IncommingReplicationLag",
  69.         Type = "double"
  70.       },
  71.       {
  72.         Name = "IsQueueErrorComputed",
  73.         Type = "bool"
  74.       },
  75.       {
  76.         Name = "IsThrottledByCongestionControl",
  77.         Type = "bool"
  78.       },
  79.       {
  80.         Name = "IsThrottledByOutgoingBandwidthLimit",
  81.         Type = "bool"
  82.       },
  83.       {
  84.         deprecated = true,
  85.         Type = "int",
  86.         Name = "MaxDataModelSendBuffer"
  87.       },
  88.       {
  89.         Name = "NetworkOwnerRate",
  90.         Type = "float"
  91.       },
  92.       {
  93.         Name = "PhysicsMtuAdjust",
  94.         Type = "int"
  95.       },
  96.       {
  97.         Name = "PhysicsReceive",
  98.         Type = "PhysicsReceiveMethod"
  99.       },
  100.       {
  101.         Name = "PhysicsSend",
  102.         Type = "PhysicsSendMethod"
  103.       },
  104.       {
  105.         Type = "PacketPriority",
  106.         Name = "PhysicsSendPriority",
  107.         hidden = true
  108.       },
  109.       {
  110.         Name = "PhysicsSendRate",
  111.         Type = "float"
  112.       },
  113.       {
  114.         Name = "PreferredClientPort",
  115.         Type = "int"
  116.       },
  117.       {
  118.         Name = "PrintEvents",
  119.         Type = "bool"
  120.       },
  121.       {
  122.         Name = "PrintInstances",
  123.         Type = "bool"
  124.       },
  125.       {
  126.         Name = "PrintPhysicsErrors",
  127.         Type = "bool"
  128.       },
  129.       {
  130.         Name = "PrintProperties",
  131.         Type = "bool"
  132.       },
  133.       {
  134.         Name = "PrintSplitMessage",
  135.         Type = "bool"
  136.       },
  137.       {
  138.         Name = "PrintTouches",
  139.         Type = "bool"
  140.       },
  141.       {
  142.         Name = "ReceiveRate",
  143.         Type = "double"
  144.       },
  145.       {
  146.         deprecated = true,
  147.         Type = "string",
  148.         Name = "ReportStatURL",
  149.         hidden = true
  150.       },
  151.       {
  152.         Name = "SendPacketBufferLimit",
  153.         Type = "int"
  154.       },
  155.       {
  156.         Name = "TouchSendRate",
  157.         Type = "float"
  158.       },
  159.       {
  160.         Name = "TrackDataTypes",
  161.         Type = "bool"
  162.       },
  163.       {
  164.         Name = "UseInstancePacketCache",
  165.         Type = "bool"
  166.       },
  167.       {
  168.         Name = "UsePhysicsPacketCache",
  169.         Type = "bool"
  170.       },
  171.       {
  172.         deprecated = true,
  173.         Type = "int",
  174.         Name = "WaitingForCharacterLogRate",
  175.         hidden = true
  176.       }
  177.     },
  178.     notbrowsable = true,
  179.     Methods = {
  180.     }
  181.   },
  182.   BrickColorValue = {
  183.     Inherits = "Instance",
  184.     Events = {
  185.       {
  186.         Name = "Changed",
  187.         Arguments = {
  188.           {
  189.             Name = "value",
  190.             Type = "BrickColor"
  191.           }
  192.         }
  193.       },
  194.       {
  195.         deprecated = true,
  196.         Arguments = {
  197.           {
  198.             Name = "value",
  199.             Type = "BrickColor"
  200.           }
  201.         },
  202.         Name = "changed"
  203.       }
  204.     },
  205.     ClassName = "BrickColorValue",
  206.     Callbacks = {
  207.     },
  208.     Properties = {
  209.       {
  210.         Name = "Value",
  211.         Type = "BrickColor"
  212.       }
  213.     },
  214.     Methods = {
  215.     }
  216.   },
  217.   Accoutrement = {
  218.     Inherits = "Instance",
  219.     Events = {
  220.     },
  221.     ClassName = "Accoutrement",
  222.     Callbacks = {
  223.     },
  224.     Properties = {
  225.       {
  226.         Name = "AttachmentForward",
  227.         Type = "Vector3"
  228.       },
  229.       {
  230.         Name = "AttachmentPoint",
  231.         Type = "CoordinateFrame"
  232.       },
  233.       {
  234.         Name = "AttachmentPos",
  235.         Type = "Vector3"
  236.       },
  237.       {
  238.         Name = "AttachmentRight",
  239.         Type = "Vector3"
  240.       },
  241.       {
  242.         Name = "AttachmentUp",
  243.         Type = "Vector3"
  244.       }
  245.     },
  246.     Methods = {
  247.     }
  248.   },
  249.   CharacterAppearance = {
  250.     Inherits = "Instance",
  251.     Events = {
  252.     },
  253.     ClassName = "CharacterAppearance",
  254.     Callbacks = {
  255.     },
  256.     Properties = {
  257.     },
  258.     Methods = {
  259.     }
  260.   },
  261.   GuiMain = {
  262.     Inherits = "ScreenGui",
  263.     Events = {
  264.     },
  265.     ClassName = "GuiMain",
  266.     Callbacks = {
  267.     },
  268.     Properties = {
  269.     },
  270.     deprecated = true,
  271.     Methods = {
  272.     }
  273.   },
  274.   SelectionLasso = {
  275.     Inherits = "GuiBase3d",
  276.     Events = {
  277.     },
  278.     ClassName = "SelectionLasso",
  279.     Callbacks = {
  280.     },
  281.     Properties = {
  282.       {
  283.         Name = "Humanoid",
  284.         Type = "Object"
  285.       }
  286.     },
  287.     Methods = {
  288.     }
  289.   },
  290.   HumanoidController = {
  291.     Inherits = "Controller",
  292.     Events = {
  293.     },
  294.     ClassName = "HumanoidController",
  295.     Callbacks = {
  296.     },
  297.     Properties = {
  298.     },
  299.     Methods = {
  300.     }
  301.   },
  302.   MeshContentProvider = {
  303.     Inherits = "CacheableContentProvider",
  304.     Events = {
  305.     },
  306.     ClassName = "MeshContentProvider",
  307.     Callbacks = {
  308.     },
  309.     Properties = {
  310.     },
  311.     Methods = {
  312.     }
  313.   },
  314.   Handles = {
  315.     Inherits = "HandlesBase",
  316.     Events = {
  317.       {
  318.         Name = "MouseButton1Down",
  319.         Arguments = {
  320.           {
  321.             Name = "face",
  322.             Type = "NormalId"
  323.           }
  324.         }
  325.       },
  326.       {
  327.         Name = "MouseButton1Up",
  328.         Arguments = {
  329.           {
  330.             Name = "face",
  331.             Type = "NormalId"
  332.           }
  333.         }
  334.       },
  335.       {
  336.         Name = "MouseDrag",
  337.         Arguments = {
  338.           {
  339.             Name = "face",
  340.             Type = "NormalId"
  341.           },
  342.           {
  343.             Name = "distance",
  344.             Type = "float"
  345.           }
  346.         }
  347.       },
  348.       {
  349.         Name = "MouseEnter",
  350.         Arguments = {
  351.           {
  352.             Name = "face",
  353.             Type = "NormalId"
  354.           }
  355.         }
  356.       },
  357.       {
  358.         Name = "MouseLeave",
  359.         Arguments = {
  360.           {
  361.             Name = "face",
  362.             Type = "NormalId"
  363.           }
  364.         }
  365.       }
  366.     },
  367.     ClassName = "Handles",
  368.     Callbacks = {
  369.     },
  370.     Properties = {
  371.       {
  372.         Name = "Faces",
  373.         Type = "Faces"
  374.       },
  375.       {
  376.         Name = "Style",
  377.         Type = "HandlesStyle"
  378.       }
  379.     },
  380.     Methods = {
  381.     }
  382.   },
  383.   ReflectionMetadataClasses = {
  384.     Inherits = "Instance",
  385.     Events = {
  386.     },
  387.     ClassName = "ReflectionMetadataClasses",
  388.     Callbacks = {
  389.     },
  390.     Properties = {
  391.     },
  392.     Methods = {
  393.     }
  394.   },
  395.   Stats = {
  396.     Inherits = "Instance",
  397.     Events = {
  398.     },
  399.     ClassName = "Stats",
  400.     Callbacks = {
  401.     },
  402.     Properties = {
  403.       {
  404.         Type = "double",
  405.         Name = "MinReportInterval",
  406.         RobloxScriptSecurity = true
  407.       },
  408.       {
  409.         Type = "string",
  410.         Name = "ReporterType",
  411.         RobloxScriptSecurity = true
  412.       }
  413.     },
  414.     notCreatable = true,
  415.     Methods = {
  416.       {
  417.         ReturnType = "void",
  418.         Arguments = {
  419.           {
  420.             Name = "category",
  421.             Type = "string"
  422.           },
  423.           {
  424.             Name = "data",
  425.             Type = "Dictionary"
  426.           }
  427.         },
  428.         Name = "Report",
  429.         RobloxScriptSecurity = true
  430.       },
  431.       {
  432.         ReturnType = "void",
  433.         Arguments = {
  434.         },
  435.         Name = "ReportJobsStepWindow",
  436.         RobloxScriptSecurity = true
  437.       },
  438.       {
  439.         ReturnType = "void",
  440.         Arguments = {
  441.           {
  442.             Type = "bool",
  443.             Name = "includeJobs",
  444.             DefaultValue = "false"
  445.           }
  446.         },
  447.         Name = "ReportTaskScheduler",
  448.         RobloxScriptSecurity = true
  449.       },
  450.       {
  451.         ReturnType = "void",
  452.         Arguments = {
  453.           {
  454.             Name = "url",
  455.             Type = "string"
  456.           }
  457.         },
  458.         Name = "SetReportUrl",
  459.         RobloxScriptSecurity = true
  460.       }
  461.     }
  462.   },
  463.   Hole = {
  464.     Inherits = "Feature",
  465.     Events = {
  466.     },
  467.     ClassName = "Hole",
  468.     Callbacks = {
  469.     },
  470.     Properties = {
  471.     },
  472.     Methods = {
  473.     }
  474.   },
  475.   Smoke = {
  476.     Inherits = "Instance",
  477.     Events = {
  478.     },
  479.     ClassName = "Smoke",
  480.     Callbacks = {
  481.     },
  482.     Properties = {
  483.       {
  484.         Name = "Color",
  485.         Type = "Color3"
  486.       },
  487.       {
  488.         Name = "Enabled",
  489.         Type = "bool"
  490.       },
  491.       {
  492.         Name = "Opacity",
  493.         Type = "float"
  494.       },
  495.       {
  496.         Name = "RiseVelocity",
  497.         Type = "float"
  498.       },
  499.       {
  500.         Name = "Size",
  501.         Type = "float"
  502.       }
  503.     },
  504.     Methods = {
  505.     }
  506.   },
  507.   LocalWorkspace = {
  508.     Inherits = "Instance",
  509.     Events = {
  510.     },
  511.     ClassName = "LocalWorkspace",
  512.     Callbacks = {
  513.     },
  514.     Properties = {
  515.     },
  516.     notCreatable = true,
  517.     Methods = {
  518.     }
  519.   },
  520.   KeyframeSequenceProvider = {
  521.     Inherits = "Instance",
  522.     Events = {
  523.     },
  524.     ClassName = "KeyframeSequenceProvider",
  525.     Callbacks = {
  526.     },
  527.     Properties = {
  528.     },
  529.     Methods = {
  530.       {
  531.         ReturnType = "Instance",
  532.         Arguments = {
  533.           {
  534.             Name = "assetId",
  535.             Type = "Content"
  536.           }
  537.         },
  538.         Name = "GetKeyframeSequence"
  539.       },
  540.       {
  541.         ReturnType = "Content",
  542.         Arguments = {
  543.           {
  544.             Name = "keyframeSequence",
  545.             Type = "Instance"
  546.           }
  547.         },
  548.         Name = "RegisterActiveKeyframeSequence"
  549.       },
  550.       {
  551.         ReturnType = "Content",
  552.         Arguments = {
  553.           {
  554.             Name = "keyframeSequence",
  555.             Type = "Instance"
  556.           }
  557.         },
  558.         Name = "RegisterKeyframeSequence"
  559.       }
  560.     }
  561.   },
  562.   TimerService = {
  563.     Inherits = "Instance",
  564.     Events = {
  565.     },
  566.     ClassName = "TimerService",
  567.     Callbacks = {
  568.     },
  569.     Properties = {
  570.     },
  571.     notCreatable = true,
  572.     Methods = {
  573.     }
  574.   },
  575.   CFrameValue = {
  576.     Inherits = "Instance",
  577.     Events = {
  578.       {
  579.         Name = "Changed",
  580.         Arguments = {
  581.           {
  582.             Name = "value",
  583.             Type = "CoordinateFrame"
  584.           }
  585.         }
  586.       },
  587.       {
  588.         deprecated = true,
  589.         Arguments = {
  590.           {
  591.             Name = "value",
  592.             Type = "CoordinateFrame"
  593.           }
  594.         },
  595.         Name = "changed"
  596.       }
  597.     },
  598.     ClassName = "CFrameValue",
  599.     Callbacks = {
  600.     },
  601.     Properties = {
  602.       {
  603.         Name = "Value",
  604.         Type = "CoordinateFrame"
  605.       }
  606.     },
  607.     Methods = {
  608.     }
  609.   },
  610.   TextureTrail = {
  611.     Inherits = "GuiBase3d",
  612.     Events = {
  613.     },
  614.     ClassName = "TextureTrail",
  615.     Callbacks = {
  616.     },
  617.     Properties = {
  618.       {
  619.         Type = "float",
  620.         Name = "CycleOffset",
  621.         RobloxPlaceSecurity = true
  622.       },
  623.       {
  624.         Type = "Object",
  625.         Name = "From",
  626.         RobloxPlaceSecurity = true
  627.       },
  628.       {
  629.         Type = "float",
  630.         Name = "StudsBetweenTextures",
  631.         RobloxPlaceSecurity = true
  632.       },
  633.       {
  634.         Type = "Content",
  635.         Name = "Texture",
  636.         RobloxPlaceSecurity = true
  637.       },
  638.       {
  639.         Type = "Vector2",
  640.         Name = "TextureSize",
  641.         RobloxPlaceSecurity = true
  642.       },
  643.       {
  644.         Type = "Object",
  645.         Name = "To",
  646.         RobloxPlaceSecurity = true
  647.       },
  648.       {
  649.         Type = "float",
  650.         Name = "Velocity",
  651.         RobloxPlaceSecurity = true
  652.       }
  653.     },
  654.     Methods = {
  655.     }
  656.   },
  657.   ImageLabel = {
  658.     Inherits = "GuiLabel",
  659.     Events = {
  660.     },
  661.     ClassName = "ImageLabel",
  662.     Callbacks = {
  663.     },
  664.     Properties = {
  665.       {
  666.         Name = "Image",
  667.         Type = "Content"
  668.       }
  669.     },
  670.     Methods = {
  671.     }
  672.   },
  673.   PointLight = {
  674.     Inherits = "Light",
  675.     Events = {
  676.     },
  677.     ClassName = "PointLight",
  678.     Callbacks = {
  679.     },
  680.     Properties = {
  681.       {
  682.         Name = "Range",
  683.         Type = "float"
  684.       }
  685.     },
  686.     Methods = {
  687.     }
  688.   },
  689.   DoubleConstrainedValue = {
  690.     Inherits = "Instance",
  691.     Events = {
  692.       {
  693.         Name = "Changed",
  694.         Arguments = {
  695.           {
  696.             Name = "value",
  697.             Type = "double"
  698.           }
  699.         }
  700.       },
  701.       {
  702.         deprecated = true,
  703.         Arguments = {
  704.           {
  705.             Name = "value",
  706.             Type = "double"
  707.           }
  708.         },
  709.         Name = "changed"
  710.       }
  711.     },
  712.     ClassName = "DoubleConstrainedValue",
  713.     Callbacks = {
  714.     },
  715.     Properties = {
  716.       {
  717.         Type = "double",
  718.         Name = "ConstrainedValue",
  719.         hidden = true
  720.       },
  721.       {
  722.         Name = "MaxValue",
  723.         Type = "double"
  724.       },
  725.       {
  726.         Name = "MinValue",
  727.         Type = "double"
  728.       },
  729.       {
  730.         Name = "Value",
  731.         Type = "double"
  732.       }
  733.     },
  734.     Methods = {
  735.     }
  736.   },
  737.   RocketPropulsion = {
  738.     Inherits = "BodyMover",
  739.     Events = {
  740.       {
  741.         Name = "ReachedTarget",
  742.         Arguments = {
  743.         }
  744.       }
  745.     },
  746.     ClassName = "RocketPropulsion",
  747.     Callbacks = {
  748.     },
  749.     Properties = {
  750.       {
  751.         Name = "CartoonFactor",
  752.         Type = "float"
  753.       },
  754.       {
  755.         Name = "MaxSpeed",
  756.         Type = "float"
  757.       },
  758.       {
  759.         Name = "MaxThrust",
  760.         Type = "float"
  761.       },
  762.       {
  763.         Name = "MaxTorque",
  764.         Type = "Vector3"
  765.       },
  766.       {
  767.         Name = "Target",
  768.         Type = "Object"
  769.       },
  770.       {
  771.         Name = "TargetOffset",
  772.         Type = "Vector3"
  773.       },
  774.       {
  775.         Name = "TargetRadius",
  776.         Type = "float"
  777.       },
  778.       {
  779.         Name = "ThrustD",
  780.         Type = "float"
  781.       },
  782.       {
  783.         Name = "ThrustP",
  784.         Type = "float"
  785.       },
  786.       {
  787.         Name = "TurnD",
  788.         Type = "float"
  789.       },
  790.       {
  791.         Name = "TurnP",
  792.         Type = "float"
  793.       }
  794.     },
  795.     Methods = {
  796.       {
  797.         ReturnType = "void",
  798.         Arguments = {
  799.         },
  800.         Name = "Abort"
  801.       },
  802.       {
  803.         ReturnType = "void",
  804.         Arguments = {
  805.         },
  806.         Name = "Fire"
  807.       },
  808.       {
  809.         ReturnType = "void",
  810.         Arguments = {
  811.         },
  812.         Name = "fire",
  813.         deprecated = true
  814.       }
  815.     }
  816.   },
  817.   ReflectionMetadataClass = {
  818.     Inherits = "ReflectionMetadataItem",
  819.     Events = {
  820.     },
  821.     ClassName = "ReflectionMetadataClass",
  822.     Callbacks = {
  823.     },
  824.     Properties = {
  825.       {
  826.         Name = "ExplorerImageIndex",
  827.         Type = "int"
  828.       },
  829.       {
  830.         Name = "ExplorerOrder",
  831.         Type = "int"
  832.       },
  833.       {
  834.         Name = "PreferredParent",
  835.         Type = "string"
  836.       }
  837.     },
  838.     Methods = {
  839.     }
  840.   },
  841.   ReflectionMetadataEvents = {
  842.     Inherits = "Instance",
  843.     Events = {
  844.     },
  845.     ClassName = "ReflectionMetadataEvents",
  846.     Callbacks = {
  847.     },
  848.     Properties = {
  849.     },
  850.     Methods = {
  851.     }
  852.   },
  853.   SpotLight = {
  854.     Inherits = "Light",
  855.     Events = {
  856.     },
  857.     ClassName = "SpotLight",
  858.     Callbacks = {
  859.     },
  860.     Properties = {
  861.       {
  862.         Name = "Angle",
  863.         Type = "float"
  864.       },
  865.       {
  866.         Name = "Range",
  867.         Type = "float"
  868.       }
  869.     },
  870.     Methods = {
  871.     }
  872.   },
  873.   ButtonBindingWidget = {
  874.     Inherits = "GuiItem",
  875.     Events = {
  876.     },
  877.     ClassName = "ButtonBindingWidget",
  878.     Callbacks = {
  879.     },
  880.     Properties = {
  881.     },
  882.     Methods = {
  883.     }
  884.   },
  885.   DataModel = {
  886.     Inherits = "ServiceProvider",
  887.     Events = {
  888.       {
  889.         Name = "AllowedGearTypeChanged",
  890.         Arguments = {
  891.         }
  892.       },
  893.       {
  894.         Name = "GraphicsQualityChangeRequest",
  895.         Arguments = {
  896.           {
  897.             Name = "betterQuality",
  898.             Type = "bool"
  899.           }
  900.         }
  901.       },
  902.       {
  903.         Name = "ItemChanged",
  904.         Arguments = {
  905.           {
  906.             Name = "object",
  907.             Type = "Instance"
  908.           },
  909.           {
  910.             Name = "descriptor",
  911.             Type = "Property"
  912.           }
  913.         }
  914.       },
  915.       {
  916.         Name = "Loaded",
  917.         Arguments = {
  918.         }
  919.       },
  920.       {
  921.         Arguments = {
  922.           {
  923.             Name = "succeeded",
  924.             Type = "bool"
  925.           },
  926.           {
  927.             Name = "errorString",
  928.             Type = "string"
  929.           }
  930.         },
  931.         Name = "SavePlaceFinished",
  932.         RobloxPlaceSecurity = true
  933.       }
  934.     },
  935.     ClassName = "DataModel",
  936.     Callbacks = {
  937.       {
  938.         ReturnType = "bool",
  939.         Arguments = {
  940.         },
  941.         Name = "RequestShutdown",
  942.         RobloxScriptSecurity = true
  943.       }
  944.     },
  945.     Properties = {
  946.       {
  947.         Type = "int",
  948.         Name = "CreatorId",
  949.         readonly = true
  950.       },
  951.       {
  952.         Type = "CreatorType",
  953.         Name = "CreatorType",
  954.         readonly = true
  955.       },
  956.       {
  957.         Type = "GearGenreSetting",
  958.         Name = "GearGenreSetting",
  959.         readonly = true
  960.       },
  961.       {
  962.         Type = "Genre",
  963.         Name = "Genre",
  964.         readonly = true
  965.       },
  966.       {
  967.         Type = "bool",
  968.         Name = "IsPersonalServer",
  969.         RobloxScriptSecurity = true
  970.       },
  971.       {
  972.         Type = "string",
  973.         Name = "JobId",
  974.         readonly = true
  975.       },
  976.       {
  977.         RobloxScriptSecurity = true,
  978.         Type = "bool",
  979.         Name = "LocalSaveEnabled",
  980.         readonly = true
  981.       },
  982.       {
  983.         Type = "int",
  984.         Name = "PlaceId",
  985.         readonly = true
  986.       },
  987.       {
  988.         Type = "Object",
  989.         Name = "Workspace",
  990.         readonly = true
  991.       },
  992.       {
  993.         deprecated = true,
  994.         Type = "Object",
  995.         Name = "lighting",
  996.         readonly = true
  997.       },
  998.       {
  999.         deprecated = true,
  1000.         Type = "Object",
  1001.         Name = "workspace",
  1002.         readonly = true
  1003.       }
  1004.     },
  1005.     Methods = {
  1006.       {
  1007.         ReturnType = "void",
  1008.         Arguments = {
  1009.           {
  1010.             Name = "displayName",
  1011.             Type = "string"
  1012.           },
  1013.           {
  1014.             Name = "stat",
  1015.             Type = "string"
  1016.           }
  1017.         },
  1018.         Name = "AddStat",
  1019.         LocalUserSecurity = true
  1020.       },
  1021.       {
  1022.         ReturnType = "void",
  1023.         Arguments = {
  1024.           {
  1025.             Name = "resettingSimulation",
  1026.             Type = "bool"
  1027.           }
  1028.         },
  1029.         Name = "ClearContent",
  1030.         LocalUserSecurity = true
  1031.       },
  1032.       {
  1033.         ReturnType = "void",
  1034.         Arguments = {
  1035.         },
  1036.         Name = "ClearMessage",
  1037.         LocalUserSecurity = true
  1038.       },
  1039.       {
  1040.         ReturnType = "void",
  1041.         Arguments = {
  1042.           {
  1043.             Name = "localSave",
  1044.             Type = "bool"
  1045.           }
  1046.         },
  1047.         Name = "FinishShutdown",
  1048.         RobloxScriptSecurity = true
  1049.       },
  1050.       {
  1051.         ReturnType = "double",
  1052.         Arguments = {
  1053.           {
  1054.             Name = "jobname",
  1055.             Type = "string"
  1056.           },
  1057.           {
  1058.             Name = "greaterThan",
  1059.             Type = "double"
  1060.           }
  1061.         },
  1062.         Name = "GetJobIntervalPeakFraction",
  1063.         LocalUserSecurity = true
  1064.       },
  1065.       {
  1066.         ReturnType = "double",
  1067.         Arguments = {
  1068.           {
  1069.             Name = "jobname",
  1070.             Type = "string"
  1071.           },
  1072.           {
  1073.             Name = "greaterThan",
  1074.             Type = "double"
  1075.           }
  1076.         },
  1077.         Name = "GetJobTimePeakFraction",
  1078.         LocalUserSecurity = true
  1079.       },
  1080.       {
  1081.         ReturnType = "Array",
  1082.         Arguments = {
  1083.         },
  1084.         Name = "GetJobsExtendedStats",
  1085.         LocalUserSecurity = true
  1086.       },
  1087.       {
  1088.         ReturnType = "Array",
  1089.         Arguments = {
  1090.         },
  1091.         Name = "GetJobsInfo",
  1092.         LocalUserSecurity = true
  1093.       },
  1094.       {
  1095.         ReturnType = "Objects",
  1096.         Arguments = {
  1097.           {
  1098.             Name = "url",
  1099.             Type = "Content"
  1100.           }
  1101.         },
  1102.         Name = "GetObjects",
  1103.         LocalUserSecurity = true
  1104.       },
  1105.       {
  1106.         ReturnType = "bool",
  1107.         Arguments = {
  1108.         },
  1109.         Name = "GetRemoteBuildMode"
  1110.       },
  1111.       {
  1112.         ReturnType = "string",
  1113.         Arguments = {
  1114.           {
  1115.             Name = "url",
  1116.             Type = "string"
  1117.           },
  1118.           {
  1119.             Type = "bool",
  1120.             Name = "synchronous",
  1121.             DefaultValue = "false"
  1122.           }
  1123.         },
  1124.         Name = "HttpGet",
  1125.         RobloxScriptSecurity = true
  1126.       },
  1127.       {
  1128.         ReturnType = "string",
  1129.         Arguments = {
  1130.           {
  1131.             Name = "url",
  1132.             Type = "string"
  1133.           },
  1134.           {
  1135.             Name = "data",
  1136.             Type = "string"
  1137.           },
  1138.           {
  1139.             Type = "bool",
  1140.             Name = "synchronous",
  1141.             DefaultValue = "false"
  1142.           }
  1143.         },
  1144.         Name = "HttpPost",
  1145.         RobloxScriptSecurity = true
  1146.       },
  1147.       {
  1148.         ReturnType = "bool",
  1149.         Arguments = {
  1150.           {
  1151.             Name = "gearType",
  1152.             Type = "GearType"
  1153.           }
  1154.         },
  1155.         Name = "IsGearTypeAllowed"
  1156.       },
  1157.       {
  1158.         ReturnType = "bool",
  1159.         Arguments = {
  1160.         },
  1161.         Name = "IsLoaded"
  1162.       },
  1163.       {
  1164.         ReturnType = "void",
  1165.         Arguments = {
  1166.           {
  1167.             Name = "url",
  1168.             Type = "Content"
  1169.           }
  1170.         },
  1171.         Name = "Load",
  1172.         LocalUserSecurity = true
  1173.       },
  1174.       {
  1175.         ReturnType = "void",
  1176.         Arguments = {
  1177.         },
  1178.         Name = "LoadPlugins",
  1179.         RobloxSecurity = true
  1180.       },
  1181.       {
  1182.         ReturnType = "void",
  1183.         Arguments = {
  1184.           {
  1185.             Name = "stat",
  1186.             Type = "string"
  1187.           }
  1188.         },
  1189.         Name = "RemoveStat",
  1190.         LocalUserSecurity = true
  1191.       },
  1192.       {
  1193.         ReturnType = "void",
  1194.         Arguments = {
  1195.           {
  1196.             Name = "id",
  1197.             Type = "string"
  1198.           },
  1199.           {
  1200.             Name = "key1",
  1201.             Type = "string"
  1202.           },
  1203.           {
  1204.             Name = "value1",
  1205.             Type = "string"
  1206.           },
  1207.           {
  1208.             Name = "key2",
  1209.             Type = "string"
  1210.           },
  1211.           {
  1212.             Name = "value2",
  1213.             Type = "string"
  1214.           }
  1215.         },
  1216.         Name = "ReportMeasurement",
  1217.         RobloxScriptSecurity = true
  1218.       },
  1219.       {
  1220.         ReturnType = "void",
  1221.         Arguments = {
  1222.           {
  1223.             Name = "url",
  1224.             Type = "Content"
  1225.           }
  1226.         },
  1227.         Name = "Save",
  1228.         RobloxSecurity = true
  1229.       },
  1230.       {
  1231.         ReturnType = "void",
  1232.         Arguments = {
  1233.           {
  1234.             Type = "SaveFilter",
  1235.             Name = "saveFilter",
  1236.             DefaultValue = "SaveAll"
  1237.           }
  1238.         },
  1239.         Name = "SavePlace",
  1240.         RobloxPlaceSecurity = true
  1241.       },
  1242.       {
  1243.         ReturnType = "void",
  1244.         Arguments = {
  1245.         },
  1246.         Name = "SaveStats",
  1247.         LocalUserSecurity = true
  1248.       },
  1249.       {
  1250.         ReturnType = "void",
  1251.         Arguments = {
  1252.         },
  1253.         Name = "ServerSave",
  1254.         LocalUserSecurity = true
  1255.       },
  1256.       {
  1257.         ReturnType = "void",
  1258.         Arguments = {
  1259.           {
  1260.             Name = "creatorID",
  1261.             Type = "int"
  1262.           },
  1263.           {
  1264.             Name = "creatorType",
  1265.             Type = "CreatorType"
  1266.           }
  1267.         },
  1268.         Name = "SetCreatorID",
  1269.         deprecated = true,
  1270.         LocalUserSecurity = true
  1271.       },
  1272.       {
  1273.         ReturnType = "void",
  1274.         Arguments = {
  1275.           {
  1276.             Name = "creatorId",
  1277.             Type = "int"
  1278.           },
  1279.           {
  1280.             Name = "creatorType",
  1281.             Type = "CreatorType"
  1282.           }
  1283.         },
  1284.         Name = "SetCreatorId",
  1285.         LocalUserSecurity = true
  1286.       },
  1287.       {
  1288.         ReturnType = "void",
  1289.         Arguments = {
  1290.           {
  1291.             Name = "genreRestriction",
  1292.             Type = "GearGenreSetting"
  1293.           },
  1294.           {
  1295.             Name = "allowedGenres",
  1296.             Type = "int"
  1297.           }
  1298.         },
  1299.         Name = "SetGearSettings",
  1300.         LocalUserSecurity = true
  1301.       },
  1302.       {
  1303.         ReturnType = "void",
  1304.         Arguments = {
  1305.           {
  1306.             Name = "genre",
  1307.             Type = "Genre"
  1308.           }
  1309.         },
  1310.         Name = "SetGenre",
  1311.         LocalUserSecurity = true
  1312.       },
  1313.       {
  1314.         ReturnType = "void",
  1315.         Arguments = {
  1316.           {
  1317.             Name = "seconds",
  1318.             Type = "double"
  1319.           }
  1320.         },
  1321.         Name = "SetJobsExtendedStatsWindow",
  1322.         LocalUserSecurity = true
  1323.       },
  1324.       {
  1325.         ReturnType = "void",
  1326.         Arguments = {
  1327.           {
  1328.             Name = "message",
  1329.             Type = "string"
  1330.           }
  1331.         },
  1332.         Name = "SetMessage",
  1333.         LocalUserSecurity = true
  1334.       },
  1335.       {
  1336.         ReturnType = "void",
  1337.         Arguments = {
  1338.         },
  1339.         Name = "SetMessageBrickCount",
  1340.         LocalUserSecurity = true
  1341.       },
  1342.       {
  1343.         ReturnType = "void",
  1344.         Arguments = {
  1345.           {
  1346.             Name = "placeID",
  1347.             Type = "int"
  1348.           },
  1349.           {
  1350.             Type = "bool",
  1351.             Name = "robloxPlace",
  1352.             DefaultValue = "false"
  1353.           }
  1354.         },
  1355.         Name = "SetPlaceID",
  1356.         deprecated = true,
  1357.         LocalUserSecurity = true
  1358.       },
  1359.       {
  1360.         ReturnType = "void",
  1361.         Arguments = {
  1362.           {
  1363.             Name = "placeId",
  1364.             Type = "int"
  1365.           },
  1366.           {
  1367.             Type = "bool",
  1368.             Name = "robloxPlace",
  1369.             DefaultValue = "false"
  1370.           }
  1371.         },
  1372.         Name = "SetPlaceId",
  1373.         LocalUserSecurity = true
  1374.       },
  1375.       {
  1376.         ReturnType = "void",
  1377.         Arguments = {
  1378.           {
  1379.             Name = "buildModeEnabled",
  1380.             Type = "bool"
  1381.           }
  1382.         },
  1383.         Name = "SetRemoteBuildMode",
  1384.         LocalUserSecurity = true
  1385.       },
  1386.       {
  1387.         ReturnType = "void",
  1388.         Arguments = {
  1389.           {
  1390.             Name = "info",
  1391.             Type = "string"
  1392.           }
  1393.         },
  1394.         Name = "SetScreenshotInfo",
  1395.         LocalUserSecurity = true
  1396.       },
  1397.       {
  1398.         ReturnType = "void",
  1399.         Arguments = {
  1400.           {
  1401.             Name = "url",
  1402.             Type = "string"
  1403.           }
  1404.         },
  1405.         Name = "SetServerSaveUrl",
  1406.         LocalUserSecurity = true
  1407.       },
  1408.       {
  1409.         ReturnType = "void",
  1410.         Arguments = {
  1411.           {
  1412.             Name = "info",
  1413.             Type = "string"
  1414.           }
  1415.         },
  1416.         Name = "SetVideoInfo",
  1417.         LocalUserSecurity = true
  1418.       },
  1419.       {
  1420.         ReturnType = "void",
  1421.         Arguments = {
  1422.         },
  1423.         Name = "Shutdown",
  1424.         LocalUserSecurity = true
  1425.       },
  1426.       {
  1427.         ReturnType = "void",
  1428.         Arguments = {
  1429.         },
  1430.         Name = "ToggleTools",
  1431.         LocalUserSecurity = true
  1432.       },
  1433.       {
  1434.         ReturnType = "Objects",
  1435.         Arguments = {
  1436.           {
  1437.             Name = "url",
  1438.             Type = "Content"
  1439.           }
  1440.         },
  1441.         Name = "get",
  1442.         deprecated = true,
  1443.         LocalUserSecurity = true
  1444.       },
  1445.       {
  1446.         ReturnType = "string",
  1447.         Arguments = {
  1448.           {
  1449.             Name = "url",
  1450.             Type = "string"
  1451.           }
  1452.         },
  1453.         Name = "HttpGetAsync",
  1454.         RobloxScriptSecurity = true
  1455.       },
  1456.       {
  1457.         ReturnType = "string",
  1458.         Arguments = {
  1459.           {
  1460.             Name = "url",
  1461.             Type = "string"
  1462.           },
  1463.           {
  1464.             Name = "data",
  1465.             Type = "string"
  1466.           }
  1467.         },
  1468.         Name = "HttpPostAsync",
  1469.         RobloxScriptSecurity = true
  1470.       },
  1471.       {
  1472.         ReturnType = "bool",
  1473.         Arguments = {
  1474.         },
  1475.         Name = "SaveToRoblox",
  1476.         RobloxScriptSecurity = true
  1477.       }
  1478.     }
  1479.   },
  1480.   Tool = {
  1481.     Inherits = "BackpackItem",
  1482.     Events = {
  1483.       {
  1484.         Name = "Activated",
  1485.         Arguments = {
  1486.         }
  1487.       },
  1488.       {
  1489.         Name = "Deactivated",
  1490.         Arguments = {
  1491.         }
  1492.       },
  1493.       {
  1494.         Name = "Equipped",
  1495.         Arguments = {
  1496.           {
  1497.             Name = "mouse",
  1498.             Type = "Instance"
  1499.           }
  1500.         }
  1501.       },
  1502.       {
  1503.         Name = "Unequipped",
  1504.         Arguments = {
  1505.         }
  1506.       }
  1507.     },
  1508.     ClassName = "Tool",
  1509.     Callbacks = {
  1510.     },
  1511.     Properties = {
  1512.       {
  1513.         Name = "CanBeDropped",
  1514.         Type = "bool"
  1515.       },
  1516.       {
  1517.         Name = "Enabled",
  1518.         Type = "bool"
  1519.       },
  1520.       {
  1521.         Name = "Grip",
  1522.         Type = "CoordinateFrame"
  1523.       },
  1524.       {
  1525.         Name = "GripForward",
  1526.         Type = "Vector3"
  1527.       },
  1528.       {
  1529.         Name = "GripPos",
  1530.         Type = "Vector3"
  1531.       },
  1532.       {
  1533.         Name = "GripRight",
  1534.         Type = "Vector3"
  1535.       },
  1536.       {
  1537.         Name = "GripUp",
  1538.         Type = "Vector3"
  1539.       },
  1540.       {
  1541.         Name = "ToolTip",
  1542.         Type = "string"
  1543.       }
  1544.     },
  1545.     Methods = {
  1546.     }
  1547.   },
  1548.   Texture = {
  1549.     Inherits = "Decal",
  1550.     Events = {
  1551.     },
  1552.     ClassName = "Texture",
  1553.     Callbacks = {
  1554.     },
  1555.     Properties = {
  1556.       {
  1557.         Name = "StudsPerTileU",
  1558.         Type = "float"
  1559.       },
  1560.       {
  1561.         Name = "StudsPerTileV",
  1562.         Type = "float"
  1563.       }
  1564.     },
  1565.     Methods = {
  1566.     }
  1567.   },
  1568.   PhysicsSettings = {
  1569.     Inherits = "Instance",
  1570.     Events = {
  1571.     },
  1572.     ClassName = "PhysicsSettings",
  1573.     Callbacks = {
  1574.     },
  1575.     Properties = {
  1576.       {
  1577.         Name = "AllowSleep",
  1578.         Type = "bool"
  1579.       },
  1580.       {
  1581.         Name = "AreAnchorsShown",
  1582.         Type = "bool"
  1583.       },
  1584.       {
  1585.         Name = "AreAwakePartsHighlighted",
  1586.         Type = "bool"
  1587.       },
  1588.       {
  1589.         Name = "AreBodyTypesShown",
  1590.         Type = "bool"
  1591.       },
  1592.       {
  1593.         Name = "AreContactPointsShown",
  1594.         Type = "bool"
  1595.       },
  1596.       {
  1597.         Name = "AreModelCoordsShown",
  1598.         Type = "bool"
  1599.       },
  1600.       {
  1601.         Name = "AreOwnersShown",
  1602.         Type = "bool"
  1603.       },
  1604.       {
  1605.         Name = "ArePartCoordsShown",
  1606.         Type = "bool"
  1607.       },
  1608.       {
  1609.         Name = "AreRegionsShown",
  1610.         Type = "bool"
  1611.       },
  1612.       {
  1613.         Name = "AreUnalignedPartsShown",
  1614.         Type = "bool"
  1615.       },
  1616.       {
  1617.         Name = "AreWorldCoordsShown",
  1618.         Type = "bool"
  1619.       },
  1620.       {
  1621.         Name = "IsReceiveAgeShown",
  1622.         Type = "bool"
  1623.       },
  1624.       {
  1625.         Name = "ParallelPhysics",
  1626.         Type = "bool"
  1627.       },
  1628.       {
  1629.         Name = "PhysicsEnvironmentalThrottle",
  1630.         Type = "EnviromentalPhysicsThrottle"
  1631.       },
  1632.       {
  1633.         Name = "ThrottleAdjustTime",
  1634.         Type = "double"
  1635.       }
  1636.     },
  1637.     Methods = {
  1638.     }
  1639.   },
  1640.   Script = {
  1641.     Inherits = "BaseScript",
  1642.     Events = {
  1643.     },
  1644.     ClassName = "Script",
  1645.     Callbacks = {
  1646.     },
  1647.     Properties = {
  1648.       {
  1649.         Type = "ProtectedString",
  1650.         Name = "Source",
  1651.         LocalUserSecurity = true
  1652.       }
  1653.     },
  1654.     Methods = {
  1655.       {
  1656.         ReturnType = "string",
  1657.         Arguments = {
  1658.         },
  1659.         Name = "GetHash",
  1660.         RobloxPlaceSecurity = true
  1661.       }
  1662.     }
  1663.   },
  1664.   Terrain = {
  1665.     Inherits = "BasePart",
  1666.     Events = {
  1667.     },
  1668.     ClassName = "Terrain",
  1669.     Callbacks = {
  1670.     },
  1671.     Properties = {
  1672.       {
  1673.         Type = "Region3int16",
  1674.         Name = "MaxExtents",
  1675.         readonly = true
  1676.       }
  1677.     },
  1678.     notCreatable = true,
  1679.     Methods = {
  1680.       {
  1681.         ReturnType = "bool",
  1682.         Arguments = {
  1683.           {
  1684.             Name = "x",
  1685.             Type = "int"
  1686.           },
  1687.           {
  1688.             Name = "y",
  1689.             Type = "int"
  1690.           },
  1691.           {
  1692.             Name = "z",
  1693.             Type = "int"
  1694.           }
  1695.         },
  1696.         Name = "AutowedgeCell"
  1697.       },
  1698.       {
  1699.         ReturnType = "void",
  1700.         Arguments = {
  1701.           {
  1702.             Name = "region",
  1703.             Type = "Region3int16"
  1704.           }
  1705.         },
  1706.         Name = "AutowedgeCells"
  1707.       },
  1708.       {
  1709.         ReturnType = "Vector3",
  1710.         Arguments = {
  1711.           {
  1712.             Name = "x",
  1713.             Type = "int"
  1714.           },
  1715.           {
  1716.             Name = "y",
  1717.             Type = "int"
  1718.           },
  1719.           {
  1720.             Name = "z",
  1721.             Type = "int"
  1722.           }
  1723.         },
  1724.         Name = "CellCenterToWorld"
  1725.       },
  1726.       {
  1727.         ReturnType = "Vector3",
  1728.         Arguments = {
  1729.           {
  1730.             Name = "x",
  1731.             Type = "int"
  1732.           },
  1733.           {
  1734.             Name = "y",
  1735.             Type = "int"
  1736.           },
  1737.           {
  1738.             Name = "z",
  1739.             Type = "int"
  1740.           }
  1741.         },
  1742.         Name = "CellCornerToWorld"
  1743.       },
  1744.       {
  1745.         ReturnType = "void",
  1746.         Arguments = {
  1747.         },
  1748.         Name = "Clear"
  1749.       },
  1750.       {
  1751.         ReturnType = "int",
  1752.         Arguments = {
  1753.         },
  1754.         Name = "CountCells"
  1755.       },
  1756.       {
  1757.         ReturnType = "Tuple",
  1758.         Arguments = {
  1759.           {
  1760.             Name = "x",
  1761.             Type = "int"
  1762.           },
  1763.           {
  1764.             Name = "y",
  1765.             Type = "int"
  1766.           },
  1767.           {
  1768.             Name = "z",
  1769.             Type = "int"
  1770.           }
  1771.         },
  1772.         Name = "GetCell"
  1773.       },
  1774.       {
  1775.         ReturnType = "Tuple",
  1776.         Arguments = {
  1777.           {
  1778.             Name = "x",
  1779.             Type = "int"
  1780.           },
  1781.           {
  1782.             Name = "y",
  1783.             Type = "int"
  1784.           },
  1785.           {
  1786.             Name = "z",
  1787.             Type = "int"
  1788.           }
  1789.         },
  1790.         Name = "GetWaterCell"
  1791.       },
  1792.       {
  1793.         ReturnType = "void",
  1794.         Arguments = {
  1795.           {
  1796.             Name = "x",
  1797.             Type = "int"
  1798.           },
  1799.           {
  1800.             Name = "y",
  1801.             Type = "int"
  1802.           },
  1803.           {
  1804.             Name = "z",
  1805.             Type = "int"
  1806.           },
  1807.           {
  1808.             Name = "material",
  1809.             Type = "CellMaterial"
  1810.           },
  1811.           {
  1812.             Name = "block",
  1813.             Type = "CellBlock"
  1814.           },
  1815.           {
  1816.             Name = "orientation",
  1817.             Type = "CellOrientation"
  1818.           }
  1819.         },
  1820.         Name = "SetCell"
  1821.       },
  1822.       {
  1823.         ReturnType = "void",
  1824.         Arguments = {
  1825.           {
  1826.             Name = "region",
  1827.             Type = "Region3int16"
  1828.           },
  1829.           {
  1830.             Name = "material",
  1831.             Type = "CellMaterial"
  1832.           },
  1833.           {
  1834.             Name = "block",
  1835.             Type = "CellBlock"
  1836.           },
  1837.           {
  1838.             Name = "orientation",
  1839.             Type = "CellOrientation"
  1840.           }
  1841.         },
  1842.         Name = "SetCells"
  1843.       },
  1844.       {
  1845.         ReturnType = "void",
  1846.         Arguments = {
  1847.           {
  1848.             Name = "x",
  1849.             Type = "int"
  1850.           },
  1851.           {
  1852.             Name = "y",
  1853.             Type = "int"
  1854.           },
  1855.           {
  1856.             Name = "z",
  1857.             Type = "int"
  1858.           },
  1859.           {
  1860.             Name = "force",
  1861.             Type = "WaterForce"
  1862.           },
  1863.           {
  1864.             Name = "direction",
  1865.             Type = "WaterDirection"
  1866.           }
  1867.         },
  1868.         Name = "SetWaterCell"
  1869.       },
  1870.       {
  1871.         ReturnType = "Vector3",
  1872.         Arguments = {
  1873.           {
  1874.             Name = "position",
  1875.             Type = "Vector3"
  1876.           }
  1877.         },
  1878.         Name = "WorldToCell"
  1879.       },
  1880.       {
  1881.         ReturnType = "Vector3",
  1882.         Arguments = {
  1883.           {
  1884.             Name = "position",
  1885.             Type = "Vector3"
  1886.           }
  1887.         },
  1888.         Name = "WorldToCellPreferEmpty"
  1889.       },
  1890.       {
  1891.         ReturnType = "Vector3",
  1892.         Arguments = {
  1893.           {
  1894.             Name = "position",
  1895.             Type = "Vector3"
  1896.           }
  1897.         },
  1898.         Name = "WorldToCellPreferSolid"
  1899.       }
  1900.     }
  1901.   },
  1902.   SocialService = {
  1903.     Inherits = "Instance",
  1904.     Events = {
  1905.     },
  1906.     ClassName = "SocialService",
  1907.     Callbacks = {
  1908.     },
  1909.     Properties = {
  1910.     },
  1911.     Methods = {
  1912.       {
  1913.         ReturnType = "void",
  1914.         Arguments = {
  1915.           {
  1916.             Name = "bestFriendUrl",
  1917.             Type = "string"
  1918.           }
  1919.         },
  1920.         Name = "SetBestFriendUrl",
  1921.         LocalUserSecurity = true
  1922.       },
  1923.       {
  1924.         ReturnType = "void",
  1925.         Arguments = {
  1926.           {
  1927.             Name = "friendUrl",
  1928.             Type = "string"
  1929.           }
  1930.         },
  1931.         Name = "SetFriendUrl",
  1932.         LocalUserSecurity = true
  1933.       },
  1934.       {
  1935.         ReturnType = "void",
  1936.         Arguments = {
  1937.           {
  1938.             Name = "groupRankUrl",
  1939.             Type = "string"
  1940.           }
  1941.         },
  1942.         Name = "SetGroupRankUrl",
  1943.         LocalUserSecurity = true
  1944.       },
  1945.       {
  1946.         ReturnType = "void",
  1947.         Arguments = {
  1948.           {
  1949.             Name = "groupRoleUrl",
  1950.             Type = "string"
  1951.           }
  1952.         },
  1953.         Name = "SetGroupRoleUrl",
  1954.         LocalUserSecurity = true
  1955.       },
  1956.       {
  1957.         ReturnType = "void",
  1958.         Arguments = {
  1959.           {
  1960.             Name = "groupUrl",
  1961.             Type = "string"
  1962.           }
  1963.         },
  1964.         Name = "SetGroupUrl",
  1965.         LocalUserSecurity = true
  1966.       },
  1967.       {
  1968.         ReturnType = "void",
  1969.         Arguments = {
  1970.           {
  1971.             Name = "stuffUrl",
  1972.             Type = "string"
  1973.           }
  1974.         },
  1975.         Name = "SetPackageContentsUrl",
  1976.         LocalUserSecurity = true
  1977.       },
  1978.       {
  1979.         ReturnType = "void",
  1980.         Arguments = {
  1981.           {
  1982.             Name = "stuffUrl",
  1983.             Type = "string"
  1984.           }
  1985.         },
  1986.         Name = "SetStuffUrl",
  1987.         LocalUserSecurity = true
  1988.       }
  1989.     }
  1990.   },
  1991.   ReflectionMetadataProperties = {
  1992.     Inherits = "Instance",
  1993.     Events = {
  1994.     },
  1995.     ClassName = "ReflectionMetadataProperties",
  1996.     Callbacks = {
  1997.     },
  1998.     Properties = {
  1999.     },
  2000.     Methods = {
  2001.     }
  2002.   },
  2003.   PrismPart = {
  2004.     Inherits = "BasePart",
  2005.     Events = {
  2006.     },
  2007.     ClassName = "PrismPart",
  2008.     Callbacks = {
  2009.     },
  2010.     Properties = {
  2011.       {
  2012.         Name = "Sides",
  2013.         Type = "PrismSides"
  2014.       }
  2015.     },
  2016.     notbrowsable = true,
  2017.     Methods = {
  2018.     }
  2019.   },
  2020.   PVAdornment = {
  2021.     Inherits = "GuiBase3d",
  2022.     Events = {
  2023.     },
  2024.     ClassName = "PVAdornment",
  2025.     Callbacks = {
  2026.     },
  2027.     Properties = {
  2028.       {
  2029.         Name = "Adornee",
  2030.         Type = "Object"
  2031.       }
  2032.     },
  2033.     Methods = {
  2034.     }
  2035.   },
  2036.   TextBox = {
  2037.     Inherits = "GuiObject",
  2038.     Events = {
  2039.       {
  2040.         Name = "FocusLost",
  2041.         Arguments = {
  2042.           {
  2043.             Name = "enterPressed",
  2044.             Type = "bool"
  2045.           }
  2046.         }
  2047.       }
  2048.     },
  2049.     ClassName = "TextBox",
  2050.     Callbacks = {
  2051.     },
  2052.     Properties = {
  2053.       {
  2054.         Name = "ClearTextOnFocus",
  2055.         Type = "bool"
  2056.       },
  2057.       {
  2058.         Name = "Font",
  2059.         Type = "Font"
  2060.       },
  2061.       {
  2062.         Name = "FontSize",
  2063.         Type = "FontSize"
  2064.       },
  2065.       {
  2066.         Name = "MultiLine",
  2067.         Type = "bool"
  2068.       },
  2069.       {
  2070.         Name = "Text",
  2071.         Type = "string"
  2072.       },
  2073.       {
  2074.         Type = "Vector2",
  2075.         Name = "TextBounds",
  2076.         readonly = true
  2077.       },
  2078.       {
  2079.         deprecated = true,
  2080.         Type = "BrickColor",
  2081.         Name = "TextColor",
  2082.         hidden = true
  2083.       },
  2084.       {
  2085.         Name = "TextColor3",
  2086.         Type = "Color3"
  2087.       },
  2088.       {
  2089.         Type = "bool",
  2090.         Name = "TextFits",
  2091.         readonly = true
  2092.       },
  2093.       {
  2094.         Name = "TextScaled",
  2095.         Type = "bool"
  2096.       },
  2097.       {
  2098.         Name = "TextStrokeColor3",
  2099.         Type = "Color3"
  2100.       },
  2101.       {
  2102.         Name = "TextStrokeTransparency",
  2103.         Type = "float"
  2104.       },
  2105.       {
  2106.         Name = "TextTransparency",
  2107.         Type = "float"
  2108.       },
  2109.       {
  2110.         deprecated = true,
  2111.         Type = "bool",
  2112.         Name = "TextWrap"
  2113.       },
  2114.       {
  2115.         Name = "TextWrapped",
  2116.         Type = "bool"
  2117.       },
  2118.       {
  2119.         Name = "TextXAlignment",
  2120.         Type = "TextXAlignment"
  2121.       },
  2122.       {
  2123.         Name = "TextYAlignment",
  2124.         Type = "TextYAlignment"
  2125.       }
  2126.     },
  2127.     Methods = {
  2128.       {
  2129.         ReturnType = "void",
  2130.         Arguments = {
  2131.         },
  2132.         Name = "CaptureFocus",
  2133.         RobloxScriptSecurity = true
  2134.       }
  2135.     }
  2136.   },
  2137.   LocalBackpack = {
  2138.     Inherits = "GuiItem",
  2139.     Events = {
  2140.     },
  2141.     ClassName = "LocalBackpack",
  2142.     Callbacks = {
  2143.     },
  2144.     Properties = {
  2145.     },
  2146.     notCreatable = true,
  2147.     Methods = {
  2148.       {
  2149.         ReturnType = "bool",
  2150.         Arguments = {
  2151.         },
  2152.         Name = "GetOldSchoolBackpack",
  2153.         RobloxScriptSecurity = true
  2154.       },
  2155.       {
  2156.         ReturnType = "void",
  2157.         Arguments = {
  2158.           {
  2159.             Name = "show",
  2160.             Type = "bool"
  2161.           }
  2162.         },
  2163.         Name = "SetOldSchoolBackpack",
  2164.         RobloxScriptSecurity = true
  2165.       }
  2166.     }
  2167.   },
  2168.   KeyframeSequence = {
  2169.     Inherits = "Instance",
  2170.     Events = {
  2171.     },
  2172.     ClassName = "KeyframeSequence",
  2173.     Callbacks = {
  2174.     },
  2175.     Properties = {
  2176.       {
  2177.         Name = "Loop",
  2178.         Type = "bool"
  2179.       },
  2180.       {
  2181.         Name = "Priority",
  2182.         Type = "AnimationPriority"
  2183.       }
  2184.     },
  2185.     Methods = {
  2186.       {
  2187.         ReturnType = "void",
  2188.         Arguments = {
  2189.           {
  2190.             Name = "keyframe",
  2191.             Type = "Instance"
  2192.           }
  2193.         },
  2194.         Name = "AddKeyframe"
  2195.       },
  2196.       {
  2197.         ReturnType = "Objects",
  2198.         Arguments = {
  2199.         },
  2200.         Name = "GetKeyframes"
  2201.       },
  2202.       {
  2203.         ReturnType = "void",
  2204.         Arguments = {
  2205.           {
  2206.             Name = "keyframe",
  2207.             Type = "Instance"
  2208.           }
  2209.         },
  2210.         Name = "RemoveKeyframe"
  2211.       }
  2212.     }
  2213.   },
  2214.   FunctionalTest = {
  2215.     Inherits = "Instance",
  2216.     Events = {
  2217.     },
  2218.     ClassName = "FunctionalTest",
  2219.     Callbacks = {
  2220.     },
  2221.     Properties = {
  2222.       {
  2223.         Name = "Description",
  2224.         Type = "string"
  2225.       }
  2226.     },
  2227.     deprecated = true,
  2228.     Methods = {
  2229.       {
  2230.         ReturnType = "void",
  2231.         Arguments = {
  2232.         },
  2233.         Name = "Error"
  2234.       },
  2235.       {
  2236.         ReturnType = "void",
  2237.         Arguments = {
  2238.         },
  2239.         Name = "Failed"
  2240.       },
  2241.       {
  2242.         ReturnType = "void",
  2243.         Arguments = {
  2244.         },
  2245.         Name = "Pass"
  2246.       },
  2247.       {
  2248.         ReturnType = "void",
  2249.         Arguments = {
  2250.         },
  2251.         Name = "Passed"
  2252.       },
  2253.       {
  2254.         ReturnType = "void",
  2255.         Arguments = {
  2256.         },
  2257.         Name = "Warn"
  2258.       }
  2259.     }
  2260.   },
  2261.   StockSound = {
  2262.     Inherits = "Sound",
  2263.     Events = {
  2264.     },
  2265.     ClassName = "StockSound",
  2266.     Callbacks = {
  2267.     },
  2268.     Properties = {
  2269.     },
  2270.     notbrowsable = true,
  2271.     Methods = {
  2272.     }
  2273.   },
  2274.   BillboardGui = {
  2275.     Inherits = "LayerCollector",
  2276.     Events = {
  2277.     },
  2278.     ClassName = "BillboardGui",
  2279.     Callbacks = {
  2280.     },
  2281.     Properties = {
  2282.       {
  2283.         Name = "Active",
  2284.         Type = "bool"
  2285.       },
  2286.       {
  2287.         Name = "Adornee",
  2288.         Type = "Object"
  2289.       },
  2290.       {
  2291.         Name = "AlwaysOnTop",
  2292.         Type = "bool"
  2293.       },
  2294.       {
  2295.         Name = "Enabled",
  2296.         Type = "bool"
  2297.       },
  2298.       {
  2299.         Name = "ExtentsOffset",
  2300.         Type = "Vector3"
  2301.       },
  2302.       {
  2303.         Name = "PlayerToHideFrom",
  2304.         Type = "Object"
  2305.       },
  2306.       {
  2307.         Name = "Size",
  2308.         Type = "UDim2"
  2309.       },
  2310.       {
  2311.         Name = "SizeOffset",
  2312.         Type = "Vector2"
  2313.       },
  2314.       {
  2315.         Name = "StudsOffset",
  2316.         Type = "Vector3"
  2317.       }
  2318.     },
  2319.     Methods = {
  2320.     }
  2321.   },
  2322.   Feature = {
  2323.     Inherits = "Instance",
  2324.     Events = {
  2325.     },
  2326.     ClassName = "Feature",
  2327.     Callbacks = {
  2328.     },
  2329.     Properties = {
  2330.       {
  2331.         Name = "FaceId",
  2332.         Type = "NormalId"
  2333.       },
  2334.       {
  2335.         Name = "InOut",
  2336.         Type = "InOut"
  2337.       },
  2338.       {
  2339.         Name = "LeftRight",
  2340.         Type = "LeftRight"
  2341.       },
  2342.       {
  2343.         Name = "TopBottom",
  2344.         Type = "TopBottom"
  2345.       }
  2346.     },
  2347.     Methods = {
  2348.     }
  2349.   },
  2350.   MarketplaceService = {
  2351.     Inherits = "Instance",
  2352.     Events = {
  2353.       {
  2354.         Name = "PromptPurchaseFinished",
  2355.         Arguments = {
  2356.           {
  2357.             Name = "player",
  2358.             Type = "Instance"
  2359.           },
  2360.           {
  2361.             Name = "assetId",
  2362.             Type = "int"
  2363.           },
  2364.           {
  2365.             Name = "isPurchased",
  2366.             Type = "bool"
  2367.           }
  2368.         }
  2369.       },
  2370.       {
  2371.         Arguments = {
  2372.           {
  2373.             Name = "player",
  2374.             Type = "Instance"
  2375.           },
  2376.           {
  2377.             Name = "assetId",
  2378.             Type = "int"
  2379.           },
  2380.           {
  2381.             Name = "equipIfPurchased",
  2382.             Type = "bool"
  2383.           },
  2384.           {
  2385.             Name = "currencyType",
  2386.             Type = "CurrencyType"
  2387.           }
  2388.         },
  2389.         Name = "PromptPurchaseRequested",
  2390.         RobloxScriptSecurity = true
  2391.       }
  2392.     },
  2393.     ClassName = "MarketplaceService",
  2394.     Callbacks = {
  2395.     },
  2396.     Properties = {
  2397.     },
  2398.     Methods = {
  2399.       {
  2400.         ReturnType = "void",
  2401.         Arguments = {
  2402.           {
  2403.             Name = "player",
  2404.             Type = "Instance"
  2405.           },
  2406.           {
  2407.             Name = "assetId",
  2408.             Type = "int"
  2409.           },
  2410.           {
  2411.             Type = "bool",
  2412.             Name = "equipIfPurchased",
  2413.             DefaultValue = "true"
  2414.           },
  2415.           {
  2416.             Type = "CurrencyType",
  2417.             Name = "currencyType",
  2418.             DefaultValue = "Default"
  2419.           }
  2420.         },
  2421.         Name = "PromptPurchase"
  2422.       },
  2423.       {
  2424.         ReturnType = "void",
  2425.         Arguments = {
  2426.           {
  2427.             Name = "url",
  2428.             Type = "string"
  2429.           }
  2430.         },
  2431.         Name = "SetPlayerOwnsAssetUrl",
  2432.         LocalUserSecurity = true
  2433.       },
  2434.       {
  2435.         ReturnType = "void",
  2436.         Arguments = {
  2437.           {
  2438.             Name = "url",
  2439.             Type = "string"
  2440.           }
  2441.         },
  2442.         Name = "SetProductInfoUrl",
  2443.         LocalUserSecurity = true
  2444.       },
  2445.       {
  2446.         ReturnType = "void",
  2447.         Arguments = {
  2448.           {
  2449.             Name = "player",
  2450.             Type = "Instance"
  2451.           },
  2452.           {
  2453.             Name = "assetId",
  2454.             Type = "int"
  2455.           },
  2456.           {
  2457.             Name = "success",
  2458.             Type = "bool"
  2459.           }
  2460.         },
  2461.         Name = "SignalPromptPurchaseFinished",
  2462.         RobloxScriptSecurity = true
  2463.       },
  2464.       {
  2465.         ReturnType = "Dictionary",
  2466.         Arguments = {
  2467.           {
  2468.             Name = "assetId",
  2469.             Type = "int"
  2470.           }
  2471.         },
  2472.         Name = "GetProductInfo"
  2473.       },
  2474.       {
  2475.         ReturnType = "bool",
  2476.         Arguments = {
  2477.           {
  2478.             Name = "player",
  2479.             Type = "Instance"
  2480.           },
  2481.           {
  2482.             Name = "assetId",
  2483.             Type = "int"
  2484.           }
  2485.         },
  2486.         Name = "PlayerOwnsAsset"
  2487.       }
  2488.     }
  2489.   },
  2490.   ScriptInformationProvider = {
  2491.     Inherits = "Instance",
  2492.     Events = {
  2493.     },
  2494.     ClassName = "ScriptInformationProvider",
  2495.     Callbacks = {
  2496.     },
  2497.     Properties = {
  2498.     },
  2499.     Methods = {
  2500.       {
  2501.         ReturnType = "void",
  2502.         Arguments = {
  2503.           {
  2504.             Name = "access",
  2505.             Type = "string"
  2506.           }
  2507.         },
  2508.         Name = "SetAccessKey",
  2509.         RobloxSecurity = true
  2510.       },
  2511.       {
  2512.         ReturnType = "void",
  2513.         Arguments = {
  2514.           {
  2515.             Name = "url",
  2516.             Type = "string"
  2517.           }
  2518.         },
  2519.         Name = "SetAssetUrl",
  2520.         LocalUserSecurity = true
  2521.       }
  2522.     }
  2523.   },
  2524.   Team = {
  2525.     Inherits = "Instance",
  2526.     Events = {
  2527.     },
  2528.     ClassName = "Team",
  2529.     Callbacks = {
  2530.     },
  2531.     Properties = {
  2532.       {
  2533.         Name = "AutoAssignable",
  2534.         Type = "bool"
  2535.       },
  2536.       {
  2537.         Name = "AutoColorCharacters",
  2538.         Type = "bool"
  2539.       },
  2540.       {
  2541.         Name = "Score",
  2542.         Type = "int"
  2543.       },
  2544.       {
  2545.         Name = "TeamColor",
  2546.         Type = "BrickColor"
  2547.       }
  2548.     },
  2549.     Methods = {
  2550.     }
  2551.   },
  2552.   GuiButton = {
  2553.     Inherits = "GuiObject",
  2554.     Events = {
  2555.       {
  2556.         Name = "MouseButton1Click",
  2557.         Arguments = {
  2558.         }
  2559.       },
  2560.       {
  2561.         Name = "MouseButton1Down",
  2562.         Arguments = {
  2563.           {
  2564.             Name = "x",
  2565.             Type = "int"
  2566.           },
  2567.           {
  2568.             Name = "y",
  2569.             Type = "int"
  2570.           }
  2571.         }
  2572.       },
  2573.       {
  2574.         Name = "MouseButton1Up",
  2575.         Arguments = {
  2576.           {
  2577.             Name = "x",
  2578.             Type = "int"
  2579.           },
  2580.           {
  2581.             Name = "y",
  2582.             Type = "int"
  2583.           }
  2584.         }
  2585.       },
  2586.       {
  2587.         Name = "MouseButton2Click",
  2588.         Arguments = {
  2589.         }
  2590.       },
  2591.       {
  2592.         Name = "MouseButton2Down",
  2593.         Arguments = {
  2594.           {
  2595.             Name = "x",
  2596.             Type = "int"
  2597.           },
  2598.           {
  2599.             Name = "y",
  2600.             Type = "int"
  2601.           }
  2602.         }
  2603.       },
  2604.       {
  2605.         Name = "MouseButton2Up",
  2606.         Arguments = {
  2607.           {
  2608.             Name = "x",
  2609.             Type = "int"
  2610.           },
  2611.           {
  2612.             Name = "y",
  2613.             Type = "int"
  2614.           }
  2615.         }
  2616.       }
  2617.     },
  2618.     ClassName = "GuiButton",
  2619.     Callbacks = {
  2620.     },
  2621.     Properties = {
  2622.       {
  2623.         Name = "AutoButtonColor",
  2624.         Type = "bool"
  2625.       },
  2626.       {
  2627.         Name = "Modal",
  2628.         Type = "bool"
  2629.       },
  2630.       {
  2631.         Name = "Selected",
  2632.         Type = "bool"
  2633.       },
  2634.       {
  2635.         Name = "Style",
  2636.         Type = "ButtonStyle"
  2637.       }
  2638.     },
  2639.     notbrowsable = true,
  2640.     Methods = {
  2641.       {
  2642.         ReturnType = "void",
  2643.         Arguments = {
  2644.           {
  2645.             Name = "verb",
  2646.             Type = "string"
  2647.           }
  2648.         },
  2649.         Name = "SetVerb",
  2650.         RobloxScriptSecurity = true
  2651.       }
  2652.     }
  2653.   },
  2654.   JointsService = {
  2655.     Inherits = "Instance",
  2656.     Events = {
  2657.     },
  2658.     ClassName = "JointsService",
  2659.     Callbacks = {
  2660.     },
  2661.     Properties = {
  2662.     },
  2663.     notCreatable = true,
  2664.     Methods = {
  2665.       {
  2666.         ReturnType = "void",
  2667.         Arguments = {
  2668.         },
  2669.         Name = "ClearJoinAfterMoveJoints"
  2670.       },
  2671.       {
  2672.         ReturnType = "void",
  2673.         Arguments = {
  2674.         },
  2675.         Name = "CreateJoinAfterMoveJoints"
  2676.       },
  2677.       {
  2678.         ReturnType = "void",
  2679.         Arguments = {
  2680.           {
  2681.             Name = "joinInstance",
  2682.             Type = "Instance"
  2683.           }
  2684.         },
  2685.         Name = "SetJoinAfterMoveInstance"
  2686.       },
  2687.       {
  2688.         ReturnType = "void",
  2689.         Arguments = {
  2690.           {
  2691.             Name = "joinTarget",
  2692.             Type = "Instance"
  2693.           }
  2694.         },
  2695.         Name = "SetJoinAfterMoveTarget"
  2696.       },
  2697.       {
  2698.         ReturnType = "void",
  2699.         Arguments = {
  2700.         },
  2701.         Name = "ShowPermissibleJoints"
  2702.       }
  2703.     }
  2704.   },
  2705.   NetworkPeer = {
  2706.     Inherits = "Instance",
  2707.     Events = {
  2708.     },
  2709.     ClassName = "NetworkPeer",
  2710.     Callbacks = {
  2711.     },
  2712.     Properties = {
  2713.     },
  2714.     notbrowsable = true,
  2715.     Methods = {
  2716.       {
  2717.         ReturnType = "void",
  2718.         Arguments = {
  2719.           {
  2720.             Name = "limit",
  2721.             Type = "int"
  2722.           }
  2723.         },
  2724.         Name = "SetOutgoingKBPSLimit",
  2725.         LocalUserSecurity = true
  2726.       }
  2727.     }
  2728.   },
  2729.   AdvancedDragger = {
  2730.     Inherits = "Instance",
  2731.     Events = {
  2732.     },
  2733.     ClassName = "AdvancedDragger",
  2734.     Callbacks = {
  2735.     },
  2736.     Properties = {
  2737.     },
  2738.     Methods = {
  2739.     }
  2740.   },
  2741.   ReflectionMetadata = {
  2742.     Inherits = "Instance",
  2743.     Events = {
  2744.     },
  2745.     ClassName = "ReflectionMetadata",
  2746.     Callbacks = {
  2747.     },
  2748.     Properties = {
  2749.     },
  2750.     Methods = {
  2751.     }
  2752.   },
  2753.   GuiBase = {
  2754.     Inherits = "Instance",
  2755.     Events = {
  2756.     },
  2757.     ClassName = "GuiBase",
  2758.     Callbacks = {
  2759.     },
  2760.     Properties = {
  2761.     },
  2762.     Methods = {
  2763.     }
  2764.   },
  2765.   BodyGyro = {
  2766.     Inherits = "BodyMover",
  2767.     Events = {
  2768.     },
  2769.     ClassName = "BodyGyro",
  2770.     Callbacks = {
  2771.     },
  2772.     Properties = {
  2773.       {
  2774.         Name = "D",
  2775.         Type = "float"
  2776.       },
  2777.       {
  2778.         Name = "P",
  2779.         Type = "float"
  2780.       },
  2781.       {
  2782.         Name = "cframe",
  2783.         Type = "CoordinateFrame"
  2784.       },
  2785.       {
  2786.         Name = "maxTorque",
  2787.         Type = "Vector3"
  2788.       }
  2789.     },
  2790.     Methods = {
  2791.     }
  2792.   },
  2793.   GuiLabel = {
  2794.     Inherits = "GuiObject",
  2795.     Events = {
  2796.     },
  2797.     ClassName = "GuiLabel",
  2798.     Callbacks = {
  2799.     },
  2800.     Properties = {
  2801.     },
  2802.     Methods = {
  2803.     }
  2804.   },
  2805.   SpecialMesh = {
  2806.     Inherits = "FileMesh",
  2807.     Events = {
  2808.     },
  2809.     ClassName = "SpecialMesh",
  2810.     Callbacks = {
  2811.     },
  2812.     Properties = {
  2813.       {
  2814.         Name = "MeshType",
  2815.         Type = "MeshType"
  2816.       }
  2817.     },
  2818.     Methods = {
  2819.     }
  2820.   },
  2821.   InstancePacketCache = {
  2822.     Inherits = "Instance",
  2823.     Events = {
  2824.     },
  2825.     ClassName = "InstancePacketCache",
  2826.     Callbacks = {
  2827.     },
  2828.     Properties = {
  2829.     },
  2830.     Methods = {
  2831.     }
  2832.   },
  2833.   FileMesh = {
  2834.     Inherits = "DataModelMesh",
  2835.     Events = {
  2836.     },
  2837.     ClassName = "FileMesh",
  2838.     Callbacks = {
  2839.     },
  2840.     Properties = {
  2841.       {
  2842.         Name = "MeshId",
  2843.         Type = "Content"
  2844.       },
  2845.       {
  2846.         Name = "TextureId",
  2847.         Type = "Content"
  2848.       }
  2849.     },
  2850.     Methods = {
  2851.     }
  2852.   },
  2853.   LuaSettings = {
  2854.     Inherits = "Instance",
  2855.     Events = {
  2856.     },
  2857.     ClassName = "LuaSettings",
  2858.     Callbacks = {
  2859.     },
  2860.     Properties = {
  2861.       {
  2862.         Name = "AreScriptStartsReported",
  2863.         Type = "bool"
  2864.       },
  2865.       {
  2866.         Name = "DefaultWaitTime",
  2867.         Type = "double"
  2868.       },
  2869.       {
  2870.         Name = "GcFrequency",
  2871.         Type = "int"
  2872.       },
  2873.       {
  2874.         Name = "GcLimit",
  2875.         Type = "int"
  2876.       },
  2877.       {
  2878.         Name = "GcPause",
  2879.         Type = "int"
  2880.       },
  2881.       {
  2882.         Name = "GcStepMul",
  2883.         Type = "int"
  2884.       },
  2885.       {
  2886.         Name = "WaitingThreadsBudget",
  2887.         Type = "float"
  2888.       }
  2889.     },
  2890.     Methods = {
  2891.     }
  2892.   },
  2893.   Animator = {
  2894.     Inherits = "Instance",
  2895.     Events = {
  2896.     },
  2897.     ClassName = "Animator",
  2898.     Callbacks = {
  2899.     },
  2900.     Properties = {
  2901.     },
  2902.     Methods = {
  2903.       {
  2904.         ReturnType = "Instance",
  2905.         Arguments = {
  2906.           {
  2907.             Name = "animation",
  2908.             Type = "Instance"
  2909.           }
  2910.         },
  2911.         Name = "LoadAnimation"
  2912.       }
  2913.     }
  2914.   },
  2915.   SkateboardPlatform = {
  2916.     Inherits = "Part",
  2917.     Events = {
  2918.       {
  2919.         Name = "Equipped",
  2920.         Arguments = {
  2921.           {
  2922.             Name = "humanoid",
  2923.             Type = "Instance"
  2924.           },
  2925.           {
  2926.             Name = "skateboardController",
  2927.             Type = "Instance"
  2928.           }
  2929.         }
  2930.       },
  2931.       {
  2932.         Name = "MoveStateChanged",
  2933.         Arguments = {
  2934.           {
  2935.             Name = "newState",
  2936.             Type = "MoveState"
  2937.           },
  2938.           {
  2939.             Name = "oldState",
  2940.             Type = "MoveState"
  2941.           }
  2942.         }
  2943.       },
  2944.       {
  2945.         Name = "Unequipped",
  2946.         Arguments = {
  2947.           {
  2948.             Name = "humanoid",
  2949.             Type = "Instance"
  2950.           }
  2951.         }
  2952.       },
  2953.       {
  2954.         deprecated = true,
  2955.         Arguments = {
  2956.           {
  2957.             Name = "humanoid",
  2958.             Type = "Instance"
  2959.           },
  2960.           {
  2961.             Name = "skateboardController",
  2962.             Type = "Instance"
  2963.           }
  2964.         },
  2965.         Name = "equipped"
  2966.       },
  2967.       {
  2968.         deprecated = true,
  2969.         Arguments = {
  2970.           {
  2971.             Name = "humanoid",
  2972.             Type = "Instance"
  2973.           }
  2974.         },
  2975.         Name = "unequipped"
  2976.       }
  2977.     },
  2978.     ClassName = "SkateboardPlatform",
  2979.     Callbacks = {
  2980.     },
  2981.     Properties = {
  2982.       {
  2983.         Type = "Object",
  2984.         Name = "Controller",
  2985.         readonly = true
  2986.       },
  2987.       {
  2988.         Type = "Object",
  2989.         Name = "ControllingHumanoid",
  2990.         readonly = true
  2991.       },
  2992.       {
  2993.         Name = "Steer",
  2994.         Type = "int"
  2995.       },
  2996.       {
  2997.         Name = "StickyWheels",
  2998.         Type = "bool"
  2999.       },
  3000.       {
  3001.         Name = "Throttle",
  3002.         Type = "int"
  3003.       }
  3004.     },
  3005.     Methods = {
  3006.       {
  3007.         ReturnType = "void",
  3008.         Arguments = {
  3009.           {
  3010.             Name = "impulseWorld",
  3011.             Type = "Vector3"
  3012.           }
  3013.         },
  3014.         Name = "ApplySpecificImpulse"
  3015.       }
  3016.     }
  3017.   },
  3018.   DebuggerWatch = {
  3019.     Inherits = "Instance",
  3020.     Events = {
  3021.     },
  3022.     ClassName = "DebuggerWatch",
  3023.     Callbacks = {
  3024.     },
  3025.     Properties = {
  3026.       {
  3027.         Name = "Expression",
  3028.         Type = "string"
  3029.       }
  3030.     },
  3031.     Methods = {
  3032.       {
  3033.         ReturnType = "void",
  3034.         Arguments = {
  3035.         },
  3036.         Name = "CheckSyntax"
  3037.       }
  3038.     }
  3039.   },
  3040.   DataModelMesh = {
  3041.     Inherits = "Instance",
  3042.     Events = {
  3043.     },
  3044.     ClassName = "DataModelMesh",
  3045.     Callbacks = {
  3046.     },
  3047.     Properties = {
  3048.       {
  3049.         Name = "Offset",
  3050.         Type = "Vector3"
  3051.       },
  3052.       {
  3053.         Name = "Scale",
  3054.         Type = "Vector3"
  3055.       },
  3056.       {
  3057.         Name = "VertexColor",
  3058.         Type = "Vector3"
  3059.       }
  3060.     },
  3061.     notbrowsable = true,
  3062.     Methods = {
  3063.     }
  3064.   },
  3065.   SkateboardController = {
  3066.     Inherits = "Controller",
  3067.     Events = {
  3068.       {
  3069.         Name = "AxisChanged",
  3070.         Arguments = {
  3071.           {
  3072.             Name = "axis",
  3073.             Type = "string"
  3074.           }
  3075.         }
  3076.       }
  3077.     },
  3078.     ClassName = "SkateboardController",
  3079.     Callbacks = {
  3080.     },
  3081.     Properties = {
  3082.       {
  3083.         Type = "float",
  3084.         Name = "Steer",
  3085.         readonly = true
  3086.       },
  3087.       {
  3088.         Type = "float",
  3089.         Name = "Throttle",
  3090.         readonly = true
  3091.       }
  3092.     },
  3093.     Methods = {
  3094.     }
  3095.   },
  3096.   TextLabel = {
  3097.     Inherits = "GuiLabel",
  3098.     Events = {
  3099.     },
  3100.     ClassName = "TextLabel",
  3101.     Callbacks = {
  3102.     },
  3103.     Properties = {
  3104.       {
  3105.         Name = "Font",
  3106.         Type = "Font"
  3107.       },
  3108.       {
  3109.         Name = "FontSize",
  3110.         Type = "FontSize"
  3111.       },
  3112.       {
  3113.         Name = "Text",
  3114.         Type = "string"
  3115.       },
  3116.       {
  3117.         Type = "Vector2",
  3118.         Name = "TextBounds",
  3119.         readonly = true
  3120.       },
  3121.       {
  3122.         deprecated = true,
  3123.         Type = "BrickColor",
  3124.         Name = "TextColor",
  3125.         hidden = true
  3126.       },
  3127.       {
  3128.         Name = "TextColor3",
  3129.         Type = "Color3"
  3130.       },
  3131.       {
  3132.         Type = "bool",
  3133.         Name = "TextFits",
  3134.         readonly = true
  3135.       },
  3136.       {
  3137.         Name = "TextScaled",
  3138.         Type = "bool"
  3139.       },
  3140.       {
  3141.         Name = "TextStrokeColor3",
  3142.         Type = "Color3"
  3143.       },
  3144.       {
  3145.         Name = "TextStrokeTransparency",
  3146.         Type = "float"
  3147.       },
  3148.       {
  3149.         Name = "TextTransparency",
  3150.         Type = "float"
  3151.       },
  3152.       {
  3153.         deprecated = true,
  3154.         Type = "bool",
  3155.         Name = "TextWrap"
  3156.       },
  3157.       {
  3158.         Name = "TextWrapped",
  3159.         Type = "bool"
  3160.       },
  3161.       {
  3162.         Name = "TextXAlignment",
  3163.         Type = "TextXAlignment"
  3164.       },
  3165.       {
  3166.         Name = "TextYAlignment",
  3167.         Type = "TextYAlignment"
  3168.       }
  3169.     },
  3170.     Methods = {
  3171.     }
  3172.   },
  3173.   Mouse = {
  3174.     Inherits = "Instance",
  3175.     Events = {
  3176.       {
  3177.         Name = "Button1Down",
  3178.         Arguments = {
  3179.         }
  3180.       },
  3181.       {
  3182.         Name = "Button1Up",
  3183.         Arguments = {
  3184.         }
  3185.       },
  3186.       {
  3187.         Name = "Button2Down",
  3188.         Arguments = {
  3189.         }
  3190.       },
  3191.       {
  3192.         Name = "Button2Up",
  3193.         Arguments = {
  3194.         }
  3195.       },
  3196.       {
  3197.         Name = "Idle",
  3198.         Arguments = {
  3199.         }
  3200.       },
  3201.       {
  3202.         Name = "KeyDown",
  3203.         Arguments = {
  3204.           {
  3205.             Name = "key",
  3206.             Type = "string"
  3207.           }
  3208.         }
  3209.       },
  3210.       {
  3211.         Name = "KeyUp",
  3212.         Arguments = {
  3213.           {
  3214.             Name = "key",
  3215.             Type = "string"
  3216.           }
  3217.         }
  3218.       },
  3219.       {
  3220.         Name = "Move",
  3221.         Arguments = {
  3222.         }
  3223.       },
  3224.       {
  3225.         Name = "WheelBackward",
  3226.         Arguments = {
  3227.         }
  3228.       },
  3229.       {
  3230.         Name = "WheelForward",
  3231.         Arguments = {
  3232.         }
  3233.       },
  3234.       {
  3235.         deprecated = true,
  3236.         Arguments = {
  3237.           {
  3238.             Name = "key",
  3239.             Type = "string"
  3240.           }
  3241.         },
  3242.         Name = "keyDown"
  3243.       }
  3244.     },
  3245.     ClassName = "Mouse",
  3246.     Callbacks = {
  3247.     },
  3248.     Properties = {
  3249.       {
  3250.         Type = "CoordinateFrame",
  3251.         Name = "Hit",
  3252.         readonly = true
  3253.       },
  3254.       {
  3255.         Name = "Icon",
  3256.         Type = "Content"
  3257.       },
  3258.       {
  3259.         Type = "CoordinateFrame",
  3260.         Name = "Origin",
  3261.         readonly = true
  3262.       },
  3263.       {
  3264.         Type = "Object",
  3265.         Name = "Target",
  3266.         readonly = true
  3267.       },
  3268.       {
  3269.         Name = "TargetFilter",
  3270.         Type = "Object"
  3271.       },
  3272.       {
  3273.         Type = "NormalId",
  3274.         Name = "TargetSurface",
  3275.         readonly = true
  3276.       },
  3277.       {
  3278.         Type = "Ray",
  3279.         Name = "UnitRay",
  3280.         readonly = true
  3281.       },
  3282.       {
  3283.         Type = "int",
  3284.         Name = "ViewSizeX",
  3285.         readonly = true
  3286.       },
  3287.       {
  3288.         Type = "int",
  3289.         Name = "ViewSizeY",
  3290.         readonly = true
  3291.       },
  3292.       {
  3293.         Type = "int",
  3294.         Name = "X",
  3295.         readonly = true
  3296.       },
  3297.       {
  3298.         Type = "int",
  3299.         Name = "Y",
  3300.         readonly = true
  3301.       },
  3302.       {
  3303.         Type = "CoordinateFrame",
  3304.         Name = "hit",
  3305.         deprecated = true,
  3306.         hidden = true,
  3307.         readonly = true
  3308.       },
  3309.       {
  3310.         deprecated = true,
  3311.         Type = "Object",
  3312.         Name = "target",
  3313.         readonly = true
  3314.       }
  3315.     },
  3316.     Methods = {
  3317.     }
  3318.   },
  3319.   BindableFunction = {
  3320.     Inherits = "Instance",
  3321.     Events = {
  3322.     },
  3323.     ClassName = "BindableFunction",
  3324.     Callbacks = {
  3325.       {
  3326.         ReturnType = "Tuple",
  3327.         Arguments = {
  3328.           {
  3329.             Name = "arguments",
  3330.             Type = "Tuple"
  3331.           }
  3332.         },
  3333.         Name = "OnInvoke"
  3334.       }
  3335.     },
  3336.     Properties = {
  3337.     },
  3338.     Methods = {
  3339.       {
  3340.         ReturnType = "Tuple",
  3341.         Arguments = {
  3342.           {
  3343.             Name = "arguments",
  3344.             Type = "Tuple"
  3345.           }
  3346.         },
  3347.         Name = "Invoke"
  3348.       }
  3349.     }
  3350.   },
  3351.   ReflectionMetadataCallbacks = {
  3352.     Inherits = "Instance",
  3353.     Events = {
  3354.     },
  3355.     ClassName = "ReflectionMetadataCallbacks",
  3356.     Callbacks = {
  3357.     },
  3358.     Properties = {
  3359.     },
  3360.     Methods = {
  3361.     }
  3362.   },
  3363.   Clothing = {
  3364.     Inherits = "CharacterAppearance",
  3365.     Events = {
  3366.     },
  3367.     ClassName = "Clothing",
  3368.     Callbacks = {
  3369.     },
  3370.     Properties = {
  3371.     },
  3372.     Methods = {
  3373.     }
  3374.   },
  3375.   Lighting = {
  3376.     Inherits = "Instance",
  3377.     Events = {
  3378.       {
  3379.         Name = "LightingChanged",
  3380.         Arguments = {
  3381.           {
  3382.             Name = "skyboxChanged",
  3383.             Type = "bool"
  3384.           }
  3385.         }
  3386.       }
  3387.     },
  3388.     ClassName = "Lighting",
  3389.     Callbacks = {
  3390.     },
  3391.     Properties = {
  3392.       {
  3393.         Name = "Ambient",
  3394.         Type = "Color3"
  3395.       },
  3396.       {
  3397.         Name = "Brightness",
  3398.         Type = "float"
  3399.       },
  3400.       {
  3401.         Name = "ColorShift",
  3402.         Type = "Color3"
  3403.       },
  3404.       {
  3405.         Name = "ColorShift",
  3406.         Type = "Color3"
  3407.       },
  3408.       {
  3409.         Name = "FogColor",
  3410.         Type = "Color3"
  3411.       },
  3412.       {
  3413.         Name = "FogEnd",
  3414.         Type = "float"
  3415.       },
  3416.       {
  3417.         Name = "FogStart",
  3418.         Type = "float"
  3419.       },
  3420.       {
  3421.         Name = "GeographicLatitude",
  3422.         Type = "float"
  3423.       },
  3424.       {
  3425.         Name = "GlobalShadows",
  3426.         Type = "bool"
  3427.       },
  3428.       {
  3429.         Name = "OutdoorAmbient",
  3430.         Type = "Color3"
  3431.       },
  3432.       {
  3433.         Name = "Outlines",
  3434.         Type = "bool"
  3435.       },
  3436.       {
  3437.         Name = "ShadowColor",
  3438.         Type = "Color3"
  3439.       },
  3440.       {
  3441.         Name = "TimeOfDay",
  3442.         Type = "string"
  3443.       }
  3444.     },
  3445.     notCreatable = true,
  3446.     Methods = {
  3447.       {
  3448.         ReturnType = "double",
  3449.         Arguments = {
  3450.         },
  3451.         Name = "GetMinutesAfterMidnight"
  3452.       },
  3453.       {
  3454.         ReturnType = "Vector3",
  3455.         Arguments = {
  3456.         },
  3457.         Name = "GetMoonDirection"
  3458.       },
  3459.       {
  3460.         ReturnType = "float",
  3461.         Arguments = {
  3462.         },
  3463.         Name = "GetMoonPhase"
  3464.       },
  3465.       {
  3466.         ReturnType = "Vector3",
  3467.         Arguments = {
  3468.         },
  3469.         Name = "GetSunDirection"
  3470.       },
  3471.       {
  3472.         ReturnType = "void",
  3473.         Arguments = {
  3474.           {
  3475.             Name = "minutes",
  3476.             Type = "double"
  3477.           }
  3478.         },
  3479.         Name = "SetMinutesAfterMidnight"
  3480.       },
  3481.       {
  3482.         ReturnType = "double",
  3483.         Arguments = {
  3484.         },
  3485.         Name = "getMinutesAfterMidnight",
  3486.         deprecated = true
  3487.       },
  3488.       {
  3489.         ReturnType = "void",
  3490.         Arguments = {
  3491.           {
  3492.             Name = "minutes",
  3493.             Type = "double"
  3494.           }
  3495.         },
  3496.         Name = "setMinutesAfterMidnight",
  3497.         deprecated = true
  3498.       }
  3499.     }
  3500.   },
  3501.   RenderSettings = {
  3502.     Inherits = "Instance",
  3503.     Events = {
  3504.     },
  3505.     ClassName = "RenderSettings",
  3506.     Callbacks = {
  3507.     },
  3508.     Properties = {
  3509.       {
  3510.         Name = "AASamples",
  3511.         Type = "AASamples"
  3512.       },
  3513.       {
  3514.         Name = "AlwaysDrawConnectors",
  3515.         Type = "bool"
  3516.       },
  3517.       {
  3518.         Name = "Antialiasing",
  3519.         Type = "Antialiasing"
  3520.       },
  3521.       {
  3522.         Name = "AutoFRMLevel",
  3523.         Type = "int"
  3524.       },
  3525.       {
  3526.         Name = "DebugDisableInterpolation",
  3527.         Type = "bool"
  3528.       },
  3529.       {
  3530.         Name = "EagerBulkExecution",
  3531.         Type = "bool"
  3532.       },
  3533.       {
  3534.         Type = "bool",
  3535.         Name = "EnableFRM",
  3536.         hidden = true
  3537.       },
  3538.       {
  3539.         Name = "FrameRateManager",
  3540.         Type = "FramerateManagerMode"
  3541.       },
  3542.       {
  3543.         Name = "IsAggregationShown",
  3544.         Type = "bool"
  3545.       },
  3546.       {
  3547.         Name = "IsSynchronizedWithPhysics",
  3548.         Type = "bool"
  3549.       },
  3550.       {
  3551.         Name = "MeshCacheSize",
  3552.         Type = "int"
  3553.       },
  3554.       {
  3555.         Name = "QualityLevel",
  3556.         Type = "QualityLevel"
  3557.       },
  3558.       {
  3559.         Name = "Resolution",
  3560.         Type = "Resolution"
  3561.       },
  3562.       {
  3563.         Name = "Shadow",
  3564.         Type = "Shadow"
  3565.       },
  3566.       {
  3567.         Name = "ShowBoundingBoxes",
  3568.         Type = "bool"
  3569.       },
  3570.       {
  3571.         Name = "TextureCacheSize",
  3572.         Type = "int"
  3573.       },
  3574.       {
  3575.         Name = "UsesPaintMessage",
  3576.         Type = "bool"
  3577.       },
  3578.       {
  3579.         Name = "graphicsMode",
  3580.         Type = "GraphicsMode"
  3581.       }
  3582.     },
  3583.     notbrowsable = true,
  3584.     Methods = {
  3585.       {
  3586.         ReturnType = "int",
  3587.         Arguments = {
  3588.         },
  3589.         Name = "GetMaxQualityLevel"
  3590.       }
  3591.     }
  3592.   },
  3593.   ObjectValue = {
  3594.     Inherits = "Instance",
  3595.     Events = {
  3596.       {
  3597.         Name = "Changed",
  3598.         Arguments = {
  3599.           {
  3600.             Name = "value",
  3601.             Type = "Instance"
  3602.           }
  3603.         }
  3604.       },
  3605.       {
  3606.         deprecated = true,
  3607.         Arguments = {
  3608.           {
  3609.             Name = "value",
  3610.             Type = "Instance"
  3611.           }
  3612.         },
  3613.         Name = "changed"
  3614.       }
  3615.     },
  3616.     ClassName = "ObjectValue",
  3617.     Callbacks = {
  3618.     },
  3619.     Properties = {
  3620.       {
  3621.         Name = "Value",
  3622.         Type = "Object"
  3623.       }
  3624.     },
  3625.     Methods = {
  3626.     }
  3627.   },
  3628.   CharacterMesh = {
  3629.     Inherits = "CharacterAppearance",
  3630.     Events = {
  3631.     },
  3632.     ClassName = "CharacterMesh",
  3633.     Callbacks = {
  3634.     },
  3635.     Properties = {
  3636.       {
  3637.         Name = "BaseTextureId",
  3638.         Type = "int"
  3639.       },
  3640.       {
  3641.         Name = "BodyPart",
  3642.         Type = "BodyPart"
  3643.       },
  3644.       {
  3645.         Name = "MeshId",
  3646.         Type = "int"
  3647.       },
  3648.       {
  3649.         Name = "OverlayTextureId",
  3650.         Type = "int"
  3651.       }
  3652.     },
  3653.     Methods = {
  3654.     }
  3655.   },
  3656.   GuidRegistryService = {
  3657.     Inherits = "Instance",
  3658.     Events = {
  3659.     },
  3660.     ClassName = "GuidRegistryService",
  3661.     Callbacks = {
  3662.     },
  3663.     Properties = {
  3664.     },
  3665.     Methods = {
  3666.     }
  3667.   },
  3668.   GameSettings = {
  3669.     Inherits = "Instance",
  3670.     Events = {
  3671.       {
  3672.         Arguments = {
  3673.           {
  3674.             Name = "recording",
  3675.             Type = "bool"
  3676.           }
  3677.         },
  3678.         Name = "VideoRecordingChangeRequest",
  3679.         RobloxScriptSecurity = true
  3680.       }
  3681.     },
  3682.     ClassName = "GameSettings",
  3683.     Callbacks = {
  3684.     },
  3685.     Properties = {
  3686.       {
  3687.         Name = "BubbleChatLifetime",
  3688.         Type = "float"
  3689.       },
  3690.       {
  3691.         Name = "BubbleChatMaxBubbles",
  3692.         Type = "int"
  3693.       },
  3694.       {
  3695.         Name = "ChatHistory",
  3696.         Type = "int"
  3697.       },
  3698.       {
  3699.         Name = "ChatScrollLength",
  3700.         Type = "int"
  3701.       },
  3702.       {
  3703.         Name = "CollisionSoundEnabled",
  3704.         Type = "bool"
  3705.       },
  3706.       {
  3707.         Name = "CollisionSoundVolume",
  3708.         Type = "float"
  3709.       },
  3710.       {
  3711.         Name = "HardwareMouse",
  3712.         Type = "bool"
  3713.       },
  3714.       {
  3715.         Name = "ImageUploadPromptBehavior",
  3716.         Type = "UploadSetting"
  3717.       },
  3718.       {
  3719.         Name = "MaxCollisionSounds",
  3720.         Type = "int"
  3721.       },
  3722.       {
  3723.         Name = "ReportAbuseChatHistory",
  3724.         Type = "int"
  3725.       },
  3726.       {
  3727.         Name = "SoftwareSound",
  3728.         Type = "bool"
  3729.       },
  3730.       {
  3731.         Name = "SoundEnabled",
  3732.         Type = "bool"
  3733.       },
  3734.       {
  3735.         Name = "VideoCaptureEnabled",
  3736.         Type = "bool"
  3737.       },
  3738.       {
  3739.         Name = "VideoQuality",
  3740.         Type = "VideoQualitySettings"
  3741.       }
  3742.     },
  3743.     notbrowsable = true,
  3744.     Methods = {
  3745.     }
  3746.   },
  3747.   TotalCountTimeIntervalItem = {
  3748.     Inherits = "StatsItem",
  3749.     Events = {
  3750.     },
  3751.     ClassName = "TotalCountTimeIntervalItem",
  3752.     Callbacks = {
  3753.     },
  3754.     Properties = {
  3755.     },
  3756.     Methods = {
  3757.     }
  3758.   },
  3759.   DebuggerService = {
  3760.     Inherits = "Instance",
  3761.     Events = {
  3762.       {
  3763.         Name = "DebuggerAdded",
  3764.         Arguments = {
  3765.           {
  3766.             Name = "debugger",
  3767.             Type = "Instance"
  3768.           }
  3769.         }
  3770.       },
  3771.       {
  3772.         Name = "DebuggerRemoved",
  3773.         Arguments = {
  3774.           {
  3775.             Name = "debugger",
  3776.             Type = "Instance"
  3777.           }
  3778.         }
  3779.       }
  3780.     },
  3781.     ClassName = "DebuggerService",
  3782.     Callbacks = {
  3783.     },
  3784.     Properties = {
  3785.       {
  3786.         Type = "bool",
  3787.         Name = "DebuggingEnabled",
  3788.         readonly = true
  3789.       }
  3790.     },
  3791.     Methods = {
  3792.       {
  3793.         ReturnType = "Instance",
  3794.         Arguments = {
  3795.           {
  3796.             Name = "script",
  3797.             Type = "Instance"
  3798.           }
  3799.         },
  3800.         Name = "AddDebugger"
  3801.       },
  3802.       {
  3803.         ReturnType = "void",
  3804.         Arguments = {
  3805.         },
  3806.         Name = "EnableDebugging",
  3807.         RobloxScriptSecurity = true
  3808.       },
  3809.       {
  3810.         ReturnType = "Objects",
  3811.         Arguments = {
  3812.         },
  3813.         Name = "GetDebuggers"
  3814.       }
  3815.     }
  3816.   },
  3817.   HandlesBase = {
  3818.     Inherits = "PartAdornment",
  3819.     Events = {
  3820.     },
  3821.     ClassName = "HandlesBase",
  3822.     Callbacks = {
  3823.     },
  3824.     Properties = {
  3825.     },
  3826.     Methods = {
  3827.     }
  3828.   },
  3829.   FaceInstance = {
  3830.     Inherits = "Instance",
  3831.     Events = {
  3832.     },
  3833.     ClassName = "FaceInstance",
  3834.     Callbacks = {
  3835.     },
  3836.     Properties = {
  3837.       {
  3838.         Name = "Face",
  3839.         Type = "NormalId"
  3840.       }
  3841.     },
  3842.     notbrowsable = true,
  3843.     Methods = {
  3844.     }
  3845.   },
  3846.   Toolbar = {
  3847.     Inherits = "Instance",
  3848.     Events = {
  3849.     },
  3850.     ClassName = "Toolbar",
  3851.     Callbacks = {
  3852.     },
  3853.     Properties = {
  3854.     },
  3855.     Methods = {
  3856.       {
  3857.         ReturnType = "Instance",
  3858.         Arguments = {
  3859.           {
  3860.             Name = "text",
  3861.             Type = "string"
  3862.           },
  3863.           {
  3864.             Name = "tooltip",
  3865.             Type = "string"
  3866.           },
  3867.           {
  3868.             Name = "iconname",
  3869.             Type = "string"
  3870.           }
  3871.         },
  3872.         Name = "CreateButton",
  3873.         LocalUserSecurity = true
  3874.       }
  3875.     }
  3876.   },
  3877.   BodyColors = {
  3878.     Inherits = "CharacterAppearance",
  3879.     Events = {
  3880.     },
  3881.     ClassName = "BodyColors",
  3882.     Callbacks = {
  3883.     },
  3884.     Properties = {
  3885.       {
  3886.         Name = "HeadColor",
  3887.         Type = "BrickColor"
  3888.       },
  3889.       {
  3890.         Name = "LeftArmColor",
  3891.         Type = "BrickColor"
  3892.       },
  3893.       {
  3894.         Name = "LeftLegColor",
  3895.         Type = "BrickColor"
  3896.       },
  3897.       {
  3898.         Name = "RightArmColor",
  3899.         Type = "BrickColor"
  3900.       },
  3901.       {
  3902.         Name = "RightLegColor",
  3903.         Type = "BrickColor"
  3904.       },
  3905.       {
  3906.         Name = "TorsoColor",
  3907.         Type = "BrickColor"
  3908.       }
  3909.     },
  3910.     Methods = {
  3911.     }
  3912.   },
  3913.   FriendService = {
  3914.     Inherits = "Instance",
  3915.     Events = {
  3916.     },
  3917.     ClassName = "FriendService",
  3918.     Callbacks = {
  3919.     },
  3920.     Properties = {
  3921.     },
  3922.     notCreatable = true,
  3923.     Methods = {
  3924.       {
  3925.         ReturnType = "void",
  3926.         Arguments = {
  3927.           {
  3928.             Name = "url",
  3929.             Type = "string"
  3930.           }
  3931.         },
  3932.         Name = "SetBreakFriendUrl",
  3933.         LocalUserSecurity = true
  3934.       },
  3935.       {
  3936.         ReturnType = "void",
  3937.         Arguments = {
  3938.           {
  3939.             Name = "url",
  3940.             Type = "string"
  3941.           }
  3942.         },
  3943.         Name = "SetCreateFriendRequestUrl",
  3944.         LocalUserSecurity = true
  3945.       },
  3946.       {
  3947.         ReturnType = "void",
  3948.         Arguments = {
  3949.           {
  3950.             Name = "url",
  3951.             Type = "string"
  3952.           }
  3953.         },
  3954.         Name = "SetDeleteFriendRequestUrl",
  3955.         LocalUserSecurity = true
  3956.       },
  3957.       {
  3958.         ReturnType = "void",
  3959.         Arguments = {
  3960.           {
  3961.             Name = "enable",
  3962.             Type = "bool"
  3963.           }
  3964.         },
  3965.         Name = "SetEnabled",
  3966.         LocalUserSecurity = true
  3967.       },
  3968.       {
  3969.         ReturnType = "void",
  3970.         Arguments = {
  3971.           {
  3972.             Name = "url",
  3973.             Type = "string"
  3974.           }
  3975.         },
  3976.         Name = "SetGetFriendsUrl",
  3977.         LocalUserSecurity = true
  3978.       },
  3979.       {
  3980.         ReturnType = "void",
  3981.         Arguments = {
  3982.           {
  3983.             Name = "url",
  3984.             Type = "string"
  3985.           }
  3986.         },
  3987.         Name = "SetMakeFriendUrl",
  3988.         LocalUserSecurity = true
  3989.       }
  3990.     }
  3991.   },
  3992.   CookiesService = {
  3993.     Inherits = "Instance",
  3994.     Events = {
  3995.     },
  3996.     ClassName = "CookiesService",
  3997.     Callbacks = {
  3998.     },
  3999.     Properties = {
  4000.     },
  4001.     Methods = {
  4002.       {
  4003.         ReturnType = "void",
  4004.         Arguments = {
  4005.           {
  4006.             Name = "key",
  4007.             Type = "string"
  4008.           }
  4009.         },
  4010.         Name = "DeleteCookieValue",
  4011.         RobloxSecurity = true
  4012.       },
  4013.       {
  4014.         ReturnType = "string",
  4015.         Arguments = {
  4016.           {
  4017.             Name = "key",
  4018.             Type = "string"
  4019.           }
  4020.         },
  4021.         Name = "GetCookieValue",
  4022.         RobloxSecurity = true
  4023.       },
  4024.       {
  4025.         ReturnType = "void",
  4026.         Arguments = {
  4027.           {
  4028.             Name = "key",
  4029.             Type = "string"
  4030.           },
  4031.           {
  4032.             Name = "value",
  4033.             Type = "string"
  4034.           }
  4035.         },
  4036.         Name = "SetCookieValue",
  4037.         RobloxSecurity = true
  4038.       }
  4039.     }
  4040.   },
  4041.   NotificationBox = {
  4042.     Inherits = "GuiObject",
  4043.     Events = {
  4044.     },
  4045.     ClassName = "NotificationBox",
  4046.     Callbacks = {
  4047.     },
  4048.     Properties = {
  4049.     },
  4050.     notbrowsable = true,
  4051.     Methods = {
  4052.     }
  4053.   },
  4054.   PVInstance = {
  4055.     Inherits = "Instance",
  4056.     Events = {
  4057.     },
  4058.     ClassName = "PVInstance",
  4059.     Callbacks = {
  4060.     },
  4061.     Properties = {
  4062.       {
  4063.         deprecated = true,
  4064.         Type = "CoordinateFrame",
  4065.         Name = "CoordinateFrame",
  4066.         writeonly = true
  4067.       }
  4068.     },
  4069.     notbrowsable = true,
  4070.     Methods = {
  4071.     }
  4072.   },
  4073.   SelectionBox = {
  4074.     Inherits = "PVAdornment",
  4075.     Events = {
  4076.     },
  4077.     ClassName = "SelectionBox",
  4078.     Callbacks = {
  4079.     },
  4080.     Properties = {
  4081.     },
  4082.     Methods = {
  4083.     }
  4084.   },
  4085.   VehicleSeat = {
  4086.     Inherits = "BasePart",
  4087.     Events = {
  4088.     },
  4089.     ClassName = "VehicleSeat",
  4090.     Callbacks = {
  4091.     },
  4092.     Properties = {
  4093.       {
  4094.         Type = "int",
  4095.         Name = "AreHingesDetected",
  4096.         readonly = true
  4097.       },
  4098.       {
  4099.         Name = "Disabled",
  4100.         Type = "bool"
  4101.       },
  4102.       {
  4103.         Name = "HeadsUpDisplay",
  4104.         Type = "bool"
  4105.       },
  4106.       {
  4107.         Name = "MaxSpeed",
  4108.         Type = "float"
  4109.       },
  4110.       {
  4111.         Name = "Steer",
  4112.         Type = "int"
  4113.       },
  4114.       {
  4115.         Name = "Throttle",
  4116.         Type = "int"
  4117.       },
  4118.       {
  4119.         Name = "Torque",
  4120.         Type = "float"
  4121.       },
  4122.       {
  4123.         Name = "TurnSpeed",
  4124.         Type = "float"
  4125.       }
  4126.     },
  4127.     Methods = {
  4128.     }
  4129.   },
  4130.   CustomEvent = {
  4131.     Inherits = "Instance",
  4132.     Events = {
  4133.       {
  4134.         Name = "ReceiverConnected",
  4135.         Arguments = {
  4136.           {
  4137.             Name = "receiver",
  4138.             Type = "Instance"
  4139.           }
  4140.         }
  4141.       },
  4142.       {
  4143.         Name = "ReceiverDisconnected",
  4144.         Arguments = {
  4145.           {
  4146.             Name = "receiver",
  4147.             Type = "Instance"
  4148.           }
  4149.         }
  4150.       }
  4151.     },
  4152.     ClassName = "CustomEvent",
  4153.     Callbacks = {
  4154.     },
  4155.     Properties = {
  4156.     },
  4157.     Methods = {
  4158.       {
  4159.         ReturnType = "Objects",
  4160.         Arguments = {
  4161.         },
  4162.         Name = "GetAttachedReceivers"
  4163.       },
  4164.       {
  4165.         ReturnType = "void",
  4166.         Arguments = {
  4167.           {
  4168.             Name = "newValue",
  4169.             Type = "float"
  4170.           }
  4171.         },
  4172.         Name = "SetValue"
  4173.       }
  4174.     }
  4175.   },
  4176.   TextureContentProvider = {
  4177.     Inherits = "CacheableContentProvider",
  4178.     Events = {
  4179.     },
  4180.     ClassName = "TextureContentProvider",
  4181.     Callbacks = {
  4182.     },
  4183.     Properties = {
  4184.     },
  4185.     Methods = {
  4186.     }
  4187.   },
  4188.   IntValue = {
  4189.     Inherits = "Instance",
  4190.     Events = {
  4191.       {
  4192.         Name = "Changed",
  4193.         Arguments = {
  4194.           {
  4195.             Name = "value",
  4196.             Type = "int"
  4197.           }
  4198.         }
  4199.       },
  4200.       {
  4201.         deprecated = true,
  4202.         Arguments = {
  4203.           {
  4204.             Name = "value",
  4205.             Type = "int"
  4206.           }
  4207.         },
  4208.         Name = "changed"
  4209.       }
  4210.     },
  4211.     ClassName = "IntValue",
  4212.     Callbacks = {
  4213.     },
  4214.     Properties = {
  4215.       {
  4216.         Name = "Value",
  4217.         Type = "int"
  4218.       }
  4219.     },
  4220.     Methods = {
  4221.     }
  4222.   },
  4223.   FloorWire = {
  4224.     Inherits = "GuiBase3d",
  4225.     Events = {
  4226.     },
  4227.     ClassName = "FloorWire",
  4228.     Callbacks = {
  4229.     },
  4230.     Properties = {
  4231.       {
  4232.         Name = "CycleOffset",
  4233.         Type = "float"
  4234.       },
  4235.       {
  4236.         Name = "From",
  4237.         Type = "Object"
  4238.       },
  4239.       {
  4240.         Name = "StudsBetweenTextures",
  4241.         Type = "float"
  4242.       },
  4243.       {
  4244.         Name = "Texture",
  4245.         Type = "Content"
  4246.       },
  4247.       {
  4248.         Name = "TextureSize",
  4249.         Type = "Vector2"
  4250.       },
  4251.       {
  4252.         Name = "To",
  4253.         Type = "Object"
  4254.       },
  4255.       {
  4256.         Name = "Velocity",
  4257.         Type = "float"
  4258.       },
  4259.       {
  4260.         Name = "WireRadius",
  4261.         Type = "float"
  4262.       }
  4263.     },
  4264.     Methods = {
  4265.     }
  4266.   },
  4267.   GuiRoot = {
  4268.     Inherits = "GuiItem",
  4269.     Events = {
  4270.     },
  4271.     ClassName = "GuiRoot",
  4272.     Callbacks = {
  4273.     },
  4274.     Properties = {
  4275.     },
  4276.     notCreatable = true,
  4277.     Methods = {
  4278.     }
  4279.   },
  4280.   Controller = {
  4281.     Inherits = "Instance",
  4282.     Events = {
  4283.       {
  4284.         Name = "ButtonChanged",
  4285.         Arguments = {
  4286.           {
  4287.             Name = "button",
  4288.             Type = "Button"
  4289.           }
  4290.         }
  4291.       }
  4292.     },
  4293.     ClassName = "Controller",
  4294.     Callbacks = {
  4295.     },
  4296.     Properties = {
  4297.     },
  4298.     Methods = {
  4299.       {
  4300.         ReturnType = "void",
  4301.         Arguments = {
  4302.           {
  4303.             Name = "button",
  4304.             Type = "Button"
  4305.           },
  4306.           {
  4307.             Name = "caption",
  4308.             Type = "string"
  4309.           }
  4310.         },
  4311.         Name = "BindButton"
  4312.       },
  4313.       {
  4314.         ReturnType = "bool",
  4315.         Arguments = {
  4316.           {
  4317.             Name = "button",
  4318.             Type = "Button"
  4319.           }
  4320.         },
  4321.         Name = "GetButton"
  4322.       },
  4323.       {
  4324.         ReturnType = "void",
  4325.         Arguments = {
  4326.           {
  4327.             Name = "button",
  4328.             Type = "Button"
  4329.           }
  4330.         },
  4331.         Name = "UnbindButton"
  4332.       },
  4333.       {
  4334.         ReturnType = "void",
  4335.         Arguments = {
  4336.           {
  4337.             Name = "button",
  4338.             Type = "Button"
  4339.           },
  4340.           {
  4341.             Name = "caption",
  4342.             Type = "string"
  4343.           }
  4344.         },
  4345.         Name = "bindButton",
  4346.         deprecated = true
  4347.       },
  4348.       {
  4349.         ReturnType = "bool",
  4350.         Arguments = {
  4351.           {
  4352.             Name = "button",
  4353.             Type = "Button"
  4354.           }
  4355.         },
  4356.         Name = "getButton",
  4357.         deprecated = true
  4358.       }
  4359.     }
  4360.   },
  4361.   Motor = {
  4362.     Inherits = "JointInstance",
  4363.     Events = {
  4364.     },
  4365.     ClassName = "Motor",
  4366.     Callbacks = {
  4367.     },
  4368.     Properties = {
  4369.       {
  4370.         Name = "CurrentAngle",
  4371.         Type = "float"
  4372.       },
  4373.       {
  4374.         Name = "DesiredAngle",
  4375.         Type = "float"
  4376.       },
  4377.       {
  4378.         Name = "MaxVelocity",
  4379.         Type = "float"
  4380.       }
  4381.     },
  4382.     Methods = {
  4383.       {
  4384.         ReturnType = "void",
  4385.         Arguments = {
  4386.           {
  4387.             Name = "value",
  4388.             Type = "float"
  4389.           }
  4390.         },
  4391.         Name = "SetDesiredAngle"
  4392.       }
  4393.     }
  4394.   },
  4395.   Glue = {
  4396.     Inherits = "JointInstance",
  4397.     Events = {
  4398.     },
  4399.     ClassName = "Glue",
  4400.     Callbacks = {
  4401.     },
  4402.     Properties = {
  4403.       {
  4404.         Name = "F0",
  4405.         Type = "Vector3"
  4406.       },
  4407.       {
  4408.         Name = "F1",
  4409.         Type = "Vector3"
  4410.       },
  4411.       {
  4412.         Name = "F2",
  4413.         Type = "Vector3"
  4414.       },
  4415.       {
  4416.         Name = "F3",
  4417.         Type = "Vector3"
  4418.       }
  4419.     },
  4420.     Methods = {
  4421.     }
  4422.   },
  4423.   LayerCollector = {
  4424.     Inherits = "GuiBase2d",
  4425.     Events = {
  4426.     },
  4427.     ClassName = "LayerCollector",
  4428.     Callbacks = {
  4429.     },
  4430.     Properties = {
  4431.     },
  4432.     Methods = {
  4433.     }
  4434.   },
  4435.   GlobalSettings = {
  4436.     Inherits = "GenericSettings",
  4437.     Events = {
  4438.     },
  4439.     ClassName = "GlobalSettings",
  4440.     Callbacks = {
  4441.     },
  4442.     Properties = {
  4443.     },
  4444.     notbrowsable = true,
  4445.     Methods = {
  4446.       {
  4447.         ReturnType = "bool",
  4448.         Arguments = {
  4449.           {
  4450.             Name = "name",
  4451.             Type = "string"
  4452.           }
  4453.         },
  4454.         Name = "GetFFlag"
  4455.       },
  4456.       {
  4457.         ReturnType = "string",
  4458.         Arguments = {
  4459.           {
  4460.             Name = "name",
  4461.             Type = "string"
  4462.           }
  4463.         },
  4464.         Name = "GetFVariable"
  4465.       },
  4466.       {
  4467.         ReturnType = "Dictionary",
  4468.         Arguments = {
  4469.         },
  4470.         Name = "GetFVariables",
  4471.         RobloxScriptSecurity = true
  4472.       }
  4473.     }
  4474.   },
  4475.   Geometry = {
  4476.     Inherits = "Instance",
  4477.     Events = {
  4478.     },
  4479.     ClassName = "Geometry",
  4480.     Callbacks = {
  4481.     },
  4482.     Properties = {
  4483.     },
  4484.     Methods = {
  4485.     }
  4486.   },
  4487.   ManualWeld = {
  4488.     Inherits = "ManualSurfaceJointInstance",
  4489.     Events = {
  4490.     },
  4491.     ClassName = "ManualWeld",
  4492.     Callbacks = {
  4493.     },
  4494.     Properties = {
  4495.     },
  4496.     Methods = {
  4497.     }
  4498.   },
  4499.   GuiObject = {
  4500.     Inherits = "GuiBase2d",
  4501.     Events = {
  4502.       {
  4503.         Name = "DragBegin",
  4504.         Arguments = {
  4505.           {
  4506.             Name = "initialPosition",
  4507.             Type = "UDim2"
  4508.           }
  4509.         }
  4510.       },
  4511.       {
  4512.         Name = "DragStopped",
  4513.         Arguments = {
  4514.           {
  4515.             Name = "x",
  4516.             Type = "int"
  4517.           },
  4518.           {
  4519.             Name = "y",
  4520.             Type = "int"
  4521.           }
  4522.         }
  4523.       },
  4524.       {
  4525.         Name = "MouseEnter",
  4526.         Arguments = {
  4527.           {
  4528.             Name = "x",
  4529.             Type = "int"
  4530.           },
  4531.           {
  4532.             Name = "y",
  4533.             Type = "int"
  4534.           }
  4535.         }
  4536.       },
  4537.       {
  4538.         Name = "MouseLeave",
  4539.         Arguments = {
  4540.           {
  4541.             Name = "x",
  4542.             Type = "int"
  4543.           },
  4544.           {
  4545.             Name = "y",
  4546.             Type = "int"
  4547.           }
  4548.         }
  4549.       },
  4550.       {
  4551.         Name = "MouseMoved",
  4552.         Arguments = {
  4553.           {
  4554.             Name = "x",
  4555.             Type = "int"
  4556.           },
  4557.           {
  4558.             Name = "y",
  4559.             Type = "int"
  4560.           }
  4561.         }
  4562.       },
  4563.       {
  4564.         Name = "MouseWheelBackward",
  4565.         Arguments = {
  4566.           {
  4567.             Name = "x",
  4568.             Type = "int"
  4569.           },
  4570.           {
  4571.             Name = "y",
  4572.             Type = "int"
  4573.           }
  4574.         }
  4575.       },
  4576.       {
  4577.         Name = "MouseWheelForward",
  4578.         Arguments = {
  4579.           {
  4580.             Name = "x",
  4581.             Type = "int"
  4582.           },
  4583.           {
  4584.             Name = "y",
  4585.             Type = "int"
  4586.           }
  4587.         }
  4588.       }
  4589.     },
  4590.     ClassName = "GuiObject",
  4591.     Callbacks = {
  4592.     },
  4593.     Properties = {
  4594.       {
  4595.         Name = "Active",
  4596.         Type = "bool"
  4597.       },
  4598.       {
  4599.         deprecated = true,
  4600.         Type = "BrickColor",
  4601.         Name = "BackgroundColor",
  4602.         hidden = true
  4603.       },
  4604.       {
  4605.         Name = "BackgroundColor3",
  4606.         Type = "Color3"
  4607.       },
  4608.       {
  4609.         Name = "BackgroundTransparency",
  4610.         Type = "float"
  4611.       },
  4612.       {
  4613.         deprecated = true,
  4614.         Type = "BrickColor",
  4615.         Name = "BorderColor",
  4616.         hidden = true
  4617.       },
  4618.       {
  4619.         Name = "BorderColor3",
  4620.         Type = "Color3"
  4621.       },
  4622.       {
  4623.         Name = "BorderSizePixel",
  4624.         Type = "int"
  4625.       },
  4626.       {
  4627.         Name = "ClipsDescendants",
  4628.         Type = "bool"
  4629.       },
  4630.       {
  4631.         Name = "Draggable",
  4632.         Type = "bool"
  4633.       },
  4634.       {
  4635.         Name = "Position",
  4636.         Type = "UDim2"
  4637.       },
  4638.       {
  4639.         Name = "Size",
  4640.         Type = "UDim2"
  4641.       },
  4642.       {
  4643.         Name = "SizeConstraint",
  4644.         Type = "SizeConstraint"
  4645.       },
  4646.       {
  4647.         Type = "float",
  4648.         Name = "Transparency",
  4649.         hidden = true
  4650.       },
  4651.       {
  4652.         Name = "Visible",
  4653.         Type = "bool"
  4654.       },
  4655.       {
  4656.         Name = "ZIndex",
  4657.         Type = "int"
  4658.       }
  4659.     },
  4660.     notbrowsable = true,
  4661.     Methods = {
  4662.       {
  4663.         ReturnType = "bool",
  4664.         Arguments = {
  4665.           {
  4666.             Name = "endPosition",
  4667.             Type = "UDim2"
  4668.           },
  4669.           {
  4670.             Type = "EasingDirection",
  4671.             Name = "easingDirection",
  4672.             DefaultValue = "Out"
  4673.           },
  4674.           {
  4675.             Type = "EasingStyle",
  4676.             Name = "easingStyle",
  4677.             DefaultValue = "Quad"
  4678.           },
  4679.           {
  4680.             Type = "float",
  4681.             Name = "time",
  4682.             DefaultValue = "1"
  4683.           },
  4684.           {
  4685.             Type = "bool",
  4686.             Name = "override",
  4687.             DefaultValue = "false"
  4688.           },
  4689.           {
  4690.             Type = "Function",
  4691.             Name = "callback",
  4692.             DefaultValue = "nil"
  4693.           }
  4694.         },
  4695.         Name = "TweenPosition"
  4696.       },
  4697.       {
  4698.         ReturnType = "bool",
  4699.         Arguments = {
  4700.           {
  4701.             Name = "endSize",
  4702.             Type = "UDim2"
  4703.           },
  4704.           {
  4705.             Type = "EasingDirection",
  4706.             Name = "easingDirection",
  4707.             DefaultValue = "Out"
  4708.           },
  4709.           {
  4710.             Type = "EasingStyle",
  4711.             Name = "easingStyle",
  4712.             DefaultValue = "Quad"
  4713.           },
  4714.           {
  4715.             Type = "float",
  4716.             Name = "time",
  4717.             DefaultValue = "1"
  4718.           },
  4719.           {
  4720.             Type = "bool",
  4721.             Name = "override",
  4722.             DefaultValue = "false"
  4723.           },
  4724.           {
  4725.             Type = "Function",
  4726.             Name = "callback",
  4727.             DefaultValue = "nil"
  4728.           }
  4729.         },
  4730.         Name = "TweenSize"
  4731.       },
  4732.       {
  4733.         ReturnType = "bool",
  4734.         Arguments = {
  4735.           {
  4736.             Name = "endSize",
  4737.             Type = "UDim2"
  4738.           },
  4739.           {
  4740.             Name = "endPosition",
  4741.             Type = "UDim2"
  4742.           },
  4743.           {
  4744.             Type = "EasingDirection",
  4745.             Name = "easingDirection",
  4746.             DefaultValue = "Out"
  4747.           },
  4748.           {
  4749.             Type = "EasingStyle",
  4750.             Name = "easingStyle",
  4751.             DefaultValue = "Quad"
  4752.           },
  4753.           {
  4754.             Type = "float",
  4755.             Name = "time",
  4756.             DefaultValue = "1"
  4757.           },
  4758.           {
  4759.             Type = "bool",
  4760.             Name = "override",
  4761.             DefaultValue = "false"
  4762.           },
  4763.           {
  4764.             Type = "Function",
  4765.             Name = "callback",
  4766.             DefaultValue = "nil"
  4767.           }
  4768.         },
  4769.         Name = "TweenSizeAndPosition"
  4770.       }
  4771.     }
  4772.   },
  4773.   DebuggerBreakpoint = {
  4774.     Inherits = "Instance",
  4775.     Events = {
  4776.     },
  4777.     ClassName = "DebuggerBreakpoint",
  4778.     Callbacks = {
  4779.     },
  4780.     Properties = {
  4781.       {
  4782.         Name = "Condition",
  4783.         Type = "string"
  4784.       },
  4785.       {
  4786.         Name = "IsEnabled",
  4787.         Type = "bool"
  4788.       },
  4789.       {
  4790.         Type = "int",
  4791.         Name = "Line",
  4792.         readonly = true
  4793.       }
  4794.     },
  4795.     notCreatable = true,
  4796.     Methods = {
  4797.     }
  4798.   },
  4799.   FWService = {
  4800.     Inherits = "Instance",
  4801.     Events = {
  4802.     },
  4803.     ClassName = "FWService",
  4804.     Callbacks = {
  4805.     },
  4806.     Properties = {
  4807.     },
  4808.     Methods = {
  4809.     }
  4810.   },
  4811.   Pose = {
  4812.     Inherits = "Instance",
  4813.     Events = {
  4814.     },
  4815.     ClassName = "Pose",
  4816.     Callbacks = {
  4817.     },
  4818.     Properties = {
  4819.       {
  4820.         Name = "CFrame",
  4821.         Type = "CoordinateFrame"
  4822.       },
  4823.       {
  4824.         Name = "MaskWeight",
  4825.         Type = "float"
  4826.       },
  4827.       {
  4828.         Name = "Weight",
  4829.         Type = "float"
  4830.       }
  4831.     },
  4832.     Methods = {
  4833.       {
  4834.         ReturnType = "void",
  4835.         Arguments = {
  4836.           {
  4837.             Name = "pose",
  4838.             Type = "Instance"
  4839.           }
  4840.         },
  4841.         Name = "AddSubPose"
  4842.       },
  4843.       {
  4844.         ReturnType = "Objects",
  4845.         Arguments = {
  4846.         },
  4847.         Name = "GetSubPoses"
  4848.       },
  4849.       {
  4850.         ReturnType = "void",
  4851.         Arguments = {
  4852.           {
  4853.             Name = "pose",
  4854.             Type = "Instance"
  4855.           }
  4856.         },
  4857.         Name = "RemoveSubPose"
  4858.       }
  4859.     }
  4860.   },
  4861.   PlayerMouse = {
  4862.     Inherits = "Mouse",
  4863.     Events = {
  4864.     },
  4865.     ClassName = "PlayerMouse",
  4866.     Callbacks = {
  4867.     },
  4868.     Properties = {
  4869.     },
  4870.     Methods = {
  4871.     }
  4872.   },
  4873.   Hat = {
  4874.     Inherits = "Accoutrement",
  4875.     Events = {
  4876.     },
  4877.     ClassName = "Hat",
  4878.     Callbacks = {
  4879.     },
  4880.     Properties = {
  4881.     },
  4882.     Methods = {
  4883.     }
  4884.   },
  4885.   VirtualUser = {
  4886.     Inherits = "Instance",
  4887.     Events = {
  4888.     },
  4889.     ClassName = "VirtualUser",
  4890.     Callbacks = {
  4891.     },
  4892.     Properties = {
  4893.     },
  4894.     Methods = {
  4895.       {
  4896.         ReturnType = "void",
  4897.         Arguments = {
  4898.           {
  4899.             Name = "position",
  4900.             Type = "Vector2"
  4901.           },
  4902.           {
  4903.             Type = "CoordinateFrame",
  4904.             Name = "camera",
  4905.             DefaultValue = "Identity"
  4906.           }
  4907.         },
  4908.         Name = "Button1Down",
  4909.         LocalUserSecurity = true
  4910.       },
  4911.       {
  4912.         ReturnType = "void",
  4913.         Arguments = {
  4914.           {
  4915.             Name = "position",
  4916.             Type = "Vector2"
  4917.           },
  4918.           {
  4919.             Type = "CoordinateFrame",
  4920.             Name = "camera",
  4921.             DefaultValue = "Identity"
  4922.           }
  4923.         },
  4924.         Name = "Button1Up",
  4925.         LocalUserSecurity = true
  4926.       },
  4927.       {
  4928.         ReturnType = "void",
  4929.         Arguments = {
  4930.           {
  4931.             Name = "position",
  4932.             Type = "Vector2"
  4933.           },
  4934.           {
  4935.             Type = "CoordinateFrame",
  4936.             Name = "camera",
  4937.             DefaultValue = "Identity"
  4938.           }
  4939.         },
  4940.         Name = "Button2Down",
  4941.         LocalUserSecurity = true
  4942.       },
  4943.       {
  4944.         ReturnType = "void",
  4945.         Arguments = {
  4946.           {
  4947.             Name = "position",
  4948.             Type = "Vector2"
  4949.           },
  4950.           {
  4951.             Type = "CoordinateFrame",
  4952.             Name = "camera",
  4953.             DefaultValue = "Identity"
  4954.           }
  4955.         },
  4956.         Name = "Button2Up",
  4957.         LocalUserSecurity = true
  4958.       },
  4959.       {
  4960.         ReturnType = "void",
  4961.         Arguments = {
  4962.         },
  4963.         Name = "CaptureController",
  4964.         LocalUserSecurity = true
  4965.       },
  4966.       {
  4967.         ReturnType = "void",
  4968.         Arguments = {
  4969.           {
  4970.             Name = "position",
  4971.             Type = "Vector2"
  4972.           },
  4973.           {
  4974.             Type = "CoordinateFrame",
  4975.             Name = "camera",
  4976.             DefaultValue = "Identity"
  4977.           }
  4978.         },
  4979.         Name = "ClickButton1",
  4980.         LocalUserSecurity = true
  4981.       },
  4982.       {
  4983.         ReturnType = "void",
  4984.         Arguments = {
  4985.           {
  4986.             Name = "position",
  4987.             Type = "Vector2"
  4988.           },
  4989.           {
  4990.             Type = "CoordinateFrame",
  4991.             Name = "camera",
  4992.             DefaultValue = "Identity"
  4993.           }
  4994.         },
  4995.         Name = "ClickButton2",
  4996.         LocalUserSecurity = true
  4997.       },
  4998.       {
  4999.         ReturnType = "void",
  5000.         Arguments = {
  5001.           {
  5002.             Name = "position",
  5003.             Type = "Vector2"
  5004.           },
  5005.           {
  5006.             Type = "CoordinateFrame",
  5007.             Name = "camera",
  5008.             DefaultValue = "Identity"
  5009.           }
  5010.         },
  5011.         Name = "MoveMouse",
  5012.         LocalUserSecurity = true
  5013.       },
  5014.       {
  5015.         ReturnType = "void",
  5016.         Arguments = {
  5017.           {
  5018.             Name = "key",
  5019.             Type = "string"
  5020.           }
  5021.         },
  5022.         Name = "SetKeyDown",
  5023.         LocalUserSecurity = true
  5024.       },
  5025.       {
  5026.         ReturnType = "void",
  5027.         Arguments = {
  5028.           {
  5029.             Name = "key",
  5030.             Type = "string"
  5031.           }
  5032.         },
  5033.         Name = "SetKeyUp",
  5034.         LocalUserSecurity = true
  5035.       },
  5036.       {
  5037.         ReturnType = "void",
  5038.         Arguments = {
  5039.         },
  5040.         Name = "StartRecording",
  5041.         LocalUserSecurity = true
  5042.       },
  5043.       {
  5044.         ReturnType = "string",
  5045.         Arguments = {
  5046.         },
  5047.         Name = "StopRecording",
  5048.         LocalUserSecurity = true
  5049.       },
  5050.       {
  5051.         ReturnType = "void",
  5052.         Arguments = {
  5053.           {
  5054.             Name = "key",
  5055.             Type = "string"
  5056.           }
  5057.         },
  5058.         Name = "TypeKey",
  5059.         LocalUserSecurity = true
  5060.       }
  5061.     }
  5062.   },
  5063.   InsertService = {
  5064.     Inherits = "Instance",
  5065.     Events = {
  5066.     },
  5067.     ClassName = "InsertService",
  5068.     Callbacks = {
  5069.     },
  5070.     Properties = {
  5071.     },
  5072.     notCreatable = true,
  5073.     Methods = {
  5074.       {
  5075.         ReturnType = "void",
  5076.         Arguments = {
  5077.           {
  5078.             Name = "assetId",
  5079.             Type = "int"
  5080.           }
  5081.         },
  5082.         Name = "ApproveAssetId",
  5083.         deprecated = true
  5084.       },
  5085.       {
  5086.         ReturnType = "void",
  5087.         Arguments = {
  5088.           {
  5089.             Name = "assetVersionId",
  5090.             Type = "int"
  5091.           }
  5092.         },
  5093.         Name = "ApproveAssetVersionId",
  5094.         deprecated = true
  5095.       },
  5096.       {
  5097.         ReturnType = "void",
  5098.         Arguments = {
  5099.           {
  5100.             Name = "instance",
  5101.             Type = "Instance"
  5102.           }
  5103.         },
  5104.         Name = "Insert"
  5105.       },
  5106.       {
  5107.         ReturnType = "void",
  5108.         Arguments = {
  5109.           {
  5110.             Name = "enable",
  5111.             Type = "bool"
  5112.           },
  5113.           {
  5114.             Type = "bool",
  5115.             Name = "user",
  5116.             DefaultValue = "false"
  5117.           }
  5118.         },
  5119.         Name = "SetAdvancedResults",
  5120.         LocalUserSecurity = true
  5121.       },
  5122.       {
  5123.         ReturnType = "void",
  5124.         Arguments = {
  5125.           {
  5126.             Name = "assetUrl",
  5127.             Type = "string"
  5128.           }
  5129.         },
  5130.         Name = "SetAssetUrl",
  5131.         LocalUserSecurity = true
  5132.       },
  5133.       {
  5134.         ReturnType = "void",
  5135.         Arguments = {
  5136.           {
  5137.             Name = "assetVersionUrl",
  5138.             Type = "string"
  5139.           }
  5140.         },
  5141.         Name = "SetAssetVersionUrl",
  5142.         LocalUserSecurity = true
  5143.       },
  5144.       {
  5145.         ReturnType = "void",
  5146.         Arguments = {
  5147.           {
  5148.             Name = "baseSetsUrl",
  5149.             Type = "string"
  5150.           }
  5151.         },
  5152.         Name = "SetBaseCategoryUrl",
  5153.         LocalUserSecurity = true
  5154.       },
  5155.       {
  5156.         ReturnType = "void",
  5157.         Arguments = {
  5158.           {
  5159.             Name = "baseSetsUrl",
  5160.             Type = "string"
  5161.           }
  5162.         },
  5163.         Name = "SetBaseSetsUrl",
  5164.         LocalUserSecurity = true
  5165.       },
  5166.       {
  5167.         ReturnType = "void",
  5168.         Arguments = {
  5169.           {
  5170.             Name = "collectionUrl",
  5171.             Type = "string"
  5172.           }
  5173.         },
  5174.         Name = "SetCollectionUrl",
  5175.         LocalUserSecurity = true
  5176.       },
  5177.       {
  5178.         ReturnType = "void",
  5179.         Arguments = {
  5180.           {
  5181.             Name = "freeDecalUrl",
  5182.             Type = "string"
  5183.           }
  5184.         },
  5185.         Name = "SetFreeDecalUrl",
  5186.         LocalUserSecurity = true
  5187.       },
  5188.       {
  5189.         ReturnType = "void",
  5190.         Arguments = {
  5191.           {
  5192.             Name = "freeModelUrl",
  5193.             Type = "string"
  5194.           }
  5195.         },
  5196.         Name = "SetFreeModelUrl",
  5197.         LocalUserSecurity = true
  5198.       },
  5199.       {
  5200.         ReturnType = "void",
  5201.         Arguments = {
  5202.           {
  5203.             Name = "trustLevel",
  5204.             Type = "float"
  5205.           }
  5206.         },
  5207.         Name = "SetTrustLevel",
  5208.         LocalUserSecurity = true
  5209.       },
  5210.       {
  5211.         ReturnType = "void",
  5212.         Arguments = {
  5213.           {
  5214.             Name = "userSetsUrl",
  5215.             Type = "string"
  5216.           }
  5217.         },
  5218.         Name = "SetUserCategoryUrl",
  5219.         LocalUserSecurity = true
  5220.       },
  5221.       {
  5222.         ReturnType = "void",
  5223.         Arguments = {
  5224.           {
  5225.             Name = "userSetsUrl",
  5226.             Type = "string"
  5227.           }
  5228.         },
  5229.         Name = "SetUserSetsUrl",
  5230.         LocalUserSecurity = true
  5231.       },
  5232.       {
  5233.         ReturnType = "Array",
  5234.         Arguments = {
  5235.         },
  5236.         Name = "GetBaseCategories",
  5237.         deprecated = true
  5238.       },
  5239.       {
  5240.         ReturnType = "Array",
  5241.         Arguments = {
  5242.         },
  5243.         Name = "GetBaseSets"
  5244.       },
  5245.       {
  5246.         ReturnType = "Array",
  5247.         Arguments = {
  5248.           {
  5249.             Name = "categoryId",
  5250.             Type = "int"
  5251.           }
  5252.         },
  5253.         Name = "GetCollection"
  5254.       },
  5255.       {
  5256.         ReturnType = "Array",
  5257.         Arguments = {
  5258.           {
  5259.             Name = "searchText",
  5260.             Type = "string"
  5261.           },
  5262.           {
  5263.             Name = "pageNum",
  5264.             Type = "int"
  5265.           }
  5266.         },
  5267.         Name = "GetFreeDecals"
  5268.       },
  5269.       {
  5270.         ReturnType = "Array",
  5271.         Arguments = {
  5272.           {
  5273.             Name = "searchText",
  5274.             Type = "string"
  5275.           },
  5276.           {
  5277.             Name = "pageNum",
  5278.             Type = "int"
  5279.           }
  5280.         },
  5281.         Name = "GetFreeModels"
  5282.       },
  5283.       {
  5284.         ReturnType = "Array",
  5285.         Arguments = {
  5286.           {
  5287.             Name = "userId",
  5288.             Type = "int"
  5289.           }
  5290.         },
  5291.         Name = "GetUserCategories",
  5292.         deprecated = true
  5293.       },
  5294.       {
  5295.         ReturnType = "Array",
  5296.         Arguments = {
  5297.           {
  5298.             Name = "userId",
  5299.             Type = "int"
  5300.           }
  5301.         },
  5302.         Name = "GetUserSets"
  5303.       },
  5304.       {
  5305.         ReturnType = "Instance",
  5306.         Arguments = {
  5307.           {
  5308.             Name = "assetId",
  5309.             Type = "int"
  5310.           }
  5311.         },
  5312.         Name = "LoadAsset"
  5313.       },
  5314.       {
  5315.         ReturnType = "Instance",
  5316.         Arguments = {
  5317.           {
  5318.             Name = "assetVersionId",
  5319.             Type = "int"
  5320.           }
  5321.         },
  5322.         Name = "LoadAssetVersion"
  5323.       },
  5324.       {
  5325.         ReturnType = "Instance",
  5326.         Arguments = {
  5327.           {
  5328.             Name = "assetId",
  5329.             Type = "int"
  5330.           }
  5331.         },
  5332.         Name = "loadAsset",
  5333.         deprecated = true
  5334.       }
  5335.     }
  5336.   },
  5337.   Message = {
  5338.     Inherits = "Instance",
  5339.     Events = {
  5340.     },
  5341.     ClassName = "Message",
  5342.     Callbacks = {
  5343.     },
  5344.     Properties = {
  5345.       {
  5346.         Name = "Text",
  5347.         Type = "string"
  5348.       }
  5349.     },
  5350.     Methods = {
  5351.     }
  5352.   },
  5353.   Player = {
  5354.     Inherits = "Instance",
  5355.     Events = {
  5356.       {
  5357.         Name = "CharacterAdded",
  5358.         Arguments = {
  5359.           {
  5360.             Name = "character",
  5361.             Type = "Instance"
  5362.           }
  5363.         }
  5364.       },
  5365.       {
  5366.         Name = "CharacterRemoving",
  5367.         Arguments = {
  5368.           {
  5369.             Name = "character",
  5370.             Type = "Instance"
  5371.           }
  5372.         }
  5373.       },
  5374.       {
  5375.         Name = "Chatted",
  5376.         Arguments = {
  5377.           {
  5378.             Name = "message",
  5379.             Type = "string"
  5380.           },
  5381.           {
  5382.             Name = "recipient",
  5383.             Type = "Instance"
  5384.           }
  5385.         }
  5386.       },
  5387.       {
  5388.         Arguments = {
  5389.           {
  5390.             Name = "player",
  5391.             Type = "Instance"
  5392.           },
  5393.           {
  5394.             Name = "friendStatus",
  5395.             Type = "FriendStatus"
  5396.           }
  5397.         },
  5398.         Name = "FriendStatusChanged",
  5399.         RobloxScriptSecurity = true
  5400.       },
  5401.       {
  5402.         Name = "Idled",
  5403.         Arguments = {
  5404.           {
  5405.             Name = "time",
  5406.             Type = "double"
  5407.           }
  5408.         }
  5409.       }
  5410.     },
  5411.     ClassName = "Player",
  5412.     Callbacks = {
  5413.     },
  5414.     Properties = {
  5415.       {
  5416.         Type = "int",
  5417.         Name = "AccountAge",
  5418.         readonly = true
  5419.       },
  5420.       {
  5421.         RobloxScriptSecurity = true,
  5422.         Type = "bool",
  5423.         Name = "AppearanceDidLoad",
  5424.         readonly = true
  5425.       },
  5426.       {
  5427.         Name = "CameraMode",
  5428.         Type = "CameraMode"
  5429.       },
  5430.       {
  5431.         Name = "CanLoadCharacterAppearance",
  5432.         Type = "bool"
  5433.       },
  5434.       {
  5435.         Name = "Character",
  5436.         Type = "Object"
  5437.       },
  5438.       {
  5439.         notbrowsable = true,
  5440.         Type = "string",
  5441.         Name = "CharacterAppearance"
  5442.       },
  5443.       {
  5444.         RobloxScriptSecurity = true,
  5445.         Type = "ChatMode",
  5446.         Name = "ChatMode",
  5447.         readonly = true
  5448.       },
  5449.       {
  5450.         Type = "int",
  5451.         Name = "DataComplexity",
  5452.         readonly = true
  5453.       },
  5454.       {
  5455.         Type = "int",
  5456.         Name = "DataComplexityLimit",
  5457.         LocalUserSecurity = true
  5458.       },
  5459.       {
  5460.         Type = "bool",
  5461.         Name = "DataReady",
  5462.         readonly = true
  5463.       },
  5464.       {
  5465.         RobloxScriptSecurity = true,
  5466.         Type = "bool",
  5467.         Name = "Guest",
  5468.         readonly = true
  5469.       },
  5470.       {
  5471.         Type = "bool",
  5472.         Name = "HasBuildTools",
  5473.         RobloxScriptSecurity = true
  5474.       },
  5475.       {
  5476.         Type = "float",
  5477.         Name = "MaxSimulationRadius",
  5478.         LocalUserSecurity = true
  5479.       },
  5480.       {
  5481.         Type = "MembershipType",
  5482.         Name = "MembershipType",
  5483.         readonly = true
  5484.       },
  5485.       {
  5486.         Name = "Neutral",
  5487.         Type = "bool"
  5488.       },
  5489.       {
  5490.         Type = "int",
  5491.         Name = "PersonalServerRank",
  5492.         RobloxScriptSecurity = true
  5493.       },
  5494.       {
  5495.         Type = "float",
  5496.         Name = "SimulationRadius",
  5497.         LocalUserSecurity = true
  5498.       },
  5499.       {
  5500.         Name = "TeamColor",
  5501.         Type = "BrickColor"
  5502.       },
  5503.       {
  5504.         Name = "userId",
  5505.         Type = "int"
  5506.       }
  5507.     },
  5508.     Methods = {
  5509.       {
  5510.         ReturnType = "void",
  5511.         Arguments = {
  5512.         },
  5513.         Name = "ClearCharacterAppearance"
  5514.       },
  5515.       {
  5516.         ReturnType = "float",
  5517.         Arguments = {
  5518.           {
  5519.             Name = "point",
  5520.             Type = "Vector3"
  5521.           }
  5522.         },
  5523.         Name = "DistanceFromCharacter"
  5524.       },
  5525.       {
  5526.         ReturnType = "FriendStatus",
  5527.         Arguments = {
  5528.           {
  5529.             Name = "player",
  5530.             Type = "Instance"
  5531.           }
  5532.         },
  5533.         Name = "GetFriendStatus",
  5534.         RobloxScriptSecurity = true
  5535.       },
  5536.       {
  5537.         ReturnType = "Instance",
  5538.         Arguments = {
  5539.         },
  5540.         Name = "GetMouse"
  5541.       },
  5542.       {
  5543.         ReturnType = "bool",
  5544.         Arguments = {
  5545.         },
  5546.         Name = "GetUnder13",
  5547.         RobloxScriptSecurity = true
  5548.       },
  5549.       {
  5550.         ReturnType = "bool",
  5551.         Arguments = {
  5552.           {
  5553.             Name = "key",
  5554.             Type = "string"
  5555.           }
  5556.         },
  5557.         Name = "LoadBoolean"
  5558.       },
  5559.       {
  5560.         ReturnType = "void",
  5561.         Arguments = {
  5562.           {
  5563.             Type = "bool",
  5564.             Name = "inGame",
  5565.             DefaultValue = "true"
  5566.           }
  5567.         },
  5568.         Name = "LoadCharacter"
  5569.       },
  5570.       {
  5571.         ReturnType = "void",
  5572.         Arguments = {
  5573.           {
  5574.             Name = "assetInstance",
  5575.             Type = "Instance"
  5576.           }
  5577.         },
  5578.         Name = "LoadCharacterAppearance"
  5579.       },
  5580.       {
  5581.         ReturnType = "void",
  5582.         Arguments = {
  5583.         },
  5584.         Name = "LoadData",
  5585.         LocalUserSecurity = true
  5586.       },
  5587.       {
  5588.         ReturnType = "Instance",
  5589.         Arguments = {
  5590.           {
  5591.             Name = "key",
  5592.             Type = "string"
  5593.           }
  5594.         },
  5595.         Name = "LoadInstance"
  5596.       },
  5597.       {
  5598.         ReturnType = "double",
  5599.         Arguments = {
  5600.           {
  5601.             Name = "key",
  5602.             Type = "string"
  5603.           }
  5604.         },
  5605.         Name = "LoadNumber"
  5606.       },
  5607.       {
  5608.         ReturnType = "string",
  5609.         Arguments = {
  5610.           {
  5611.             Name = "key",
  5612.             Type = "string"
  5613.           }
  5614.         },
  5615.         Name = "LoadString"
  5616.       },
  5617.       {
  5618.         ReturnType = "void",
  5619.         Arguments = {
  5620.         },
  5621.         Name = "RemoveCharacter",
  5622.         LocalUserSecurity = true
  5623.       },
  5624.       {
  5625.         ReturnType = "void",
  5626.         Arguments = {
  5627.           {
  5628.             Name = "player",
  5629.             Type = "Instance"
  5630.           }
  5631.         },
  5632.         Name = "RequestFriendship",
  5633.         RobloxScriptSecurity = true
  5634.       },
  5635.       {
  5636.         ReturnType = "void",
  5637.         Arguments = {
  5638.           {
  5639.             Name = "player",
  5640.             Type = "Instance"
  5641.           }
  5642.         },
  5643.         Name = "RevokeFriendship",
  5644.         RobloxScriptSecurity = true
  5645.       },
  5646.       {
  5647.         ReturnType = "void",
  5648.         Arguments = {
  5649.           {
  5650.             Name = "key",
  5651.             Type = "string"
  5652.           },
  5653.           {
  5654.             Name = "value",
  5655.             Type = "bool"
  5656.           }
  5657.         },
  5658.         Name = "SaveBoolean"
  5659.       },
  5660.       {
  5661.         ReturnType = "void",
  5662.         Arguments = {
  5663.         },
  5664.         Name = "SaveData",
  5665.         LocalUserSecurity = true
  5666.       },
  5667.       {
  5668.         ReturnType = "void",
  5669.         Arguments = {
  5670.           {
  5671.             Name = "key",
  5672.             Type = "string"
  5673.           },
  5674.           {
  5675.             Name = "value",
  5676.             Type = "Instance"
  5677.           }
  5678.         },
  5679.         Name = "SaveInstance"
  5680.       },
  5681.       {
  5682.         ReturnType = "void",
  5683.         Arguments = {
  5684.         },
  5685.         Name = "SaveLeaderboardData",
  5686.         LocalUserSecurity = true
  5687.       },
  5688.       {
  5689.         ReturnType = "void",
  5690.         Arguments = {
  5691.           {
  5692.             Name = "key",
  5693.             Type = "string"
  5694.           },
  5695.           {
  5696.             Name = "value",
  5697.             Type = "double"
  5698.           }
  5699.         },
  5700.         Name = "SaveNumber"
  5701.       },
  5702.       {
  5703.         ReturnType = "void",
  5704.         Arguments = {
  5705.           {
  5706.             Name = "key",
  5707.             Type = "string"
  5708.           },
  5709.           {
  5710.             Name = "value",
  5711.             Type = "string"
  5712.           }
  5713.         },
  5714.         Name = "SaveString"
  5715.       },
  5716.       {
  5717.         ReturnType = "void",
  5718.         Arguments = {
  5719.           {
  5720.             Name = "accountAge",
  5721.             Type = "int"
  5722.           }
  5723.         },
  5724.         Name = "SetAccountAge",
  5725.         LocalUserSecurity = true
  5726.       },
  5727.       {
  5728.         ReturnType = "void",
  5729.         Arguments = {
  5730.           {
  5731.             Name = "membershipType",
  5732.             Type = "MembershipType"
  5733.           }
  5734.         },
  5735.         Name = "SetMembershipType",
  5736.         RobloxScriptSecurity = true
  5737.       },
  5738.       {
  5739.         ReturnType = "void",
  5740.         Arguments = {
  5741.           {
  5742.             Name = "value",
  5743.             Type = "bool"
  5744.           }
  5745.         },
  5746.         Name = "SetSuperSafeChat",
  5747.         LocalUserSecurity = true
  5748.       },
  5749.       {
  5750.         ReturnType = "void",
  5751.         Arguments = {
  5752.           {
  5753.             Name = "value",
  5754.             Type = "bool"
  5755.           }
  5756.         },
  5757.         Name = "SetUnder13",
  5758.         deprecated = true,
  5759.         RobloxSecurity = true
  5760.       },
  5761.       {
  5762.         ReturnType = "bool",
  5763.         Arguments = {
  5764.           {
  5765.             Name = "key",
  5766.             Type = "string"
  5767.           }
  5768.         },
  5769.         Name = "loadBoolean",
  5770.         deprecated = true
  5771.       },
  5772.       {
  5773.         ReturnType = "Instance",
  5774.         Arguments = {
  5775.           {
  5776.             Name = "key",
  5777.             Type = "string"
  5778.           }
  5779.         },
  5780.         Name = "loadInstance",
  5781.         deprecated = true
  5782.       },
  5783.       {
  5784.         ReturnType = "double",
  5785.         Arguments = {
  5786.           {
  5787.             Name = "key",
  5788.             Type = "string"
  5789.           }
  5790.         },
  5791.         Name = "loadNumber",
  5792.         deprecated = true
  5793.       },
  5794.       {
  5795.         ReturnType = "string",
  5796.         Arguments = {
  5797.           {
  5798.             Name = "key",
  5799.             Type = "string"
  5800.           }
  5801.         },
  5802.         Name = "loadString",
  5803.         deprecated = true
  5804.       },
  5805.       {
  5806.         ReturnType = "void",
  5807.         Arguments = {
  5808.           {
  5809.             Name = "key",
  5810.             Type = "string"
  5811.           },
  5812.           {
  5813.             Name = "value",
  5814.             Type = "bool"
  5815.           }
  5816.         },
  5817.         Name = "saveBoolean",
  5818.         deprecated = true
  5819.       },
  5820.       {
  5821.         ReturnType = "void",
  5822.         Arguments = {
  5823.           {
  5824.             Name = "key",
  5825.             Type = "string"
  5826.           },
  5827.           {
  5828.             Name = "value",
  5829.             Type = "Instance"
  5830.           }
  5831.         },
  5832.         Name = "saveInstance",
  5833.         deprecated = true
  5834.       },
  5835.       {
  5836.         ReturnType = "void",
  5837.         Arguments = {
  5838.           {
  5839.             Name = "key",
  5840.             Type = "string"
  5841.           },
  5842.           {
  5843.             Name = "value",
  5844.             Type = "double"
  5845.           }
  5846.         },
  5847.         Name = "saveNumber",
  5848.         deprecated = true
  5849.       },
  5850.       {
  5851.         ReturnType = "void",
  5852.         Arguments = {
  5853.           {
  5854.             Name = "key",
  5855.             Type = "string"
  5856.           },
  5857.           {
  5858.             Name = "value",
  5859.             Type = "string"
  5860.           }
  5861.         },
  5862.         Name = "saveString",
  5863.         deprecated = true
  5864.       },
  5865.       {
  5866.         ReturnType = "int",
  5867.         Arguments = {
  5868.           {
  5869.             Name = "groupId",
  5870.             Type = "int"
  5871.           }
  5872.         },
  5873.         Name = "GetRankInGroup"
  5874.       },
  5875.       {
  5876.         ReturnType = "string",
  5877.         Arguments = {
  5878.           {
  5879.             Name = "groupId",
  5880.             Type = "int"
  5881.           }
  5882.         },
  5883.         Name = "GetRoleInGroup"
  5884.       },
  5885.       {
  5886.         ReturnType = "string",
  5887.         Arguments = {
  5888.         },
  5889.         Name = "GetWebPersonalServerRank",
  5890.         backend = true,
  5891.         LocalUserSecurity = true
  5892.       },
  5893.       {
  5894.         ReturnType = "bool",
  5895.         Arguments = {
  5896.           {
  5897.             Name = "userId",
  5898.             Type = "int"
  5899.           }
  5900.         },
  5901.         Name = "IsBestFriendsWith"
  5902.       },
  5903.       {
  5904.         ReturnType = "bool",
  5905.         Arguments = {
  5906.           {
  5907.             Name = "userId",
  5908.             Type = "int"
  5909.           }
  5910.         },
  5911.         Name = "IsFriendsWith"
  5912.       },
  5913.       {
  5914.         ReturnType = "bool",
  5915.         Arguments = {
  5916.           {
  5917.             Name = "groupId",
  5918.             Type = "int"
  5919.           }
  5920.         },
  5921.         Name = "IsInGroup"
  5922.       },
  5923.       {
  5924.         ReturnType = "bool",
  5925.         Arguments = {
  5926.           {
  5927.             Name = "rank",
  5928.             Type = "int"
  5929.           }
  5930.         },
  5931.         Name = "SetWebPersonalServerRank",
  5932.         WritePlayerSecurity = true
  5933.       },
  5934.       {
  5935.         ReturnType = "bool",
  5936.         Arguments = {
  5937.         },
  5938.         Name = "WaitForDataReady"
  5939.       },
  5940.       {
  5941.         ReturnType = "bool",
  5942.         Arguments = {
  5943.           {
  5944.             Name = "userId",
  5945.             Type = "int"
  5946.           }
  5947.         },
  5948.         Name = "isFriendsWith",
  5949.         deprecated = true
  5950.       },
  5951.       {
  5952.         ReturnType = "bool",
  5953.         Arguments = {
  5954.         },
  5955.         Name = "waitForDataReady",
  5956.         deprecated = true
  5957.       }
  5958.     }
  5959.   },
  5960.   ContentProvider = {
  5961.     Inherits = "Instance",
  5962.     Events = {
  5963.     },
  5964.     ClassName = "ContentProvider",
  5965.     Callbacks = {
  5966.     },
  5967.     Properties = {
  5968.       {
  5969.         Type = "string",
  5970.         Name = "BaseUrl",
  5971.         readonly = true
  5972.       },
  5973.       {
  5974.         Type = "int",
  5975.         Name = "RequestQueueSize",
  5976.         readonly = true
  5977.       }
  5978.     },
  5979.     Methods = {
  5980.       {
  5981.         ReturnType = "void",
  5982.         Arguments = {
  5983.           {
  5984.             Name = "contentId",
  5985.             Type = "Content"
  5986.           }
  5987.         },
  5988.         Name = "Preload"
  5989.       },
  5990.       {
  5991.         ReturnType = "void",
  5992.         Arguments = {
  5993.           {
  5994.             Name = "url",
  5995.             Type = "string"
  5996.           }
  5997.         },
  5998.         Name = "SetAssetUrl",
  5999.         LocalUserSecurity = true
  6000.       },
  6001.       {
  6002.         ReturnType = "void",
  6003.         Arguments = {
  6004.           {
  6005.             Name = "url",
  6006.             Type = "string"
  6007.           }
  6008.         },
  6009.         Name = "SetBaseUrl",
  6010.         LocalUserSecurity = true
  6011.       },
  6012.       {
  6013.         ReturnType = "void",
  6014.         Arguments = {
  6015.           {
  6016.             Name = "count",
  6017.             Type = "int"
  6018.           }
  6019.         },
  6020.         Name = "SetCacheSize",
  6021.         LocalUserSecurity = true
  6022.       },
  6023.       {
  6024.         ReturnType = "void",
  6025.         Arguments = {
  6026.           {
  6027.             Name = "count",
  6028.             Type = "int"
  6029.           }
  6030.         },
  6031.         Name = "SetThreadPool",
  6032.         LocalUserSecurity = true
  6033.       }
  6034.     }
  6035.   },
  6036.   ManualSurfaceJointInstance = {
  6037.     Inherits = "JointInstance",
  6038.     Events = {
  6039.     },
  6040.     ClassName = "ManualSurfaceJointInstance",
  6041.     Callbacks = {
  6042.     },
  6043.     Properties = {
  6044.     },
  6045.     Methods = {
  6046.     }
  6047.   },
  6048.   Humanoid = {
  6049.     Inherits = "Instance",
  6050.     Events = {
  6051.       {
  6052.         Name = "Climbing",
  6053.         Arguments = {
  6054.           {
  6055.             Name = "speed",
  6056.             Type = "float"
  6057.           }
  6058.         }
  6059.       },
  6060.       {
  6061.         Name = "CustomStatusAdded",
  6062.         Arguments = {
  6063.           {
  6064.             Name = "status",
  6065.             Type = "string"
  6066.           }
  6067.         }
  6068.       },
  6069.       {
  6070.         Name = "CustomStatusRemoved",
  6071.         Arguments = {
  6072.           {
  6073.             Name = "status",
  6074.             Type = "string"
  6075.           }
  6076.         }
  6077.       },
  6078.       {
  6079.         Name = "Died",
  6080.         Arguments = {
  6081.         }
  6082.       },
  6083.       {
  6084.         Name = "FallingDown",
  6085.         Arguments = {
  6086.           {
  6087.             Name = "active",
  6088.             Type = "bool"
  6089.           }
  6090.         }
  6091.       },
  6092.       {
  6093.         Name = "FreeFalling",
  6094.         Arguments = {
  6095.           {
  6096.             Name = "active",
  6097.             Type = "bool"
  6098.           }
  6099.         }
  6100.       },
  6101.       {
  6102.         Name = "GettingUp",
  6103.         Arguments = {
  6104.           {
  6105.             Name = "active",
  6106.             Type = "bool"
  6107.           }
  6108.         }
  6109.       },
  6110.       {
  6111.         Name = "HealthChanged",
  6112.         Arguments = {
  6113.           {
  6114.             Name = "health",
  6115.             Type = "float"
  6116.           }
  6117.         }
  6118.       },
  6119.       {
  6120.         Name = "Jumping",
  6121.         Arguments = {
  6122.           {
  6123.             Name = "active",
  6124.             Type = "bool"
  6125.           }
  6126.         }
  6127.       },
  6128.       {
  6129.         Name = "PlatformStanding",
  6130.         Arguments = {
  6131.           {
  6132.             Name = "active",
  6133.             Type = "bool"
  6134.           }
  6135.         }
  6136.       },
  6137.       {
  6138.         Name = "Ragdoll",
  6139.         Arguments = {
  6140.           {
  6141.             Name = "active",
  6142.             Type = "bool"
  6143.           }
  6144.         }
  6145.       },
  6146.       {
  6147.         Name = "Running",
  6148.         Arguments = {
  6149.           {
  6150.             Name = "speed",
  6151.             Type = "float"
  6152.           }
  6153.         }
  6154.       },
  6155.       {
  6156.         Name = "Seated",
  6157.         Arguments = {
  6158.           {
  6159.             Name = "active",
  6160.             Type = "bool"
  6161.           }
  6162.         }
  6163.       },
  6164.       {
  6165.         Name = "StatusAdded",
  6166.         Arguments = {
  6167.           {
  6168.             Name = "status",
  6169.             Type = "Status"
  6170.           }
  6171.         }
  6172.       },
  6173.       {
  6174.         Name = "StatusRemoved",
  6175.         Arguments = {
  6176.           {
  6177.             Name = "status",
  6178.             Type = "Status"
  6179.           }
  6180.         }
  6181.       },
  6182.       {
  6183.         Name = "Strafing",
  6184.         Arguments = {
  6185.           {
  6186.             Name = "active",
  6187.             Type = "bool"
  6188.           }
  6189.         }
  6190.       },
  6191.       {
  6192.         Name = "Swimming",
  6193.         Arguments = {
  6194.           {
  6195.             Name = "speed",
  6196.             Type = "float"
  6197.           }
  6198.         }
  6199.       }
  6200.     },
  6201.     ClassName = "Humanoid",
  6202.     Callbacks = {
  6203.     },
  6204.     Properties = {
  6205.       {
  6206.         Name = "Health",
  6207.         Type = "float"
  6208.       },
  6209.       {
  6210.         Name = "Jump",
  6211.         Type = "bool"
  6212.       },
  6213.       {
  6214.         Name = "LeftLeg",
  6215.         Type = "Object"
  6216.       },
  6217.       {
  6218.         Name = "MaxHealth",
  6219.         Type = "float"
  6220.       },
  6221.       {
  6222.         Name = "NameOcclusion",
  6223.         Type = "NameOcclusion"
  6224.       },
  6225.       {
  6226.         Name = "PlatformStand",
  6227.         Type = "bool"
  6228.       },
  6229.       {
  6230.         Name = "RightLeg",
  6231.         Type = "Object"
  6232.       },
  6233.       {
  6234.         Name = "Sit",
  6235.         Type = "bool"
  6236.       },
  6237.       {
  6238.         Name = "TargetPoint",
  6239.         Type = "Vector3"
  6240.       },
  6241.       {
  6242.         Name = "Torso",
  6243.         Type = "Object"
  6244.       },
  6245.       {
  6246.         Name = "WalkSpeed",
  6247.         Type = "float"
  6248.       },
  6249.       {
  6250.         Name = "WalkToPart",
  6251.         Type = "Object"
  6252.       },
  6253.       {
  6254.         Name = "WalkToPoint",
  6255.         Type = "Vector3"
  6256.       },
  6257.       {
  6258.         deprecated = true,
  6259.         Type = "float",
  6260.         Name = "maxHealth"
  6261.       }
  6262.     },
  6263.     Methods = {
  6264.       {
  6265.         ReturnType = "bool",
  6266.         Arguments = {
  6267.           {
  6268.             Name = "status",
  6269.             Type = "string"
  6270.           }
  6271.         },
  6272.         Name = "AddCustomStatus"
  6273.       },
  6274.       {
  6275.         ReturnType = "bool",
  6276.         Arguments = {
  6277.           {
  6278.             Type = "Status",
  6279.             Name = "status",
  6280.             DefaultValue = "Poison"
  6281.           }
  6282.         },
  6283.         Name = "AddStatus"
  6284.       },
  6285.       {
  6286.         ReturnType = "void",
  6287.         Arguments = {
  6288.           {
  6289.             Name = "tool",
  6290.             Type = "Instance"
  6291.           }
  6292.         },
  6293.         Name = "EquipTool"
  6294.       },
  6295.       {
  6296.         ReturnType = "Array",
  6297.         Arguments = {
  6298.         },
  6299.         Name = "GetStatuses"
  6300.       },
  6301.       {
  6302.         ReturnType = "bool",
  6303.         Arguments = {
  6304.           {
  6305.             Name = "status",
  6306.             Type = "string"
  6307.           }
  6308.         },
  6309.         Name = "HasCustomStatus"
  6310.       },
  6311.       {
  6312.         ReturnType = "bool",
  6313.         Arguments = {
  6314.           {
  6315.             Type = "Status",
  6316.             Name = "status",
  6317.             DefaultValue = "Poison"
  6318.           }
  6319.         },
  6320.         Name = "HasStatus"
  6321.       },
  6322.       {
  6323.         ReturnType = "Instance",
  6324.         Arguments = {
  6325.           {
  6326.             Name = "animation",
  6327.             Type = "Instance"
  6328.           }
  6329.         },
  6330.         Name = "LoadAnimation"
  6331.       },
  6332.       {
  6333.         ReturnType = "void",
  6334.         Arguments = {
  6335.           {
  6336.             Name = "location",
  6337.             Type = "Vector3"
  6338.           },
  6339.           {
  6340.             Name = "part",
  6341.             Type = "Instance"
  6342.           }
  6343.         },
  6344.         Name = "MoveTo"
  6345.       },
  6346.       {
  6347.         ReturnType = "bool",
  6348.         Arguments = {
  6349.           {
  6350.             Name = "status",
  6351.             Type = "string"
  6352.           }
  6353.         },
  6354.         Name = "RemoveCustomStatus"
  6355.       },
  6356.       {
  6357.         ReturnType = "bool",
  6358.         Arguments = {
  6359.           {
  6360.             Type = "Status",
  6361.             Name = "status",
  6362.             DefaultValue = "Poison"
  6363.           }
  6364.         },
  6365.         Name = "RemoveStatus"
  6366.       },
  6367.       {
  6368.         ReturnType = "void",
  6369.         Arguments = {
  6370.           {
  6371.             Name = "enabled",
  6372.             Type = "bool"
  6373.           }
  6374.         },
  6375.         Name = "SetClickToWalkEnabled",
  6376.         RobloxScriptSecurity = true
  6377.       },
  6378.       {
  6379.         ReturnType = "void",
  6380.         Arguments = {
  6381.           {
  6382.             Name = "amount",
  6383.             Type = "float"
  6384.           }
  6385.         },
  6386.         Name = "TakeDamage"
  6387.       },
  6388.       {
  6389.         ReturnType = "void",
  6390.         Arguments = {
  6391.         },
  6392.         Name = "UnequipTools"
  6393.       },
  6394.       {
  6395.         ReturnType = "Instance",
  6396.         Arguments = {
  6397.           {
  6398.             Name = "animation",
  6399.             Type = "Instance"
  6400.           }
  6401.         },
  6402.         Name = "loadAnimation",
  6403.         deprecated = true
  6404.       },
  6405.       {
  6406.         ReturnType = "void",
  6407.         Arguments = {
  6408.           {
  6409.             Name = "amount",
  6410.             Type = "float"
  6411.           }
  6412.         },
  6413.         Name = "takeDamage",
  6414.         deprecated = true
  6415.       }
  6416.     }
  6417.   },
  6418.   RenderHooksService = {
  6419.     Inherits = "Instance",
  6420.     Events = {
  6421.     },
  6422.     ClassName = "RenderHooksService",
  6423.     Callbacks = {
  6424.     },
  6425.     Properties = {
  6426.     },
  6427.     Methods = {
  6428.       {
  6429.         ReturnType = "void",
  6430.         Arguments = {
  6431.         },
  6432.         Name = "CaptureMetrics",
  6433.         LocalUserSecurity = true
  6434.       },
  6435.       {
  6436.         ReturnType = "void",
  6437.         Arguments = {
  6438.           {
  6439.             Name = "qId",
  6440.             Type = "int"
  6441.           }
  6442.         },
  6443.         Name = "DisableQueue",
  6444.         LocalUserSecurity = true
  6445.       },
  6446.       {
  6447.         ReturnType = "void",
  6448.         Arguments = {
  6449.           {
  6450.             Name = "enabled",
  6451.             Type = "bool"
  6452.           }
  6453.         },
  6454.         Name = "EnableAdorns",
  6455.         LocalUserSecurity = true
  6456.       },
  6457.       {
  6458.         ReturnType = "void",
  6459.         Arguments = {
  6460.           {
  6461.             Name = "qId",
  6462.             Type = "int"
  6463.           }
  6464.         },
  6465.         Name = "EnableQueue",
  6466.         LocalUserSecurity = true
  6467.       },
  6468.       {
  6469.         ReturnType = "double",
  6470.         Arguments = {
  6471.         },
  6472.         Name = "GetDeltaAve",
  6473.         LocalUserSecurity = true
  6474.       },
  6475.       {
  6476.         ReturnType = "double",
  6477.         Arguments = {
  6478.         },
  6479.         Name = "GetGPUDelay",
  6480.         LocalUserSecurity = true
  6481.       },
  6482.       {
  6483.         ReturnType = "double",
  6484.         Arguments = {
  6485.         },
  6486.         Name = "GetPresentTime",
  6487.         LocalUserSecurity = true
  6488.       },
  6489.       {
  6490.         ReturnType = "double",
  6491.         Arguments = {
  6492.         },
  6493.         Name = "GetRenderAve",
  6494.         LocalUserSecurity = true
  6495.       },
  6496.       {
  6497.         ReturnType = "double",
  6498.         Arguments = {
  6499.         },
  6500.         Name = "GetRenderConfMax",
  6501.         LocalUserSecurity = true
  6502.       },
  6503.       {
  6504.         ReturnType = "double",
  6505.         Arguments = {
  6506.         },
  6507.         Name = "GetRenderConfMin",
  6508.         LocalUserSecurity = true
  6509.       },
  6510.       {
  6511.         ReturnType = "double",
  6512.         Arguments = {
  6513.         },
  6514.         Name = "GetRenderStd",
  6515.         LocalUserSecurity = true
  6516.       },
  6517.       {
  6518.         ReturnType = "void",
  6519.         Arguments = {
  6520.         },
  6521.         Name = "PrintScene",
  6522.         LocalUserSecurity = true
  6523.       },
  6524.       {
  6525.         ReturnType = "void",
  6526.         Arguments = {
  6527.         },
  6528.         Name = "ReloadShaders",
  6529.         LocalUserSecurity = true
  6530.       },
  6531.       {
  6532.         ReturnType = "void",
  6533.         Arguments = {
  6534.           {
  6535.             Name = "width",
  6536.             Type = "int"
  6537.           },
  6538.           {
  6539.             Name = "height",
  6540.             Type = "int"
  6541.           }
  6542.         },
  6543.         Name = "ResizeWindow",
  6544.         LocalUserSecurity = true
  6545.       }
  6546.     }
  6547.   },
  6548.   PhysicsPacketCache = {
  6549.     Inherits = "Instance",
  6550.     Events = {
  6551.     },
  6552.     ClassName = "PhysicsPacketCache",
  6553.     Callbacks = {
  6554.     },
  6555.     Properties = {
  6556.     },
  6557.     Methods = {
  6558.     }
  6559.   },
  6560.   RunningAverageItemDouble = {
  6561.     Inherits = "StatsItem",
  6562.     Events = {
  6563.     },
  6564.     ClassName = "RunningAverageItemDouble",
  6565.     Callbacks = {
  6566.     },
  6567.     Properties = {
  6568.     },
  6569.     Methods = {
  6570.     }
  6571.   },
  6572.   Light = {
  6573.     Inherits = "Instance",
  6574.     Events = {
  6575.     },
  6576.     ClassName = "Light",
  6577.     Callbacks = {
  6578.     },
  6579.     Properties = {
  6580.       {
  6581.         Name = "Brightness",
  6582.         Type = "float"
  6583.       },
  6584.       {
  6585.         Name = "Color",
  6586.         Type = "Color3"
  6587.       },
  6588.       {
  6589.         Name = "Enabled",
  6590.         Type = "bool"
  6591.       }
  6592.     },
  6593.     Methods = {
  6594.     }
  6595.   },
  6596.   BodyMover = {
  6597.     Inherits = "Instance",
  6598.     Events = {
  6599.     },
  6600.     ClassName = "BodyMover",
  6601.     Callbacks = {
  6602.     },
  6603.     Properties = {
  6604.     },
  6605.     Methods = {
  6606.     }
  6607.   },
  6608.   WedgePart = {
  6609.     Inherits = "FormFactorPart",
  6610.     Events = {
  6611.     },
  6612.     ClassName = "WedgePart",
  6613.     Callbacks = {
  6614.     },
  6615.     Properties = {
  6616.     },
  6617.     Methods = {
  6618.     }
  6619.   },
  6620.   ScriptService = {
  6621.     Inherits = "Instance",
  6622.     Events = {
  6623.     },
  6624.     ClassName = "ScriptService",
  6625.     Callbacks = {
  6626.     },
  6627.     Properties = {
  6628.     },
  6629.     Methods = {
  6630.     }
  6631.   },
  6632.   ImageButton = {
  6633.     Inherits = "GuiButton",
  6634.     Events = {
  6635.     },
  6636.     ClassName = "ImageButton",
  6637.     Callbacks = {
  6638.     },
  6639.     Properties = {
  6640.       {
  6641.         Name = "Image",
  6642.         Type = "Content"
  6643.       }
  6644.     },
  6645.     Methods = {
  6646.     }
  6647.   },
  6648.   GuiBase2d = {
  6649.     Inherits = "GuiBase",
  6650.     Events = {
  6651.     },
  6652.     ClassName = "GuiBase2d",
  6653.     Callbacks = {
  6654.     },
  6655.     Properties = {
  6656.       {
  6657.         Type = "Vector2",
  6658.         Name = "AbsolutePosition",
  6659.         readonly = true
  6660.       },
  6661.       {
  6662.         Type = "Vector2",
  6663.         Name = "AbsoluteSize",
  6664.         readonly = true
  6665.       }
  6666.     },
  6667.     notbrowsable = true,
  6668.     Methods = {
  6669.     }
  6670.   },
  6671.   DialogChoice = {
  6672.     Inherits = "Instance",
  6673.     Events = {
  6674.     },
  6675.     ClassName = "DialogChoice",
  6676.     Callbacks = {
  6677.     },
  6678.     Properties = {
  6679.       {
  6680.         Name = "ResponseDialog",
  6681.         Type = "string"
  6682.       },
  6683.       {
  6684.         Name = "UserDialog",
  6685.         Type = "string"
  6686.       }
  6687.     },
  6688.     Methods = {
  6689.     }
  6690.   },
  6691.   NumberValue = {
  6692.     Inherits = "Instance",
  6693.     Events = {
  6694.       {
  6695.         Name = "Changed",
  6696.         Arguments = {
  6697.           {
  6698.             Name = "value",
  6699.             Type = "double"
  6700.           }
  6701.         }
  6702.       },
  6703.       {
  6704.         deprecated = true,
  6705.         Arguments = {
  6706.           {
  6707.             Name = "value",
  6708.             Type = "double"
  6709.           }
  6710.         },
  6711.         Name = "changed"
  6712.       }
  6713.     },
  6714.     ClassName = "NumberValue",
  6715.     Callbacks = {
  6716.     },
  6717.     Properties = {
  6718.       {
  6719.         Name = "Value",
  6720.         Type = "double"
  6721.       }
  6722.     },
  6723.     Methods = {
  6724.     }
  6725.   },
  6726.   JointInstance = {
  6727.     Inherits = "Instance",
  6728.     Events = {
  6729.     },
  6730.     ClassName = "JointInstance",
  6731.     Callbacks = {
  6732.     },
  6733.     Properties = {
  6734.       {
  6735.         Name = "C0",
  6736.         Type = "CoordinateFrame"
  6737.       },
  6738.       {
  6739.         Name = "C1",
  6740.         Type = "CoordinateFrame"
  6741.       },
  6742.       {
  6743.         Name = "Part0",
  6744.         Type = "Object"
  6745.       },
  6746.       {
  6747.         Name = "Part1",
  6748.         Type = "Object"
  6749.       },
  6750.       {
  6751.         deprecated = true,
  6752.         Type = "Object",
  6753.         Name = "part1",
  6754.         hidden = true
  6755.       }
  6756.     },
  6757.     Methods = {
  6758.     }
  6759.   },
  6760.   CollectionService = {
  6761.     Inherits = "Instance",
  6762.     Events = {
  6763.       {
  6764.         Name = "ItemAdded",
  6765.         Arguments = {
  6766.           {
  6767.             Name = "instance",
  6768.             Type = "Instance"
  6769.           }
  6770.         }
  6771.       },
  6772.       {
  6773.         Name = "ItemRemoved",
  6774.         Arguments = {
  6775.           {
  6776.             Name = "instance",
  6777.             Type = "Instance"
  6778.           }
  6779.         }
  6780.       }
  6781.     },
  6782.     ClassName = "CollectionService",
  6783.     Callbacks = {
  6784.     },
  6785.     Properties = {
  6786.     },
  6787.     Methods = {
  6788.       {
  6789.         ReturnType = "Objects",
  6790.         Arguments = {
  6791.           {
  6792.             Name = "class",
  6793.             Type = "string"
  6794.           }
  6795.         },
  6796.         Name = "GetCollection"
  6797.       }
  6798.     }
  6799.   },
  6800.   Configuration = {
  6801.     Inherits = "Instance",
  6802.     Events = {
  6803.     },
  6804.     ClassName = "Configuration",
  6805.     Callbacks = {
  6806.     },
  6807.     Properties = {
  6808.     },
  6809.     Methods = {
  6810.     }
  6811.   },
  6812.   UserGameSettings = {
  6813.     Inherits = "Instance",
  6814.     Events = {
  6815.       {
  6816.         Name = "FullscreenChanged",
  6817.         Arguments = {
  6818.           {
  6819.             Name = "isFullscreen",
  6820.             Type = "bool"
  6821.           }
  6822.         }
  6823.       },
  6824.       {
  6825.         Name = "StudioModeChanged",
  6826.         Arguments = {
  6827.           {
  6828.             Name = "isStudioMode",
  6829.             Type = "bool"
  6830.           }
  6831.         }
  6832.       }
  6833.     },
  6834.     ClassName = "UserGameSettings",
  6835.     Callbacks = {
  6836.     },
  6837.     Properties = {
  6838.       {
  6839.         Name = "AllTutorialsDisabled",
  6840.         Type = "bool"
  6841.       },
  6842.       {
  6843.         Name = "ControlMode",
  6844.         Type = "ControlMode"
  6845.       },
  6846.       {
  6847.         Name = "Fullscreen",
  6848.         Type = "bool"
  6849.       },
  6850.       {
  6851.         Name = "SavedQualityLevel",
  6852.         Type = "SavedQualitySetting"
  6853.       },
  6854.       {
  6855.         Name = "VideoUploadPromptBehavior",
  6856.         Type = "UploadSetting"
  6857.       }
  6858.     },
  6859.     Methods = {
  6860.       {
  6861.         ReturnType = "bool",
  6862.         Arguments = {
  6863.           {
  6864.             Name = "tutorialId",
  6865.             Type = "string"
  6866.           }
  6867.         },
  6868.         Name = "GetTutorialState",
  6869.         RobloxScriptSecurity = true
  6870.       },
  6871.       {
  6872.         ReturnType = "bool",
  6873.         Arguments = {
  6874.         },
  6875.         Name = "InFullScreen"
  6876.       },
  6877.       {
  6878.         ReturnType = "bool",
  6879.         Arguments = {
  6880.         },
  6881.         Name = "InStudioMode"
  6882.       },
  6883.       {
  6884.         ReturnType = "void",
  6885.         Arguments = {
  6886.           {
  6887.             Name = "tutorialId",
  6888.             Type = "string"
  6889.           },
  6890.           {
  6891.             Name = "value",
  6892.             Type = "bool"
  6893.           }
  6894.         },
  6895.         Name = "SetTutorialState",
  6896.         RobloxScriptSecurity = true
  6897.       }
  6898.     }
  6899.   },
  6900.   SelectionPointLasso = {
  6901.     Inherits = "SelectionLasso",
  6902.     Events = {
  6903.     },
  6904.     ClassName = "SelectionPointLasso",
  6905.     Callbacks = {
  6906.     },
  6907.     Properties = {
  6908.       {
  6909.         Name = "Point",
  6910.         Type = "Vector3"
  6911.       }
  6912.     },
  6913.     Methods = {
  6914.     }
  6915.   },
  6916.   Skin = {
  6917.     Inherits = "CharacterAppearance",
  6918.     Events = {
  6919.     },
  6920.     ClassName = "Skin",
  6921.     Callbacks = {
  6922.     },
  6923.     Properties = {
  6924.       {
  6925.         Name = "SkinColor",
  6926.         Type = "BrickColor"
  6927.       }
  6928.     },
  6929.     Methods = {
  6930.     }
  6931.   },
  6932.   Pants = {
  6933.     Inherits = "Clothing",
  6934.     Events = {
  6935.     },
  6936.     ClassName = "Pants",
  6937.     Callbacks = {
  6938.     },
  6939.     Properties = {
  6940.       {
  6941.         Name = "PantsTemplate",
  6942.         Type = "Content"
  6943.       }
  6944.     },
  6945.     Methods = {
  6946.     }
  6947.   },
  6948.   ReflectionMetadataMember = {
  6949.     Inherits = "ReflectionMetadataItem",
  6950.     Events = {
  6951.     },
  6952.     ClassName = "ReflectionMetadataMember",
  6953.     Callbacks = {
  6954.     },
  6955.     Properties = {
  6956.     },
  6957.     Methods = {
  6958.     }
  6959.   },
  6960.   HopperBin = {
  6961.     Inherits = "BackpackItem",
  6962.     Events = {
  6963.       {
  6964.         Name = "Deselected",
  6965.         Arguments = {
  6966.         }
  6967.       },
  6968.       {
  6969.         Name = "Selected",
  6970.         Arguments = {
  6971.           {
  6972.             Name = "mouse",
  6973.             Type = "Instance"
  6974.           }
  6975.         }
  6976.       }
  6977.     },
  6978.     ClassName = "HopperBin",
  6979.     Callbacks = {
  6980.     },
  6981.     Properties = {
  6982.       {
  6983.         Name = "Active",
  6984.         Type = "bool"
  6985.       },
  6986.       {
  6987.         Name = "BinType",
  6988.         Type = "BinType"
  6989.       }
  6990.     },
  6991.     Methods = {
  6992.       {
  6993.         ReturnType = "void",
  6994.         Arguments = {
  6995.         },
  6996.         Name = "Disable",
  6997.         RobloxScriptSecurity = true
  6998.       },
  6999.       {
  7000.         ReturnType = "void",
  7001.         Arguments = {
  7002.         },
  7003.         Name = "ToggleSelect",
  7004.         RobloxScriptSecurity = true
  7005.       }
  7006.     }
  7007.   },
  7008.   RuntimeScriptService = {
  7009.     Inherits = "Instance",
  7010.     Events = {
  7011.     },
  7012.     ClassName = "RuntimeScriptService",
  7013.     Callbacks = {
  7014.     },
  7015.     Properties = {
  7016.     },
  7017.     notCreatable = true,
  7018.     Methods = {
  7019.     }
  7020.   },
  7021.   MotorFeature = {
  7022.     Inherits = "Feature",
  7023.     Events = {
  7024.     },
  7025.     ClassName = "MotorFeature",
  7026.     Callbacks = {
  7027.     },
  7028.     Properties = {
  7029.     },
  7030.     Methods = {
  7031.     }
  7032.   },
  7033.   Model = {
  7034.     Inherits = "PVInstance",
  7035.     Events = {
  7036.     },
  7037.     ClassName = "Model",
  7038.     Callbacks = {
  7039.     },
  7040.     Properties = {
  7041.       {
  7042.         Name = "PrimaryPart",
  7043.         Type = "Object"
  7044.       }
  7045.     },
  7046.     Methods = {
  7047.       {
  7048.         ReturnType = "void",
  7049.         Arguments = {
  7050.         },
  7051.         Name = "BreakJoints"
  7052.       },
  7053.       {
  7054.         ReturnType = "CoordinateFrame",
  7055.         Arguments = {
  7056.         },
  7057.         Name = "GetModelCFrame"
  7058.       },
  7059.       {
  7060.         ReturnType = "Vector3",
  7061.         Arguments = {
  7062.         },
  7063.         Name = "GetModelSize"
  7064.       },
  7065.       {
  7066.         ReturnType = "void",
  7067.         Arguments = {
  7068.         },
  7069.         Name = "MakeJoints"
  7070.       },
  7071.       {
  7072.         ReturnType = "void",
  7073.         Arguments = {
  7074.           {
  7075.             Name = "location",
  7076.             Type = "Vector3"
  7077.           }
  7078.         },
  7079.         Name = "MoveTo"
  7080.       },
  7081.       {
  7082.         ReturnType = "void",
  7083.         Arguments = {
  7084.         },
  7085.         Name = "ResetOrientationToIdentity"
  7086.       },
  7087.       {
  7088.         ReturnType = "void",
  7089.         Arguments = {
  7090.         },
  7091.         Name = "SetIdentityOrientation"
  7092.       },
  7093.       {
  7094.         ReturnType = "void",
  7095.         Arguments = {
  7096.           {
  7097.             Name = "offset",
  7098.             Type = "Vector3"
  7099.           }
  7100.         },
  7101.         Name = "TranslateBy"
  7102.       },
  7103.       {
  7104.         ReturnType = "void",
  7105.         Arguments = {
  7106.         },
  7107.         Name = "breakJoints",
  7108.         deprecated = true
  7109.       },
  7110.       {
  7111.         ReturnType = "void",
  7112.         Arguments = {
  7113.         },
  7114.         Name = "makeJoints",
  7115.         deprecated = true
  7116.       },
  7117.       {
  7118.         ReturnType = "void",
  7119.         Arguments = {
  7120.           {
  7121.             Name = "location",
  7122.             Type = "Vector3"
  7123.           }
  7124.         },
  7125.         Name = "move",
  7126.         deprecated = true
  7127.       },
  7128.       {
  7129.         ReturnType = "void",
  7130.         Arguments = {
  7131.           {
  7132.             Name = "location",
  7133.             Type = "Vector3"
  7134.           }
  7135.         },
  7136.         Name = "moveTo",
  7137.         deprecated = true
  7138.       }
  7139.     }
  7140.   },
  7141.   Snap = {
  7142.     Inherits = "JointInstance",
  7143.     Events = {
  7144.     },
  7145.     ClassName = "Snap",
  7146.     Callbacks = {
  7147.     },
  7148.     Properties = {
  7149.     },
  7150.     Methods = {
  7151.     }
  7152.   },
  7153.   BodyAngularVelocity = {
  7154.     Inherits = "BodyMover",
  7155.     Events = {
  7156.     },
  7157.     ClassName = "BodyAngularVelocity",
  7158.     Callbacks = {
  7159.     },
  7160.     Properties = {
  7161.       {
  7162.         Name = "P",
  7163.         Type = "float"
  7164.       },
  7165.       {
  7166.         Name = "angularvelocity",
  7167.         Type = "Vector3"
  7168.       },
  7169.       {
  7170.         Name = "maxTorque",
  7171.         Type = "Vector3"
  7172.       }
  7173.     },
  7174.     Methods = {
  7175.     }
  7176.   },
  7177.   VelocityMotor = {
  7178.     Inherits = "JointInstance",
  7179.     Events = {
  7180.     },
  7181.     ClassName = "VelocityMotor",
  7182.     Callbacks = {
  7183.     },
  7184.     Properties = {
  7185.       {
  7186.         Name = "CurrentAngle",
  7187.         Type = "float"
  7188.       },
  7189.       {
  7190.         Name = "DesiredAngle",
  7191.         Type = "float"
  7192.       },
  7193.       {
  7194.         Name = "Hole",
  7195.         Type = "Object"
  7196.       },
  7197.       {
  7198.         Name = "MaxVelocity",
  7199.         Type = "float"
  7200.       }
  7201.     },
  7202.     Methods = {
  7203.     }
  7204.   },
  7205.   SurfaceSelection = {
  7206.     Inherits = "PartAdornment",
  7207.     Events = {
  7208.     },
  7209.     ClassName = "SurfaceSelection",
  7210.     Callbacks = {
  7211.     },
  7212.     Properties = {
  7213.       {
  7214.         Name = "TargetSurface",
  7215.         Type = "NormalId"
  7216.       }
  7217.     },
  7218.     Methods = {
  7219.     }
  7220.   },
  7221.   Part = {
  7222.     Inherits = "FormFactorPart",
  7223.     Events = {
  7224.     },
  7225.     ClassName = "Part",
  7226.     Callbacks = {
  7227.     },
  7228.     Properties = {
  7229.       {
  7230.         Name = "Shape",
  7231.         Type = "PartType"
  7232.       }
  7233.     },
  7234.     Methods = {
  7235.     }
  7236.   },
  7237.   StarterPack = {
  7238.     Inherits = "GuiItem",
  7239.     Events = {
  7240.     },
  7241.     ClassName = "StarterPack",
  7242.     Callbacks = {
  7243.     },
  7244.     Properties = {
  7245.     },
  7246.     Methods = {
  7247.     }
  7248.   },
  7249.   PyramidPart = {
  7250.     Inherits = "BasePart",
  7251.     Events = {
  7252.     },
  7253.     ClassName = "PyramidPart",
  7254.     Callbacks = {
  7255.     },
  7256.     Properties = {
  7257.       {
  7258.         Name = "Sides",
  7259.         Type = "PyramidSides"
  7260.       }
  7261.     },
  7262.     notbrowsable = true,
  7263.     Methods = {
  7264.     }
  7265.   },
  7266.   DynamicRotate = {
  7267.     Inherits = "JointInstance",
  7268.     Events = {
  7269.     },
  7270.     ClassName = "DynamicRotate",
  7271.     Callbacks = {
  7272.     },
  7273.     Properties = {
  7274.       {
  7275.         Name = "BaseAngle",
  7276.         Type = "float"
  7277.       }
  7278.     },
  7279.     Methods = {
  7280.     }
  7281.   },
  7282.   FastLogSettings = {
  7283.     Inherits = "Instance",
  7284.     Events = {
  7285.     },
  7286.     ClassName = "FastLogSettings",
  7287.     Callbacks = {
  7288.     },
  7289.     Properties = {
  7290.     },
  7291.     Methods = {
  7292.       {
  7293.         ReturnType = "void",
  7294.         Arguments = {
  7295.           {
  7296.             Name = "filename",
  7297.             Type = "string"
  7298.           }
  7299.         },
  7300.         Name = "DumpLogs",
  7301.         LocalUserSecurity = true
  7302.       },
  7303.       {
  7304.         ReturnType = "void",
  7305.         Arguments = {
  7306.           {
  7307.             Name = "message",
  7308.             Type = "string"
  7309.           }
  7310.         },
  7311.         Name = "Print",
  7312.         LocalUserSecurity = true
  7313.       },
  7314.       {
  7315.         ReturnType = "void",
  7316.         Arguments = {
  7317.           {
  7318.             Name = "group",
  7319.             Type = "string"
  7320.           },
  7321.           {
  7322.             Type = "string",
  7323.             Name = "channel",
  7324.             DefaultValue = "ext"
  7325.           }
  7326.         },
  7327.         Name = "SetVariable",
  7328.         RobloxScriptSecurity = true
  7329.       }
  7330.     }
  7331.   },
  7332.   ArcHandles = {
  7333.     Inherits = "HandlesBase",
  7334.     Events = {
  7335.       {
  7336.         Name = "MouseButton1Down",
  7337.         Arguments = {
  7338.           {
  7339.             Name = "axis",
  7340.             Type = "Axis"
  7341.           }
  7342.         }
  7343.       },
  7344.       {
  7345.         Name = "MouseButton1Up",
  7346.         Arguments = {
  7347.           {
  7348.             Name = "axis",
  7349.             Type = "Axis"
  7350.           }
  7351.         }
  7352.       },
  7353.       {
  7354.         Name = "MouseDrag",
  7355.         Arguments = {
  7356.           {
  7357.             Name = "axis",
  7358.             Type = "Axis"
  7359.           },
  7360.           {
  7361.             Name = "relativeAngle",
  7362.             Type = "float"
  7363.           },
  7364.           {
  7365.             Name = "deltaRadius",
  7366.             Type = "float"
  7367.           }
  7368.         }
  7369.       },
  7370.       {
  7371.         Name = "MouseEnter",
  7372.         Arguments = {
  7373.           {
  7374.             Name = "axis",
  7375.             Type = "Axis"
  7376.           }
  7377.         }
  7378.       },
  7379.       {
  7380.         Name = "MouseLeave",
  7381.         Arguments = {
  7382.           {
  7383.             Name = "axis",
  7384.             Type = "Axis"
  7385.           }
  7386.         }
  7387.       }
  7388.     },
  7389.     ClassName = "ArcHandles",
  7390.     Callbacks = {
  7391.     },
  7392.     Properties = {
  7393.       {
  7394.         Name = "Axes",
  7395.         Type = "Axes"
  7396.       }
  7397.     },
  7398.     Methods = {
  7399.     }
  7400.   },
  7401.   LoginService = {
  7402.     Inherits = "Instance",
  7403.     Events = {
  7404.       {
  7405.         Arguments = {
  7406.           {
  7407.             Name = "loginError",
  7408.             Type = "string"
  7409.           }
  7410.         },
  7411.         Name = "LoginFailed",
  7412.         RobloxSecurity = true
  7413.       },
  7414.       {
  7415.         Arguments = {
  7416.           {
  7417.             Name = "username",
  7418.             Type = "string"
  7419.           }
  7420.         },
  7421.         Name = "LoginSucceeded",
  7422.         RobloxSecurity = true
  7423.       }
  7424.     },
  7425.     ClassName = "LoginService",
  7426.     Callbacks = {
  7427.     },
  7428.     Properties = {
  7429.     },
  7430.     Methods = {
  7431.       {
  7432.         ReturnType = "void",
  7433.         Arguments = {
  7434.         },
  7435.         Name = "Logout",
  7436.         RobloxSecurity = true
  7437.       },
  7438.       {
  7439.         ReturnType = "void",
  7440.         Arguments = {
  7441.         },
  7442.         Name = "PromptLogin",
  7443.         RobloxSecurity = true
  7444.       }
  7445.     }
  7446.   },
  7447.   Players = {
  7448.     Inherits = "Instance",
  7449.     Events = {
  7450.       {
  7451.         Arguments = {
  7452.           {
  7453.             Name = "player",
  7454.             Type = "Instance"
  7455.           },
  7456.           {
  7457.             Name = "player",
  7458.             Type = "Instance"
  7459.           },
  7460.           {
  7461.             Name = "friendRequestEvent",
  7462.             Type = "FriendRequestEvent"
  7463.           }
  7464.         },
  7465.         Name = "FriendRequestEvent",
  7466.         RobloxScriptSecurity = true
  7467.       },
  7468.       {
  7469.         Arguments = {
  7470.           {
  7471.             Name = "message",
  7472.             Type = "string"
  7473.           }
  7474.         },
  7475.         Name = "GameAnnounce",
  7476.         RobloxScriptSecurity = true
  7477.       },
  7478.       {
  7479.         Name = "PlayerAdded",
  7480.         Arguments = {
  7481.           {
  7482.             Name = "player",
  7483.             Type = "Instance"
  7484.           }
  7485.         }
  7486.       },
  7487.       {
  7488.         Arguments = {
  7489.           {
  7490.             Name = "player",
  7491.             Type = "Instance"
  7492.           }
  7493.         },
  7494.         Name = "PlayerAddedEarly",
  7495.         LocalUserSecurity = true
  7496.       },
  7497.       {
  7498.         Arguments = {
  7499.           {
  7500.             Name = "chatType",
  7501.             Type = "PlayerChatType"
  7502.           },
  7503.           {
  7504.             Name = "player",
  7505.             Type = "Instance"
  7506.           },
  7507.           {
  7508.             Name = "message",
  7509.             Type = "string"
  7510.           },
  7511.           {
  7512.             Name = "targetPlayer",
  7513.             Type = "Instance"
  7514.           }
  7515.         },
  7516.         Name = "PlayerChatted",
  7517.         LocalUserSecurity = true
  7518.       },
  7519.       {
  7520.         Name = "PlayerRemoving",
  7521.         Arguments = {
  7522.           {
  7523.             Name = "player",
  7524.             Type = "Instance"
  7525.           }
  7526.         }
  7527.       },
  7528.       {
  7529.         Arguments = {
  7530.           {
  7531.             Name = "player",
  7532.             Type = "Instance"
  7533.           }
  7534.         },
  7535.         Name = "PlayerRemovingLate",
  7536.         LocalUserSecurity = true
  7537.       }
  7538.     },
  7539.     ClassName = "Players",
  7540.     Callbacks = {
  7541.     },
  7542.     Properties = {
  7543.       {
  7544.         Type = "bool",
  7545.         Name = "BubbleChat",
  7546.         readonly = true
  7547.       },
  7548.       {
  7549.         Name = "CharacterAutoLoads",
  7550.         Type = "bool"
  7551.       },
  7552.       {
  7553.         Type = "bool",
  7554.         Name = "ClassicChat",
  7555.         readonly = true
  7556.       },
  7557.       {
  7558.         readonly = true,
  7559.         Type = "Object",
  7560.         Name = "LocalPlayer",
  7561.         hidden = true
  7562.       },
  7563.       {
  7564.         Type = "int",
  7565.         Name = "MaxPlayers",
  7566.         RobloxSecurity = true
  7567.       },
  7568.       {
  7569.         Type = "int",
  7570.         Name = "NumPlayers",
  7571.         readonly = true
  7572.       },
  7573.       {
  7574.         Type = "Object",
  7575.         Name = "localPlayer",
  7576.         deprecated = true,
  7577.         hidden = true,
  7578.         readonly = true
  7579.       },
  7580.       {
  7581.         Type = "int",
  7582.         Name = "numPlayers",
  7583.         deprecated = true,
  7584.         hidden = true,
  7585.         readonly = true
  7586.       }
  7587.     },
  7588.     Methods = {
  7589.       {
  7590.         ReturnType = "void",
  7591.         Arguments = {
  7592.           {
  7593.             Name = "key",
  7594.             Type = "string"
  7595.           }
  7596.         },
  7597.         Name = "AddLeaderboardKey",
  7598.         LocalUserSecurity = true
  7599.       },
  7600.       {
  7601.         ReturnType = "void",
  7602.         Arguments = {
  7603.           {
  7604.             Name = "message",
  7605.             Type = "string"
  7606.           }
  7607.         },
  7608.         Name = "Chat",
  7609.         LocalUserSecurity = true
  7610.       },
  7611.       {
  7612.         ReturnType = "Instance",
  7613.         Arguments = {
  7614.           {
  7615.             Name = "userId",
  7616.             Type = "int"
  7617.           }
  7618.         },
  7619.         Name = "CreateLocalPlayer",
  7620.         LocalUserSecurity = true
  7621.       },
  7622.       {
  7623.         ReturnType = "Instance",
  7624.         Arguments = {
  7625.           {
  7626.             Name = "userID",
  7627.             Type = "int"
  7628.           }
  7629.         },
  7630.         Name = "GetPlayerByID",
  7631.         LocalUserSecurity = true
  7632.       },
  7633.       {
  7634.         ReturnType = "Instance",
  7635.         Arguments = {
  7636.           {
  7637.             Name = "character",
  7638.             Type = "Instance"
  7639.           }
  7640.         },
  7641.         Name = "GetPlayerFromCharacter"
  7642.       },
  7643.       {
  7644.         ReturnType = "Objects",
  7645.         Arguments = {
  7646.         },
  7647.         Name = "GetPlayers"
  7648.       },
  7649.       {
  7650.         ReturnType = "void",
  7651.         Arguments = {
  7652.           {
  7653.             Name = "player",
  7654.             Type = "Instance"
  7655.           },
  7656.           {
  7657.             Name = "reason",
  7658.             Type = "string"
  7659.           },
  7660.           {
  7661.             Name = "optionalMessage",
  7662.             Type = "string"
  7663.           }
  7664.         },
  7665.         Name = "ReportAbuse",
  7666.         LocalUserSecurity = true
  7667.       },
  7668.       {
  7669.         ReturnType = "void",
  7670.         Arguments = {
  7671.           {
  7672.             Name = "url",
  7673.             Type = "string"
  7674.           }
  7675.         },
  7676.         Name = "SetAbuseReportUrl",
  7677.         RobloxSecurity = true
  7678.       },
  7679.       {
  7680.         ReturnType = "void",
  7681.         Arguments = {
  7682.           {
  7683.             Name = "url",
  7684.             Type = "string"
  7685.           }
  7686.         },
  7687.         Name = "SetBuildUserPermissionsUrl",
  7688.         RobloxSecurity = true
  7689.       },
  7690.       {
  7691.         ReturnType = "void",
  7692.         Arguments = {
  7693.           {
  7694.             Name = "url",
  7695.             Type = "string"
  7696.           }
  7697.         },
  7698.         Name = "SetChatFilterUrl",
  7699.         RobloxSecurity = true
  7700.       },
  7701.       {
  7702.         ReturnType = "void",
  7703.         Arguments = {
  7704.           {
  7705.             Type = "ChatStyle",
  7706.             Name = "style",
  7707.             DefaultValue = "Classic"
  7708.           }
  7709.         },
  7710.         Name = "SetChatStyle",
  7711.         LocalUserSecurity = true
  7712.       },
  7713.       {
  7714.         ReturnType = "void",
  7715.         Arguments = {
  7716.           {
  7717.             Name = "url",
  7718.             Type = "string"
  7719.           }
  7720.         },
  7721.         Name = "SetLoadDataUrl",
  7722.         LocalUserSecurity = true
  7723.       },
  7724.       {
  7725.         ReturnType = "void",
  7726.         Arguments = {
  7727.           {
  7728.             Name = "url",
  7729.             Type = "string"
  7730.           }
  7731.         },
  7732.         Name = "SetSaveDataUrl",
  7733.         LocalUserSecurity = true
  7734.       },
  7735.       {
  7736.         ReturnType = "void",
  7737.         Arguments = {
  7738.           {
  7739.             Name = "url",
  7740.             Type = "string"
  7741.           }
  7742.         },
  7743.         Name = "SetSaveLeaderboardDataUrl",
  7744.         LocalUserSecurity = true
  7745.       },
  7746.       {
  7747.         ReturnType = "void",
  7748.         Arguments = {
  7749.           {
  7750.             Name = "url",
  7751.             Type = "string"
  7752.           }
  7753.         },
  7754.         Name = "SetSysStatsUrl",
  7755.         LocalUserSecurity = true
  7756.       },
  7757.       {
  7758.         ReturnType = "void",
  7759.         Arguments = {
  7760.           {
  7761.             Name = "urlId",
  7762.             Type = "string"
  7763.           }
  7764.         },
  7765.         Name = "SetSysStatsUrlId",
  7766.         LocalUserSecurity = true
  7767.       },
  7768.       {
  7769.         ReturnType = "void",
  7770.         Arguments = {
  7771.           {
  7772.             Name = "message",
  7773.             Type = "string"
  7774.           }
  7775.         },
  7776.         Name = "TeamChat",
  7777.         LocalUserSecurity = true
  7778.       },
  7779.       {
  7780.         ReturnType = "void",
  7781.         Arguments = {
  7782.           {
  7783.             Name = "message",
  7784.             Type = "string"
  7785.           },
  7786.           {
  7787.             Name = "player",
  7788.             Type = "Instance"
  7789.           }
  7790.         },
  7791.         Name = "WhisperChat",
  7792.         LocalUserSecurity = true
  7793.       },
  7794.       {
  7795.         ReturnType = "Instance",
  7796.         Arguments = {
  7797.           {
  7798.             Name = "character",
  7799.             Type = "Instance"
  7800.           }
  7801.         },
  7802.         Name = "getPlayerFromCharacter",
  7803.         deprecated = true
  7804.       },
  7805.       {
  7806.         ReturnType = "Objects",
  7807.         Arguments = {
  7808.         },
  7809.         Name = "getPlayers",
  7810.         deprecated = true
  7811.       },
  7812.       {
  7813.         ReturnType = "Instance",
  7814.         Arguments = {
  7815.           {
  7816.             Name = "character",
  7817.             Type = "Instance"
  7818.           }
  7819.         },
  7820.         Name = "playerFromCharacter",
  7821.         deprecated = true
  7822.       },
  7823.       {
  7824.         ReturnType = "Objects",
  7825.         Arguments = {
  7826.         },
  7827.         Name = "players",
  7828.         deprecated = true
  7829.       }
  7830.     }
  7831.   },
  7832.   BaseScript = {
  7833.     Inherits = "Instance",
  7834.     Events = {
  7835.     },
  7836.     ClassName = "BaseScript",
  7837.     Callbacks = {
  7838.     },
  7839.     Properties = {
  7840.       {
  7841.         Name = "Disabled",
  7842.         Type = "bool"
  7843.       },
  7844.       {
  7845.         Name = "LinkedSource",
  7846.         Type = "Content"
  7847.       }
  7848.     },
  7849.     Methods = {
  7850.     }
  7851.   },
  7852.   ParallelRampPart = {
  7853.     Inherits = "BasePart",
  7854.     Events = {
  7855.     },
  7856.     ClassName = "ParallelRampPart",
  7857.     Callbacks = {
  7858.     },
  7859.     Properties = {
  7860.     },
  7861.     notbrowsable = true,
  7862.     Methods = {
  7863.     }
  7864.   },
  7865.   ClusterPacketCache = {
  7866.     Inherits = "Instance",
  7867.     Events = {
  7868.     },
  7869.     ClassName = "ClusterPacketCache",
  7870.     Callbacks = {
  7871.     },
  7872.     Properties = {
  7873.     },
  7874.     Methods = {
  7875.     }
  7876.   },
  7877.   VehicleController = {
  7878.     Inherits = "Controller",
  7879.     Events = {
  7880.     },
  7881.     ClassName = "VehicleController",
  7882.     Callbacks = {
  7883.     },
  7884.     Properties = {
  7885.     },
  7886.     Methods = {
  7887.     }
  7888.   },
  7889.   RayValue = {
  7890.     Inherits = "Instance",
  7891.     Events = {
  7892.       {
  7893.         Name = "Changed",
  7894.         Arguments = {
  7895.           {
  7896.             Name = "value",
  7897.             Type = "Ray"
  7898.           }
  7899.         }
  7900.       },
  7901.       {
  7902.         deprecated = true,
  7903.         Arguments = {
  7904.           {
  7905.             Name = "value",
  7906.             Type = "Ray"
  7907.           }
  7908.         },
  7909.         Name = "changed"
  7910.       }
  7911.     },
  7912.     ClassName = "RayValue",
  7913.     Callbacks = {
  7914.     },
  7915.     Properties = {
  7916.       {
  7917.         Name = "Value",
  7918.         Type = "Ray"
  7919.       }
  7920.     },
  7921.     Methods = {
  7922.     }
  7923.   },
  7924.   RotateP = {
  7925.     Inherits = "DynamicRotate",
  7926.     Events = {
  7927.     },
  7928.     ClassName = "RotateP",
  7929.     Callbacks = {
  7930.     },
  7931.     Properties = {
  7932.     },
  7933.     Methods = {
  7934.     }
  7935.   },
  7936.   Camera = {
  7937.     Inherits = "Instance",
  7938.     Events = {
  7939.       {
  7940.         Arguments = {
  7941.           {
  7942.             Name = "entering",
  7943.             Type = "bool"
  7944.           }
  7945.         },
  7946.         Name = "FirstPersonTransition",
  7947.         RobloxPlaceSecurity = true
  7948.       },
  7949.       {
  7950.         Name = "InterpolationFinished",
  7951.         Arguments = {
  7952.         }
  7953.       }
  7954.     },
  7955.     ClassName = "Camera",
  7956.     Callbacks = {
  7957.     },
  7958.     Properties = {
  7959.       {
  7960.         Name = "CameraSubject",
  7961.         Type = "Object"
  7962.       },
  7963.       {
  7964.         Name = "CameraType",
  7965.         Type = "CameraType"
  7966.       },
  7967.       {
  7968.         Name = "CoordinateFrame",
  7969.         Type = "CoordinateFrame"
  7970.       },
  7971.       {
  7972.         Name = "FieldOfView",
  7973.         Type = "float"
  7974.       },
  7975.       {
  7976.         Name = "Focus",
  7977.         Type = "CoordinateFrame"
  7978.       },
  7979.       {
  7980.         deprecated = true,
  7981.         Type = "CoordinateFrame",
  7982.         Name = "focus"
  7983.       }
  7984.     },
  7985.     Methods = {
  7986.       {
  7987.         ReturnType = "float",
  7988.         Arguments = {
  7989.         },
  7990.         Name = "GetPanSpeed",
  7991.         RobloxPlaceSecurity = true
  7992.       },
  7993.       {
  7994.         ReturnType = "float",
  7995.         Arguments = {
  7996.         },
  7997.         Name = "GetRoll"
  7998.       },
  7999.       {
  8000.         ReturnType = "float",
  8001.         Arguments = {
  8002.         },
  8003.         Name = "GetTiltSpeed",
  8004.         RobloxPlaceSecurity = true
  8005.       },
  8006.       {
  8007.         ReturnType = "void",
  8008.         Arguments = {
  8009.           {
  8010.             Name = "endPos",
  8011.             Type = "CoordinateFrame"
  8012.           },
  8013.           {
  8014.             Name = "endFocus",
  8015.             Type = "CoordinateFrame"
  8016.           },
  8017.           {
  8018.             Name = "duration",
  8019.             Type = "float"
  8020.           }
  8021.         },
  8022.         Name = "Interpolate"
  8023.       },
  8024.       {
  8025.         ReturnType = "void",
  8026.         Arguments = {
  8027.           {
  8028.             Name = "units",
  8029.             Type = "int"
  8030.           }
  8031.         },
  8032.         Name = "PanUnits",
  8033.         RobloxScriptSecurity = true
  8034.       },
  8035.       {
  8036.         ReturnType = "void",
  8037.         Arguments = {
  8038.           {
  8039.             Type = "CameraInputMode",
  8040.             Name = "mode",
  8041.             DefaultValue = "Classic"
  8042.           }
  8043.         },
  8044.         Name = "SetCameraInputMode",
  8045.         RobloxPlaceSecurity = true
  8046.       },
  8047.       {
  8048.         ReturnType = "void",
  8049.         Arguments = {
  8050.           {
  8051.             Name = "rollAngle",
  8052.             Type = "float"
  8053.           }
  8054.         },
  8055.         Name = "SetRoll"
  8056.       },
  8057.       {
  8058.         ReturnType = "bool",
  8059.         Arguments = {
  8060.           {
  8061.             Name = "units",
  8062.             Type = "int"
  8063.           }
  8064.         },
  8065.         Name = "TiltUnits",
  8066.         RobloxScriptSecurity = true
  8067.       },
  8068.       {
  8069.         ReturnType = "bool",
  8070.         Arguments = {
  8071.           {
  8072.             Name = "distance",
  8073.             Type = "float"
  8074.           }
  8075.         },
  8076.         Name = "Zoom",
  8077.         RobloxScriptSecurity = true
  8078.       }
  8079.     }
  8080.   },
  8081.   BodyForce = {
  8082.     Inherits = "BodyMover",
  8083.     Events = {
  8084.     },
  8085.     ClassName = "BodyForce",
  8086.     Callbacks = {
  8087.     },
  8088.     Properties = {
  8089.       {
  8090.         Name = "force",
  8091.         Type = "Vector3"
  8092.       }
  8093.     },
  8094.     Methods = {
  8095.     }
  8096.   },
  8097.   Motor6D = {
  8098.     Inherits = "Motor",
  8099.     Events = {
  8100.     },
  8101.     ClassName = "Motor6D",
  8102.     Callbacks = {
  8103.     },
  8104.     Properties = {
  8105.     },
  8106.     Methods = {
  8107.     }
  8108.   },
  8109.   BasePart = {
  8110.     Inherits = "PVInstance",
  8111.     Events = {
  8112.       {
  8113.         deprecated = true,
  8114.         Arguments = {
  8115.           {
  8116.             Name = "part",
  8117.             Type = "Instance"
  8118.           }
  8119.         },
  8120.         Name = "LocalSimulationTouched"
  8121.       },
  8122.       {
  8123.         deprecated = true,
  8124.         Arguments = {
  8125.         },
  8126.         Name = "OutfitChanged"
  8127.       },
  8128.       {
  8129.         Name = "StoppedTouching",
  8130.         Arguments = {
  8131.           {
  8132.             Name = "otherPart",
  8133.             Type = "Instance"
  8134.           }
  8135.         }
  8136.       },
  8137.       {
  8138.         Name = "TouchEnded",
  8139.         Arguments = {
  8140.           {
  8141.             Name = "otherPart",
  8142.             Type = "Instance"
  8143.           }
  8144.         }
  8145.       },
  8146.       {
  8147.         Name = "Touched",
  8148.         Arguments = {
  8149.           {
  8150.             Name = "otherPart",
  8151.             Type = "Instance"
  8152.           }
  8153.         }
  8154.       },
  8155.       {
  8156.         deprecated = true,
  8157.         Arguments = {
  8158.           {
  8159.             Name = "otherPart",
  8160.             Type = "Instance"
  8161.           }
  8162.         },
  8163.         Name = "touched"
  8164.       }
  8165.     },
  8166.     ClassName = "BasePart",
  8167.     Callbacks = {
  8168.     },
  8169.     Properties = {
  8170.       {
  8171.         Name = "Anchored",
  8172.         Type = "bool"
  8173.       },
  8174.       {
  8175.         Name = "BackParamA",
  8176.         Type = "float"
  8177.       },
  8178.       {
  8179.         Name = "BackParamB",
  8180.         Type = "float"
  8181.       },
  8182.       {
  8183.         Name = "BackSurface",
  8184.         Type = "SurfaceType"
  8185.       },
  8186.       {
  8187.         Name = "BackSurfaceInput",
  8188.         Type = "InputType"
  8189.       },
  8190.       {
  8191.         Name = "BottomParamA",
  8192.         Type = "float"
  8193.       },
  8194.       {
  8195.         Name = "BottomParamB",
  8196.         Type = "float"
  8197.       },
  8198.       {
  8199.         Name = "BottomSurface",
  8200.         Type = "SurfaceType"
  8201.       },
  8202.       {
  8203.         Name = "BottomSurfaceInput",
  8204.         Type = "InputType"
  8205.       },
  8206.       {
  8207.         Name = "BrickColor",
  8208.         Type = "BrickColor"
  8209.       },
  8210.       {
  8211.         Name = "CFrame",
  8212.         Type = "CoordinateFrame"
  8213.       },
  8214.       {
  8215.         Name = "CanCollide",
  8216.         Type = "bool"
  8217.       },
  8218.       {
  8219.         deprecated = true,
  8220.         Type = "Color3",
  8221.         Name = "Color"
  8222.       },
  8223.       {
  8224.         Name = "Elasticity",
  8225.         Type = "float"
  8226.       },
  8227.       {
  8228.         Name = "Friction",
  8229.         Type = "float"
  8230.       },
  8231.       {
  8232.         Name = "FrontParamA",
  8233.         Type = "float"
  8234.       },
  8235.       {
  8236.         Name = "FrontParamB",
  8237.         Type = "float"
  8238.       },
  8239.       {
  8240.         Name = "FrontSurface",
  8241.         Type = "SurfaceType"
  8242.       },
  8243.       {
  8244.         Name = "FrontSurfaceInput",
  8245.         Type = "InputType"
  8246.       },
  8247.       {
  8248.         Name = "LeftParamA",
  8249.         Type = "float"
  8250.       },
  8251.       {
  8252.         Name = "LeftParamB",
  8253.         Type = "float"
  8254.       },
  8255.       {
  8256.         Name = "LeftSurface",
  8257.         Type = "SurfaceType"
  8258.       },
  8259.       {
  8260.         Name = "LeftSurfaceInput",
  8261.         Type = "InputType"
  8262.       },
  8263.       {
  8264.         Name = "Locked",
  8265.         Type = "bool"
  8266.       },
  8267.       {
  8268.         Name = "Material",
  8269.         Type = "Material"
  8270.       },
  8271.       {
  8272.         Name = "Position",
  8273.         Type = "Vector3"
  8274.       },
  8275.       {
  8276.         readonly = true,
  8277.         Type = "float",
  8278.         Name = "ReceiveAge",
  8279.         hidden = true
  8280.       },
  8281.       {
  8282.         Name = "Reflectance",
  8283.         Type = "float"
  8284.       },
  8285.       {
  8286.         Type = "int",
  8287.         Name = "ResizeIncrement",
  8288.         readonly = true
  8289.       },
  8290.       {
  8291.         Type = "Faces",
  8292.         Name = "ResizeableFaces",
  8293.         readonly = true
  8294.       },
  8295.       {
  8296.         Name = "RightParamA",
  8297.         Type = "float"
  8298.       },
  8299.       {
  8300.         Name = "RightParamB",
  8301.         Type = "float"
  8302.       },
  8303.       {
  8304.         Name = "RightSurface",
  8305.         Type = "SurfaceType"
  8306.       },
  8307.       {
  8308.         Name = "RightSurfaceInput",
  8309.         Type = "InputType"
  8310.       },
  8311.       {
  8312.         Name = "RotVelocity",
  8313.         Type = "Vector3"
  8314.       },
  8315.       {
  8316.         Name = "Rotation",
  8317.         Type = "Vector3"
  8318.       },
  8319.       {
  8320.         Name = "Size",
  8321.         Type = "Vector3"
  8322.       },
  8323.       {
  8324.         Type = "float",
  8325.         Name = "SpecificGravity",
  8326.         readonly = true
  8327.       },
  8328.       {
  8329.         Name = "TopParamA",
  8330.         Type = "float"
  8331.       },
  8332.       {
  8333.         Name = "TopParamB",
  8334.         Type = "float"
  8335.       },
  8336.       {
  8337.         Name = "TopSurface",
  8338.         Type = "SurfaceType"
  8339.       },
  8340.       {
  8341.         Name = "TopSurfaceInput",
  8342.         Type = "InputType"
  8343.       },
  8344.       {
  8345.         Name = "Transparency",
  8346.         Type = "float"
  8347.       },
  8348.       {
  8349.         Name = "Velocity",
  8350.         Type = "Vector3"
  8351.       },
  8352.       {
  8353.         deprecated = true,
  8354.         Type = "BrickColor",
  8355.         Name = "brickColor"
  8356.       }
  8357.     },
  8358.     notbrowsable = true,
  8359.     Methods = {
  8360.       {
  8361.         ReturnType = "void",
  8362.         Arguments = {
  8363.         },
  8364.         Name = "BreakJoints"
  8365.       },
  8366.       {
  8367.         ReturnType = "Objects",
  8368.         Arguments = {
  8369.           {
  8370.             Type = "bool",
  8371.             Name = "recursive",
  8372.             DefaultValue = "false"
  8373.           }
  8374.         },
  8375.         Name = "GetConnectedParts",
  8376.         RobloxPlaceSecurity = true
  8377.       },
  8378.       {
  8379.         ReturnType = "float",
  8380.         Arguments = {
  8381.         },
  8382.         Name = "GetMass"
  8383.       },
  8384.       {
  8385.         ReturnType = "bool",
  8386.         Arguments = {
  8387.         },
  8388.         Name = "IsGrounded",
  8389.         RobloxPlaceSecurity = true
  8390.       },
  8391.       {
  8392.         ReturnType = "void",
  8393.         Arguments = {
  8394.         },
  8395.         Name = "MakeJoints"
  8396.       },
  8397.       {
  8398.         ReturnType = "bool",
  8399.         Arguments = {
  8400.           {
  8401.             Name = "normalId",
  8402.             Type = "NormalId"
  8403.           },
  8404.           {
  8405.             Name = "deltaAmount",
  8406.             Type = "int"
  8407.           }
  8408.         },
  8409.         Name = "Resize"
  8410.       },
  8411.       {
  8412.         ReturnType = "void",
  8413.         Arguments = {
  8414.         },
  8415.         Name = "breakJoints",
  8416.         deprecated = true
  8417.       },
  8418.       {
  8419.         ReturnType = "float",
  8420.         Arguments = {
  8421.         },
  8422.         Name = "getMass",
  8423.         deprecated = true
  8424.       },
  8425.       {
  8426.         ReturnType = "void",
  8427.         Arguments = {
  8428.         },
  8429.         Name = "makeJoints",
  8430.         deprecated = true
  8431.       },
  8432.       {
  8433.         ReturnType = "bool",
  8434.         Arguments = {
  8435.           {
  8436.             Name = "normalId",
  8437.             Type = "NormalId"
  8438.           },
  8439.           {
  8440.             Name = "deltaAmount",
  8441.             Type = "int"
  8442.           }
  8443.         },
  8444.         Name = "resize",
  8445.         deprecated = true
  8446.       }
  8447.     }
  8448.   },
  8449.   PartAdornment = {
  8450.     Inherits = "GuiBase3d",
  8451.     Events = {
  8452.     },
  8453.     ClassName = "PartAdornment",
  8454.     Callbacks = {
  8455.     },
  8456.     Properties = {
  8457.       {
  8458.         Name = "Adornee",
  8459.         Type = "Object"
  8460.       }
  8461.     },
  8462.     Methods = {
  8463.     }
  8464.   },
  8465.   TextButton = {
  8466.     Inherits = "GuiButton",
  8467.     Events = {
  8468.     },
  8469.     ClassName = "TextButton",
  8470.     Callbacks = {
  8471.     },
  8472.     Properties = {
  8473.       {
  8474.         Name = "Font",
  8475.         Type = "Font"
  8476.       },
  8477.       {
  8478.         Name = "FontSize",
  8479.         Type = "FontSize"
  8480.       },
  8481.       {
  8482.         Name = "Text",
  8483.         Type = "string"
  8484.       },
  8485.       {
  8486.         Type = "Vector2",
  8487.         Name = "TextBounds",
  8488.         readonly = true
  8489.       },
  8490.       {
  8491.         deprecated = true,
  8492.         Type = "BrickColor",
  8493.         Name = "TextColor",
  8494.         hidden = true
  8495.       },
  8496.       {
  8497.         Name = "TextColor3",
  8498.         Type = "Color3"
  8499.       },
  8500.       {
  8501.         Type = "bool",
  8502.         Name = "TextFits",
  8503.         readonly = true
  8504.       },
  8505.       {
  8506.         Name = "TextScaled",
  8507.         Type = "bool"
  8508.       },
  8509.       {
  8510.         Name = "TextStrokeColor3",
  8511.         Type = "Color3"
  8512.       },
  8513.       {
  8514.         Name = "TextStrokeTransparency",
  8515.         Type = "float"
  8516.       },
  8517.       {
  8518.         Name = "TextTransparency",
  8519.         Type = "float"
  8520.       },
  8521.       {
  8522.         deprecated = true,
  8523.         Type = "bool",
  8524.         Name = "TextWrap"
  8525.       },
  8526.       {
  8527.         Name = "TextWrapped",
  8528.         Type = "bool"
  8529.       },
  8530.       {
  8531.         Name = "TextXAlignment",
  8532.         Type = "TextXAlignment"
  8533.       },
  8534.       {
  8535.         Name = "TextYAlignment",
  8536.         Type = "TextYAlignment"
  8537.       }
  8538.     },
  8539.     Methods = {
  8540.     }
  8541.   },
  8542.   Sound = {
  8543.     Inherits = "Instance",
  8544.     Events = {
  8545.     },
  8546.     ClassName = "Sound",
  8547.     Callbacks = {
  8548.     },
  8549.     Properties = {
  8550.       {
  8551.         Type = "bool",
  8552.         Name = "IsPaused",
  8553.         readonly = true
  8554.       },
  8555.       {
  8556.         Type = "bool",
  8557.         Name = "IsPlaying",
  8558.         readonly = true
  8559.       },
  8560.       {
  8561.         Name = "Looped",
  8562.         Type = "bool"
  8563.       },
  8564.       {
  8565.         Name = "Pitch",
  8566.         Type = "float"
  8567.       },
  8568.       {
  8569.         Name = "PlayOnRemove",
  8570.         Type = "bool"
  8571.       },
  8572.       {
  8573.         Name = "SoundId",
  8574.         Type = "Content"
  8575.       },
  8576.       {
  8577.         Name = "Volume",
  8578.         Type = "float"
  8579.       },
  8580.       {
  8581.         deprecated = true,
  8582.         Type = "bool",
  8583.         Name = "isPlaying",
  8584.         readonly = true
  8585.       }
  8586.     },
  8587.     Methods = {
  8588.       {
  8589.         ReturnType = "void",
  8590.         Arguments = {
  8591.         },
  8592.         Name = "Pause"
  8593.       },
  8594.       {
  8595.         ReturnType = "void",
  8596.         Arguments = {
  8597.         },
  8598.         Name = "Play"
  8599.       },
  8600.       {
  8601.         ReturnType = "void",
  8602.         Arguments = {
  8603.         },
  8604.         Name = "Stop"
  8605.       },
  8606.       {
  8607.         ReturnType = "void",
  8608.         Arguments = {
  8609.         },
  8610.         Name = "pause",
  8611.         deprecated = true
  8612.       },
  8613.       {
  8614.         ReturnType = "void",
  8615.         Arguments = {
  8616.         },
  8617.         Name = "play",
  8618.         deprecated = true
  8619.       },
  8620.       {
  8621.         ReturnType = "void",
  8622.         Arguments = {
  8623.         },
  8624.         Name = "stop",
  8625.         deprecated = true
  8626.       }
  8627.     }
  8628.   },
  8629.   RootInstance = {
  8630.     Inherits = "Model",
  8631.     Events = {
  8632.     },
  8633.     ClassName = "RootInstance",
  8634.     Callbacks = {
  8635.     },
  8636.     Properties = {
  8637.     },
  8638.     notbrowsable = true,
  8639.     Methods = {
  8640.     }
  8641.   },
  8642.   ScriptContext = {
  8643.     Inherits = "Instance",
  8644.     Events = {
  8645.       {
  8646.         Arguments = {
  8647.           {
  8648.             Name = "object",
  8649.             Type = "Instance"
  8650.           },
  8651.           {
  8652.             Name = "member",
  8653.             Type = "string"
  8654.           },
  8655.           {
  8656.             Name = "script",
  8657.             Type = "Instance"
  8658.           }
  8659.         },
  8660.         Name = "CamelCaseViolation",
  8661.         RobloxScriptSecurity = true
  8662.       },
  8663.       {
  8664.         Arguments = {
  8665.           {
  8666.             Name = "message",
  8667.             Type = "string"
  8668.           },
  8669.           {
  8670.             Name = "stackTrace",
  8671.             Type = "string"
  8672.           },
  8673.           {
  8674.             Name = "script",
  8675.             Type = "Instance"
  8676.           }
  8677.         },
  8678.         Name = "Error",
  8679.         RobloxPlaceSecurity = true
  8680.       }
  8681.     },
  8682.     ClassName = "ScriptContext",
  8683.     Callbacks = {
  8684.     },
  8685.     Properties = {
  8686.       {
  8687.         Type = "int",
  8688.         Name = "GarbageCollectionFrequency",
  8689.         RobloxScriptSecurity = true
  8690.       },
  8691.       {
  8692.         Type = "int",
  8693.         Name = "GarbageCollectionLimit",
  8694.         RobloxScriptSecurity = true
  8695.       },
  8696.       {
  8697.         Type = "bool",
  8698.         Name = "ScriptsDisabled",
  8699.         LocalUserSecurity = true
  8700.       }
  8701.     },
  8702.     notCreatable = true,
  8703.     Methods = {
  8704.       {
  8705.         ReturnType = "void",
  8706.         Arguments = {
  8707.           {
  8708.             Name = "assetId",
  8709.             Type = "int"
  8710.           },
  8711.           {
  8712.             Name = "parent",
  8713.             Type = "Instance"
  8714.           },
  8715.           {
  8716.             Name = "name",
  8717.             Type = "string"
  8718.           }
  8719.         },
  8720.         Name = "AddCoreScript",
  8721.         RobloxScriptSecurity = true
  8722.       },
  8723.       {
  8724.         ReturnType = "void",
  8725.         Arguments = {
  8726.           {
  8727.             Name = "assetId",
  8728.             Type = "int"
  8729.           }
  8730.         },
  8731.         Name = "AddStarterScript",
  8732.         LocalUserSecurity = true
  8733.       },
  8734.       {
  8735.         ReturnType = "Tuple",
  8736.         Arguments = {
  8737.           {
  8738.             Type = "bool",
  8739.             Name = "clearHighwaterMark",
  8740.             DefaultValue = "true"
  8741.           }
  8742.         },
  8743.         Name = "GetHeapStats",
  8744.         RobloxScriptSecurity = true
  8745.       },
  8746.       {
  8747.         ReturnType = "Array",
  8748.         Arguments = {
  8749.         },
  8750.         Name = "GetScriptStats",
  8751.         RobloxScriptSecurity = true
  8752.       },
  8753.       {
  8754.         ReturnType = "void",
  8755.         Arguments = {
  8756.         },
  8757.         Name = "LibraryRegistrationComplete",
  8758.         RobloxScriptSecurity = true
  8759.       },
  8760.       {
  8761.         ReturnType = "void",
  8762.         Arguments = {
  8763.           {
  8764.             Name = "libraryName",
  8765.             Type = "string"
  8766.           },
  8767.           {
  8768.             Name = "scriptInstance",
  8769.             Type = "Instance"
  8770.           }
  8771.         },
  8772.         Name = "RegisterDevelopmentLibrary",
  8773.         RobloxScriptSecurity = true
  8774.       },
  8775.       {
  8776.         ReturnType = "void",
  8777.         Arguments = {
  8778.           {
  8779.             Name = "libraryName",
  8780.             Type = "string"
  8781.           },
  8782.           {
  8783.             Name = "assetId",
  8784.             Type = "string"
  8785.           }
  8786.         },
  8787.         Name = "RegisterLibrary",
  8788.         RobloxScriptSecurity = true
  8789.       },
  8790.       {
  8791.         ReturnType = "void",
  8792.         Arguments = {
  8793.           {
  8794.             Name = "libraryName",
  8795.             Type = "string"
  8796.           },
  8797.           {
  8798.             Name = "assetId",
  8799.             Type = "string"
  8800.           }
  8801.         },
  8802.         Name = "RegisterRobloxLibrary",
  8803.         RobloxScriptSecurity = true
  8804.       },
  8805.       {
  8806.         ReturnType = "void",
  8807.         Arguments = {
  8808.           {
  8809.             Type = "bool",
  8810.             Name = "enable",
  8811.             DefaultValue = "false"
  8812.           }
  8813.         },
  8814.         Name = "SetCollectScriptStats",
  8815.         RobloxScriptSecurity = true
  8816.       },
  8817.       {
  8818.         ReturnType = "void",
  8819.         Arguments = {
  8820.           {
  8821.             Name = "seconds",
  8822.             Type = "double"
  8823.           }
  8824.         },
  8825.         Name = "SetTimeout",
  8826.         LocalUserSecurity = true
  8827.       }
  8828.     }
  8829.   },
  8830.   SpawnLocation = {
  8831.     Inherits = "Part",
  8832.     Events = {
  8833.     },
  8834.     ClassName = "SpawnLocation",
  8835.     Callbacks = {
  8836.     },
  8837.     Properties = {
  8838.       {
  8839.         Name = "AllowTeamChangeOnTouch",
  8840.         Type = "bool"
  8841.       },
  8842.       {
  8843.         Name = "Duration",
  8844.         Type = "int"
  8845.       },
  8846.       {
  8847.         Name = "Neutral",
  8848.         Type = "bool"
  8849.       },
  8850.       {
  8851.         Name = "TeamColor",
  8852.         Type = "BrickColor"
  8853.       }
  8854.     },
  8855.     Methods = {
  8856.     }
  8857.   },
  8858.   BodyPosition = {
  8859.     Inherits = "BodyMover",
  8860.     Events = {
  8861.       {
  8862.         Name = "ReachedTarget",
  8863.         Arguments = {
  8864.         }
  8865.       }
  8866.     },
  8867.     ClassName = "BodyPosition",
  8868.     Callbacks = {
  8869.     },
  8870.     Properties = {
  8871.       {
  8872.         Name = "D",
  8873.         Type = "float"
  8874.       },
  8875.       {
  8876.         Name = "P",
  8877.         Type = "float"
  8878.       },
  8879.       {
  8880.         Name = "maxForce",
  8881.         Type = "Vector3"
  8882.       },
  8883.       {
  8884.         Name = "position",
  8885.         Type = "Vector3"
  8886.       }
  8887.     },
  8888.     Methods = {
  8889.       {
  8890.         ReturnType = "Vector3",
  8891.         Arguments = {
  8892.         },
  8893.         Name = "GetLastForce"
  8894.       },
  8895.       {
  8896.         ReturnType = "Vector3",
  8897.         Arguments = {
  8898.         },
  8899.         Name = "lastForce"
  8900.       }
  8901.     }
  8902.   },
  8903.   ScreenGui = {
  8904.     Inherits = "LayerCollector",
  8905.     Events = {
  8906.     },
  8907.     ClassName = "ScreenGui",
  8908.     Callbacks = {
  8909.     },
  8910.     Properties = {
  8911.     },
  8912.     Methods = {
  8913.     }
  8914.   },
  8915.   ReflectionMetadataYieldFunctions = {
  8916.     Inherits = "Instance",
  8917.     Events = {
  8918.     },
  8919.     ClassName = "ReflectionMetadataYieldFunctions",
  8920.     Callbacks = {
  8921.     },
  8922.     Properties = {
  8923.     },
  8924.     Methods = {
  8925.     }
  8926.   },
  8927.   AnimationTrackState = {
  8928.     Inherits = "Instance",
  8929.     Events = {
  8930.     },
  8931.     ClassName = "AnimationTrackState",
  8932.     Callbacks = {
  8933.     },
  8934.     Properties = {
  8935.     },
  8936.     Methods = {
  8937.     }
  8938.   },
  8939.   Dialog = {
  8940.     Inherits = "Instance",
  8941.     Events = {
  8942.       {
  8943.         Name = "DialogChoiceSelected",
  8944.         Arguments = {
  8945.           {
  8946.             Name = "player",
  8947.             Type = "Instance"
  8948.           },
  8949.           {
  8950.             Name = "dialogChoice",
  8951.             Type = "Instance"
  8952.           }
  8953.         }
  8954.       }
  8955.     },
  8956.     ClassName = "Dialog",
  8957.     Callbacks = {
  8958.     },
  8959.     Properties = {
  8960.       {
  8961.         Name = "ConversationDistance",
  8962.         Type = "float"
  8963.       },
  8964.       {
  8965.         Name = "InUse",
  8966.         Type = "bool"
  8967.       },
  8968.       {
  8969.         Name = "InitialPrompt",
  8970.         Type = "string"
  8971.       },
  8972.       {
  8973.         Name = "Purpose",
  8974.         Type = "DialogPurpose"
  8975.       },
  8976.       {
  8977.         Name = "Tone",
  8978.         Type = "DialogTone"
  8979.       }
  8980.     },
  8981.     Methods = {
  8982.       {
  8983.         ReturnType = "void",
  8984.         Arguments = {
  8985.           {
  8986.             Name = "player",
  8987.             Type = "Instance"
  8988.           },
  8989.           {
  8990.             Name = "dialogChoice",
  8991.             Type = "Instance"
  8992.           }
  8993.         },
  8994.         Name = "SignalDialogChoiceSelected",
  8995.         RobloxScriptSecurity = true
  8996.       }
  8997.     }
  8998.   },
  8999.   Visit = {
  9000.     Inherits = "Instance",
  9001.     Events = {
  9002.     },
  9003.     ClassName = "Visit",
  9004.     Callbacks = {
  9005.     },
  9006.     Properties = {
  9007.     },
  9008.     notCreatable = true,
  9009.     Methods = {
  9010.       {
  9011.         ReturnType = "string",
  9012.         Arguments = {
  9013.         },
  9014.         Name = "GetUploadUrl",
  9015.         RobloxSecurity = true
  9016.       },
  9017.       {
  9018.         ReturnType = "void",
  9019.         Arguments = {
  9020.           {
  9021.             Name = "pingUrl",
  9022.             Type = "string"
  9023.           },
  9024.           {
  9025.             Name = "interval",
  9026.             Type = "int"
  9027.           }
  9028.         },
  9029.         Name = "SetPing",
  9030.         RobloxSecurity = true
  9031.       },
  9032.       {
  9033.         ReturnType = "void",
  9034.         Arguments = {
  9035.           {
  9036.             Name = "url",
  9037.             Type = "string"
  9038.           }
  9039.         },
  9040.         Name = "SetUploadUrl",
  9041.         RobloxSecurity = true
  9042.       }
  9043.     }
  9044.   },
  9045.   CacheableContentProvider = {
  9046.     Inherits = "Instance",
  9047.     Events = {
  9048.     },
  9049.     ClassName = "CacheableContentProvider",
  9050.     Callbacks = {
  9051.     },
  9052.     Properties = {
  9053.     },
  9054.     Methods = {
  9055.     }
  9056.   },
  9057.   ForceField = {
  9058.     Inherits = "Instance",
  9059.     Events = {
  9060.     },
  9061.     ClassName = "ForceField",
  9062.     Callbacks = {
  9063.     },
  9064.     Properties = {
  9065.     },
  9066.     Methods = {
  9067.     }
  9068.   },
  9069.   ControllerService = {
  9070.     Inherits = "Instance",
  9071.     Events = {
  9072.     },
  9073.     ClassName = "ControllerService",
  9074.     Callbacks = {
  9075.     },
  9076.     Properties = {
  9077.     },
  9078.     notCreatable = true,
  9079.     Methods = {
  9080.     }
  9081.   },
  9082.   BodyVelocity = {
  9083.     Inherits = "BodyMover",
  9084.     Events = {
  9085.     },
  9086.     ClassName = "BodyVelocity",
  9087.     Callbacks = {
  9088.     },
  9089.     Properties = {
  9090.       {
  9091.         Name = "P",
  9092.         Type = "float"
  9093.       },
  9094.       {
  9095.         Name = "maxForce",
  9096.         Type = "Vector3"
  9097.       },
  9098.       {
  9099.         Name = "velocity",
  9100.         Type = "Vector3"
  9101.       }
  9102.     },
  9103.     Methods = {
  9104.       {
  9105.         ReturnType = "Vector3",
  9106.         Arguments = {
  9107.         },
  9108.         Name = "GetLastForce"
  9109.       },
  9110.       {
  9111.         ReturnType = "Vector3",
  9112.         Arguments = {
  9113.         },
  9114.         Name = "lastForce"
  9115.       }
  9116.     }
  9117.   },
  9118.   PersonalServerService = {
  9119.     Inherits = "Instance",
  9120.     Events = {
  9121.     },
  9122.     ClassName = "PersonalServerService",
  9123.     Callbacks = {
  9124.     },
  9125.     Properties = {
  9126.       {
  9127.         Type = "string",
  9128.         Name = "RoleSets",
  9129.         RobloxScriptSecurity = true
  9130.       }
  9131.     },
  9132.     Methods = {
  9133.       {
  9134.         ReturnType = "void",
  9135.         Arguments = {
  9136.           {
  9137.             Name = "player",
  9138.             Type = "Instance"
  9139.           }
  9140.         },
  9141.         Name = "Demote",
  9142.         RobloxScriptSecurity = true
  9143.       },
  9144.       {
  9145.         ReturnType = "void",
  9146.         Arguments = {
  9147.           {
  9148.             Name = "player",
  9149.             Type = "Instance"
  9150.           }
  9151.         },
  9152.         Name = "Promote",
  9153.         RobloxScriptSecurity = true
  9154.       },
  9155.       {
  9156.         ReturnType = "void",
  9157.         Arguments = {
  9158.           {
  9159.             Name = "personalServerGetRankUrl",
  9160.             Type = "string"
  9161.           }
  9162.         },
  9163.         Name = "SetPersonalServerGetRankUrl",
  9164.         LocalUserSecurity = true
  9165.       },
  9166.       {
  9167.         ReturnType = "void",
  9168.         Arguments = {
  9169.           {
  9170.             Name = "personalServerRoleSetsUrl",
  9171.             Type = "string"
  9172.           }
  9173.         },
  9174.         Name = "SetPersonalServerRoleSetsUrl",
  9175.         LocalUserSecurity = true
  9176.       },
  9177.       {
  9178.         ReturnType = "void",
  9179.         Arguments = {
  9180.           {
  9181.             Name = "personalServerSetRankUrl",
  9182.             Type = "string"
  9183.           }
  9184.         },
  9185.         Name = "SetPersonalServerSetRankUrl",
  9186.         LocalUserSecurity = true
  9187.       },
  9188.       {
  9189.         ReturnType = "string",
  9190.         Arguments = {
  9191.           {
  9192.             Name = "placeId",
  9193.             Type = "int"
  9194.           }
  9195.         },
  9196.         Name = "GetRoleSets",
  9197.         RobloxScriptSecurity = true
  9198.       }
  9199.     }
  9200.   },
  9201.   Color3Value = {
  9202.     Inherits = "Instance",
  9203.     Events = {
  9204.       {
  9205.         Name = "Changed",
  9206.         Arguments = {
  9207.           {
  9208.             Name = "value",
  9209.             Type = "Color3"
  9210.           }
  9211.         }
  9212.       },
  9213.       {
  9214.         deprecated = true,
  9215.         Arguments = {
  9216.           {
  9217.             Name = "value",
  9218.             Type = "Color3"
  9219.           }
  9220.         },
  9221.         Name = "changed"
  9222.       }
  9223.     },
  9224.     ClassName = "Color3Value",
  9225.     Callbacks = {
  9226.     },
  9227.     Properties = {
  9228.       {
  9229.         Name = "Value",
  9230.         Type = "Color3"
  9231.       }
  9232.     },
  9233.     Methods = {
  9234.     }
  9235.   },
  9236.   ManualGlue = {
  9237.     Inherits = "ManualSurfaceJointInstance",
  9238.     Events = {
  9239.     },
  9240.     ClassName = "ManualGlue",
  9241.     Callbacks = {
  9242.     },
  9243.     Properties = {
  9244.     },
  9245.     Methods = {
  9246.     }
  9247.   },
  9248.   Platform = {
  9249.     Inherits = "Part",
  9250.     Events = {
  9251.     },
  9252.     ClassName = "Platform",
  9253.     Callbacks = {
  9254.     },
  9255.     Properties = {
  9256.     },
  9257.     Methods = {
  9258.     }
  9259.   },
  9260.   Seat = {
  9261.     Inherits = "Part",
  9262.     Events = {
  9263.     },
  9264.     ClassName = "Seat",
  9265.     Callbacks = {
  9266.     },
  9267.     Properties = {
  9268.       {
  9269.         Name = "Disabled",
  9270.         Type = "bool"
  9271.       }
  9272.     },
  9273.     Methods = {
  9274.     }
  9275.   },
  9276.   PlayerGui = {
  9277.     Inherits = "BasePlayerGui",
  9278.     Events = {
  9279.     },
  9280.     ClassName = "PlayerGui",
  9281.     Callbacks = {
  9282.     },
  9283.     Properties = {
  9284.     },
  9285.     notCreatable = true,
  9286.     Methods = {
  9287.     }
  9288.   },
  9289.   Debris = {
  9290.     Inherits = "Instance",
  9291.     Events = {
  9292.     },
  9293.     ClassName = "Debris",
  9294.     Callbacks = {
  9295.     },
  9296.     Properties = {
  9297.       {
  9298.         deprecated = true,
  9299.         Type = "int",
  9300.         Name = "MaxItems"
  9301.       }
  9302.     },
  9303.     Methods = {
  9304.       {
  9305.         ReturnType = "void",
  9306.         Arguments = {
  9307.           {
  9308.             Name = "item",
  9309.             Type = "Instance"
  9310.           },
  9311.           {
  9312.             Type = "double",
  9313.             Name = "lifetime",
  9314.             DefaultValue = "10"
  9315.           }
  9316.         },
  9317.         Name = "AddItem"
  9318.       },
  9319.       {
  9320.         ReturnType = "void",
  9321.         Arguments = {
  9322.           {
  9323.             Name = "enabled",
  9324.             Type = "bool"
  9325.           }
  9326.         },
  9327.         Name = "SetLegacyMaxItems",
  9328.         LocalUserSecurity = true
  9329.       },
  9330.       {
  9331.         ReturnType = "void",
  9332.         Arguments = {
  9333.           {
  9334.             Name = "item",
  9335.             Type = "Instance"
  9336.           },
  9337.           {
  9338.             Type = "double",
  9339.             Name = "lifetime",
  9340.             DefaultValue = "10"
  9341.           }
  9342.         },
  9343.         Name = "addItem",
  9344.         deprecated = true
  9345.       }
  9346.     }
  9347.   },
  9348.   NetworkClient = {
  9349.     Inherits = "NetworkPeer",
  9350.     Events = {
  9351.       {
  9352.         Name = "ConnectionAccepted",
  9353.         Arguments = {
  9354.           {
  9355.             Name = "peer",
  9356.             Type = "string"
  9357.           },
  9358.           {
  9359.             Name = "replicator",
  9360.             Type = "Instance"
  9361.           }
  9362.         }
  9363.       },
  9364.       {
  9365.         Name = "ConnectionFailed",
  9366.         Arguments = {
  9367.           {
  9368.             Name = "peer",
  9369.             Type = "string"
  9370.           },
  9371.           {
  9372.             Name = "code",
  9373.             Type = "int"
  9374.           },
  9375.           {
  9376.             Name = "reason",
  9377.             Type = "string"
  9378.           }
  9379.         }
  9380.       },
  9381.       {
  9382.         Name = "ConnectionRejected",
  9383.         Arguments = {
  9384.           {
  9385.             Name = "peer",
  9386.             Type = "string"
  9387.           }
  9388.         }
  9389.       }
  9390.     },
  9391.     ClassName = "NetworkClient",
  9392.     Callbacks = {
  9393.     },
  9394.     Properties = {
  9395.       {
  9396.         Name = "Ticket",
  9397.         Type = "string"
  9398.       }
  9399.     },
  9400.     notCreatable = true,
  9401.     Methods = {
  9402.       {
  9403.         ReturnType = "void",
  9404.         Arguments = {
  9405.           {
  9406.             Type = "int",
  9407.             Name = "blockDuration",
  9408.             DefaultValue = "3000"
  9409.           }
  9410.         },
  9411.         Name = "Disconnect",
  9412.         LocalUserSecurity = true
  9413.       },
  9414.       {
  9415.         ReturnType = "Instance",
  9416.         Arguments = {
  9417.           {
  9418.             Name = "userId",
  9419.             Type = "int"
  9420.           },
  9421.           {
  9422.             Name = "server",
  9423.             Type = "string"
  9424.           },
  9425.           {
  9426.             Name = "serverPort",
  9427.             Type = "int"
  9428.           },
  9429.           {
  9430.             Type = "int",
  9431.             Name = "clientPort",
  9432.             DefaultValue = "0"
  9433.           },
  9434.           {
  9435.             Type = "int",
  9436.             Name = "threadSleepTime",
  9437.             DefaultValue = "30"
  9438.           }
  9439.         },
  9440.         Name = "PlayerConnect",
  9441.         LocalUserSecurity = true
  9442.       }
  9443.     }
  9444.   },
  9445.   Vector3Value = {
  9446.     Inherits = "Instance",
  9447.     Events = {
  9448.       {
  9449.         Name = "Changed",
  9450.         Arguments = {
  9451.           {
  9452.             Name = "value",
  9453.             Type = "Vector3"
  9454.           }
  9455.         }
  9456.       },
  9457.       {
  9458.         deprecated = true,
  9459.         Arguments = {
  9460.           {
  9461.             Name = "value",
  9462.             Type = "Vector3"
  9463.           }
  9464.         },
  9465.         Name = "changed"
  9466.       }
  9467.     },
  9468.     ClassName = "Vector3Value",
  9469.     Callbacks = {
  9470.     },
  9471.     Properties = {
  9472.       {
  9473.         Name = "Value",
  9474.         Type = "Vector3"
  9475.       }
  9476.     },
  9477.     Methods = {
  9478.     }
  9479.   },
  9480.   Flag = {
  9481.     Inherits = "Tool",
  9482.     Events = {
  9483.     },
  9484.     ClassName = "Flag",
  9485.     Callbacks = {
  9486.     },
  9487.     Properties = {
  9488.       {
  9489.         Name = "TeamColor",
  9490.         Type = "BrickColor"
  9491.       }
  9492.     },
  9493.     Methods = {
  9494.     }
  9495.   },
  9496.   UserInputService = {
  9497.     Inherits = "Instance",
  9498.     Events = {
  9499.       {
  9500.         Arguments = {
  9501.         },
  9502.         Name = "JumpRequest",
  9503.         RobloxPlaceSecurity = true
  9504.       },
  9505.       {
  9506.         Arguments = {
  9507.           {
  9508.             Name = "touch",
  9509.             Type = "InputObject"
  9510.           }
  9511.         },
  9512.         Name = "TouchEnded",
  9513.         RobloxSecurity = true
  9514.       },
  9515.       {
  9516.         Arguments = {
  9517.           {
  9518.             Name = "position",
  9519.             Type = "Vector2"
  9520.           }
  9521.         },
  9522.         Name = "TouchLongPress",
  9523.         RobloxSecurity = true
  9524.       },
  9525.       {
  9526.         Arguments = {
  9527.           {
  9528.             Name = "touch",
  9529.             Type = "InputObject"
  9530.           }
  9531.         },
  9532.         Name = "TouchMoved",
  9533.         RobloxSecurity = true
  9534.       },
  9535.       {
  9536.         Arguments = {
  9537.           {
  9538.             Name = "scale",
  9539.             Type = "float"
  9540.           },
  9541.           {
  9542.             Name = "velocity",
  9543.             Type = "float"
  9544.           }
  9545.         },
  9546.         Name = "TouchPinch",
  9547.         RobloxSecurity = true
  9548.       },
  9549.       {
  9550.         Arguments = {
  9551.           {
  9552.             Name = "rotation",
  9553.             Type = "float"
  9554.           },
  9555.           {
  9556.             Name = "velocity",
  9557.             Type = "float"
  9558.           }
  9559.         },
  9560.         Name = "TouchRotate",
  9561.         RobloxSecurity = true
  9562.       },
  9563.       {
  9564.         Arguments = {
  9565.           {
  9566.             Name = "touch",
  9567.             Type = "InputObject"
  9568.           }
  9569.         },
  9570.         Name = "TouchStarted",
  9571.         RobloxSecurity = true
  9572.       },
  9573.       {
  9574.         Arguments = {
  9575.           {
  9576.             Name = "swipeDirection",
  9577.             Type = "SwipeDirection"
  9578.           }
  9579.         },
  9580.         Name = "TouchSwipe",
  9581.         RobloxSecurity = true
  9582.       },
  9583.       {
  9584.         Arguments = {
  9585.           {
  9586.             Name = "position",
  9587.             Type = "Vector2"
  9588.           }
  9589.         },
  9590.         Name = "TouchTap",
  9591.         RobloxSecurity = true
  9592.       }
  9593.     },
  9594.     ClassName = "UserInputService",
  9595.     Callbacks = {
  9596.     },
  9597.     Properties = {
  9598.       {
  9599.         Type = "bool",
  9600.         Name = "GamepadEnabled",
  9601.         readonly = true
  9602.       },
  9603.       {
  9604.         Type = "bool",
  9605.         Name = "KeyboardEnabled",
  9606.         readonly = true
  9607.       },
  9608.       {
  9609.         Type = "bool",
  9610.         Name = "MouseEnabled",
  9611.         readonly = true
  9612.       },
  9613.       {
  9614.         Type = "bool",
  9615.         Name = "TouchControlsEnabled",
  9616.         RobloxPlaceSecurity = true
  9617.       },
  9618.       {
  9619.         Type = "bool",
  9620.         Name = "TouchEnabled",
  9621.         readonly = true
  9622.       }
  9623.     },
  9624.     Methods = {
  9625.     }
  9626.   },
  9627.   TweenService = {
  9628.     Inherits = "Instance",
  9629.     Events = {
  9630.     },
  9631.     ClassName = "TweenService",
  9632.     Callbacks = {
  9633.     },
  9634.     Properties = {
  9635.     },
  9636.     Methods = {
  9637.     }
  9638.   },
  9639.   BindableEvent = {
  9640.     Inherits = "Instance",
  9641.     Events = {
  9642.       {
  9643.         Name = "Event",
  9644.         Arguments = {
  9645.           {
  9646.             Name = "arguments",
  9647.             Type = "Tuple"
  9648.           }
  9649.         }
  9650.       }
  9651.     },
  9652.     ClassName = "BindableEvent",
  9653.     Callbacks = {
  9654.     },
  9655.     Properties = {
  9656.     },
  9657.     Methods = {
  9658.       {
  9659.         ReturnType = "void",
  9660.         Arguments = {
  9661.           {
  9662.             Name = "arguments",
  9663.             Type = "Tuple"
  9664.           }
  9665.         },
  9666.         Name = "Fire"
  9667.       }
  9668.     }
  9669.   },
  9670.   GuiBase3d = {
  9671.     Inherits = "GuiBase",
  9672.     Events = {
  9673.     },
  9674.     ClassName = "GuiBase3d",
  9675.     Callbacks = {
  9676.     },
  9677.     Properties = {
  9678.       {
  9679.         Name = "Color",
  9680.         Type = "BrickColor"
  9681.       },
  9682.       {
  9683.         Name = "Transparency",
  9684.         Type = "float"
  9685.       },
  9686.       {
  9687.         Name = "Visible",
  9688.         Type = "bool"
  9689.       }
  9690.     },
  9691.     Methods = {
  9692.     }
  9693.   },
  9694.   AnimationTrack = {
  9695.     Inherits = "Instance",
  9696.     Events = {
  9697.       {
  9698.         Name = "KeyframeReached",
  9699.         Arguments = {
  9700.           {
  9701.             Name = "keyframeName",
  9702.             Type = "string"
  9703.           }
  9704.         }
  9705.       },
  9706.       {
  9707.         deprecated = true,
  9708.         Arguments = {
  9709.         },
  9710.         Name = "Stopped"
  9711.       }
  9712.     },
  9713.     ClassName = "AnimationTrack",
  9714.     Callbacks = {
  9715.     },
  9716.     Properties = {
  9717.     },
  9718.     Methods = {
  9719.       {
  9720.         ReturnType = "void",
  9721.         Arguments = {
  9722.           {
  9723.             Type = "float",
  9724.             Name = "speed",
  9725.             DefaultValue = "1"
  9726.           }
  9727.         },
  9728.         Name = "AdjustSpeed"
  9729.       },
  9730.       {
  9731.         ReturnType = "void",
  9732.         Arguments = {
  9733.           {
  9734.             Type = "float",
  9735.             Name = "weight",
  9736.             DefaultValue = "1"
  9737.           },
  9738.           {
  9739.             Type = "float",
  9740.             Name = "fadeTime",
  9741.             DefaultValue = "0.100000001"
  9742.           }
  9743.         },
  9744.         Name = "AdjustWeight"
  9745.       },
  9746.       {
  9747.         ReturnType = "void",
  9748.         Arguments = {
  9749.           {
  9750.             Type = "float",
  9751.             Name = "fadeTime",
  9752.             DefaultValue = "0.100000001"
  9753.           },
  9754.           {
  9755.             Type = "float",
  9756.             Name = "weight",
  9757.             DefaultValue = "1"
  9758.           },
  9759.           {
  9760.             Type = "float",
  9761.             Name = "speed",
  9762.             DefaultValue = "1"
  9763.           }
  9764.         },
  9765.         Name = "Play"
  9766.       },
  9767.       {
  9768.         ReturnType = "void",
  9769.         Arguments = {
  9770.           {
  9771.             Type = "float",
  9772.             Name = "fadeTime",
  9773.             DefaultValue = "0.100000001"
  9774.           }
  9775.         },
  9776.         Name = "Stop"
  9777.       }
  9778.     }
  9779.   },
  9780.   UserSettings = {
  9781.     Inherits = "GenericSettings",
  9782.     Events = {
  9783.     },
  9784.     ClassName = "UserSettings",
  9785.     Callbacks = {
  9786.     },
  9787.     Properties = {
  9788.     },
  9789.     Methods = {
  9790.       {
  9791.         ReturnType = "void",
  9792.         Arguments = {
  9793.         },
  9794.         Name = "Reset"
  9795.       }
  9796.     }
  9797.   },
  9798.   TestService = {
  9799.     Inherits = "Instance",
  9800.     Events = {
  9801.       {
  9802.         Name = "ServerCollectConditionalResult",
  9803.         Arguments = {
  9804.           {
  9805.             Name = "condition",
  9806.             Type = "bool"
  9807.           },
  9808.           {
  9809.             Name = "text",
  9810.             Type = "string"
  9811.           },
  9812.           {
  9813.             Name = "script",
  9814.             Type = "Instance"
  9815.           },
  9816.           {
  9817.             Name = "line",
  9818.             Type = "int"
  9819.           }
  9820.         }
  9821.       },
  9822.       {
  9823.         Name = "ServerCollectResult",
  9824.         Arguments = {
  9825.           {
  9826.             Name = "text",
  9827.             Type = "string"
  9828.           },
  9829.           {
  9830.             Name = "script",
  9831.             Type = "Instance"
  9832.           },
  9833.           {
  9834.             Name = "line",
  9835.             Type = "int"
  9836.           }
  9837.         }
  9838.       }
  9839.     },
  9840.     ClassName = "TestService",
  9841.     Callbacks = {
  9842.     },
  9843.     Properties = {
  9844.       {
  9845.         Name = "AutoRuns",
  9846.         Type = "bool"
  9847.       },
  9848.       {
  9849.         Name = "Description",
  9850.         Type = "string"
  9851.       },
  9852.       {
  9853.         Type = "int",
  9854.         Name = "ErrorCount",
  9855.         readonly = true
  9856.       },
  9857.       {
  9858.         Name = "Is30FpsThrottleEnabled",
  9859.         Type = "bool"
  9860.       },
  9861.       {
  9862.         Name = "IsPhysicsEnvironmentalThrottled",
  9863.         Type = "bool"
  9864.       },
  9865.       {
  9866.         Name = "IsSleepAllowed",
  9867.         Type = "bool"
  9868.       },
  9869.       {
  9870.         Name = "NumberOfPlayers",
  9871.         Type = "int"
  9872.       },
  9873.       {
  9874.         Type = "int",
  9875.         Name = "TestCount",
  9876.         readonly = true
  9877.       },
  9878.       {
  9879.         Name = "Timeout",
  9880.         Type = "double"
  9881.       },
  9882.       {
  9883.         Type = "int",
  9884.         Name = "WarnCount",
  9885.         readonly = true
  9886.       }
  9887.     },
  9888.     Methods = {
  9889.       {
  9890.         ReturnType = "void",
  9891.         Arguments = {
  9892.           {
  9893.             Name = "condition",
  9894.             Type = "bool"
  9895.           },
  9896.           {
  9897.             Name = "description",
  9898.             Type = "string"
  9899.           },
  9900.           {
  9901.             Type = "Instance",
  9902.             Name = "source",
  9903.             DefaultValue = "nil"
  9904.           },
  9905.           {
  9906.             Type = "int",
  9907.             Name = "line",
  9908.             DefaultValue = "0"
  9909.           }
  9910.         },
  9911.         Name = "Check"
  9912.       },
  9913.       {
  9914.         ReturnType = "void",
  9915.         Arguments = {
  9916.           {
  9917.             Name = "text",
  9918.             Type = "string"
  9919.           },
  9920.           {
  9921.             Type = "Instance",
  9922.             Name = "source",
  9923.             DefaultValue = "nil"
  9924.           },
  9925.           {
  9926.             Type = "int",
  9927.             Name = "line",
  9928.             DefaultValue = "0"
  9929.           }
  9930.         },
  9931.         Name = "Checkpoint"
  9932.       },
  9933.       {
  9934.         ReturnType = "void",
  9935.         Arguments = {
  9936.           {
  9937.             Name = "name",
  9938.             Type = "string"
  9939.           }
  9940.         },
  9941.         Name = "DoCommand",
  9942.         LocalUserSecurity = true
  9943.       },
  9944.       {
  9945.         ReturnType = "void",
  9946.         Arguments = {
  9947.         },
  9948.         Name = "Done"
  9949.       },
  9950.       {
  9951.         ReturnType = "void",
  9952.         Arguments = {
  9953.           {
  9954.             Name = "description",
  9955.             Type = "string"
  9956.           },
  9957.           {
  9958.             Type = "Instance",
  9959.             Name = "source",
  9960.             DefaultValue = "nil"
  9961.           },
  9962.           {
  9963.             Type = "int",
  9964.             Name = "line",
  9965.             DefaultValue = "0"
  9966.           }
  9967.         },
  9968.         Name = "Error"
  9969.       },
  9970.       {
  9971.         ReturnType = "void",
  9972.         Arguments = {
  9973.           {
  9974.             Name = "description",
  9975.             Type = "string"
  9976.           },
  9977.           {
  9978.             Type = "Instance",
  9979.             Name = "source",
  9980.             DefaultValue = "nil"
  9981.           },
  9982.           {
  9983.             Type = "int",
  9984.             Name = "line",
  9985.             DefaultValue = "0"
  9986.           }
  9987.         },
  9988.         Name = "Fail"
  9989.       },
  9990.       {
  9991.         ReturnType = "Array",
  9992.         Arguments = {
  9993.         },
  9994.         Name = "GetCommandNames",
  9995.         LocalUserSecurity = true
  9996.       },
  9997.       {
  9998.         ReturnType = "bool",
  9999.         Arguments = {
  10000.           {
  10001.             Name = "name",
  10002.             Type = "string"
  10003.           }
  10004.         },
  10005.         Name = "IsCommandChecked",
  10006.         LocalUserSecurity = true
  10007.       },
  10008.       {
  10009.         ReturnType = "bool",
  10010.         Arguments = {
  10011.           {
  10012.             Name = "name",
  10013.             Type = "string"
  10014.           }
  10015.         },
  10016.         Name = "IsCommandEnabled",
  10017.         LocalUserSecurity = true
  10018.       },
  10019.       {
  10020.         ReturnType = "void",
  10021.         Arguments = {
  10022.           {
  10023.             Name = "text",
  10024.             Type = "string"
  10025.           },
  10026.           {
  10027.             Type = "Instance",
  10028.             Name = "source",
  10029.             DefaultValue = "nil"
  10030.           },
  10031.           {
  10032.             Type = "int",
  10033.             Name = "line",
  10034.             DefaultValue = "0"
  10035.           }
  10036.         },
  10037.         Name = "Message"
  10038.       },
  10039.       {
  10040.         ReturnType = "void",
  10041.         Arguments = {
  10042.           {
  10043.             Name = "condition",
  10044.             Type = "bool"
  10045.           },
  10046.           {
  10047.             Name = "description",
  10048.             Type = "string"
  10049.           },
  10050.           {
  10051.             Type = "Instance",
  10052.             Name = "source",
  10053.             DefaultValue = "nil"
  10054.           },
  10055.           {
  10056.             Type = "int",
  10057.             Name = "line",
  10058.             DefaultValue = "0"
  10059.           }
  10060.         },
  10061.         Name = "Require"
  10062.       },
  10063.       {
  10064.         ReturnType = "void",
  10065.         Arguments = {
  10066.           {
  10067.             Name = "condition",
  10068.             Type = "bool"
  10069.           },
  10070.           {
  10071.             Name = "description",
  10072.             Type = "string"
  10073.           },
  10074.           {
  10075.             Type = "Instance",
  10076.             Name = "source",
  10077.             DefaultValue = "nil"
  10078.           },
  10079.           {
  10080.             Type = "int",
  10081.             Name = "line",
  10082.             DefaultValue = "0"
  10083.           }
  10084.         },
  10085.         Name = "Warn"
  10086.       },
  10087.       {
  10088.         ReturnType = "void",
  10089.         Arguments = {
  10090.         },
  10091.         Name = "Run",
  10092.         LocalUserSecurity = true
  10093.       }
  10094.     }
  10095.   },
  10096.   Button = {
  10097.     Inherits = "Instance",
  10098.     Events = {
  10099.       {
  10100.         Name = "Click",
  10101.         Arguments = {
  10102.         }
  10103.       }
  10104.     },
  10105.     ClassName = "Button",
  10106.     Callbacks = {
  10107.     },
  10108.     Properties = {
  10109.     },
  10110.     Methods = {
  10111.       {
  10112.         ReturnType = "void",
  10113.         Arguments = {
  10114.           {
  10115.             Name = "active",
  10116.             Type = "bool"
  10117.           }
  10118.         },
  10119.         Name = "SetActive",
  10120.         LocalUserSecurity = true
  10121.       }
  10122.     }
  10123.   },
  10124.   TeleportService = {
  10125.     Inherits = "Instance",
  10126.     Events = {
  10127.     },
  10128.     ClassName = "TeleportService",
  10129.     Callbacks = {
  10130.       {
  10131.         ReturnType = "bool",
  10132.         Arguments = {
  10133.           {
  10134.             Name = "message",
  10135.             Type = "string"
  10136.           },
  10137.           {
  10138.             Name = "placeId",
  10139.             Type = "int"
  10140.           },
  10141.           {
  10142.             Name = "spawnName",
  10143.             Type = "string"
  10144.           }
  10145.         },
  10146.         Name = "ConfirmationCallback",
  10147.         RobloxScriptSecurity = true
  10148.       },
  10149.       {
  10150.         ReturnType = "void",
  10151.         Arguments = {
  10152.           {
  10153.             Name = "message",
  10154.             Type = "string"
  10155.           }
  10156.         },
  10157.         Name = "ErrorCallback",
  10158.         RobloxScriptSecurity = true
  10159.       }
  10160.     },
  10161.     Properties = {
  10162.     },
  10163.     Methods = {
  10164.       {
  10165.         ReturnType = "void",
  10166.         Arguments = {
  10167.           {
  10168.             Name = "placeId",
  10169.             Type = "int"
  10170.           }
  10171.         },
  10172.         Name = "Teleport"
  10173.       },
  10174.       {
  10175.         ReturnType = "void",
  10176.         Arguments = {
  10177.         },
  10178.         Name = "TeleportCancel",
  10179.         RobloxScriptSecurity = true
  10180.       },
  10181.       {
  10182.         ReturnType = "void",
  10183.         Arguments = {
  10184.           {
  10185.             Name = "placeId",
  10186.             Type = "int"
  10187.           },
  10188.           {
  10189.             Name = "spawnName",
  10190.             Type = "string"
  10191.           }
  10192.         },
  10193.         Name = "TeleportImpl",
  10194.         RobloxScriptSecurity = true
  10195.       },
  10196.       {
  10197.         ReturnType = "void",
  10198.         Arguments = {
  10199.           {
  10200.             Name = "placeId",
  10201.             Type = "int"
  10202.           },
  10203.           {
  10204.             Name = "spawnName",
  10205.             Type = "string"
  10206.           }
  10207.         },
  10208.         Name = "TeleportToSpawnByName"
  10209.       }
  10210.     }
  10211.   },
  10212.   PlayerHUD = {
  10213.     Inherits = "GuiItem",
  10214.     Events = {
  10215.     },
  10216.     ClassName = "PlayerHUD",
  10217.     Callbacks = {
  10218.     },
  10219.     Properties = {
  10220.     },
  10221.     Methods = {
  10222.     }
  10223.   },
  10224.   Backpack = {
  10225.     Inherits = "GuiItem",
  10226.     Events = {
  10227.     },
  10228.     ClassName = "Backpack",
  10229.     Callbacks = {
  10230.     },
  10231.     Properties = {
  10232.     },
  10233.     Methods = {
  10234.     }
  10235.   },
  10236.   Teams = {
  10237.     Inherits = "Instance",
  10238.     Events = {
  10239.     },
  10240.     ClassName = "Teams",
  10241.     Callbacks = {
  10242.     },
  10243.     Properties = {
  10244.     },
  10245.     notCreatable = true,
  10246.     Methods = {
  10247.       {
  10248.         ReturnType = "Objects",
  10249.         Arguments = {
  10250.         },
  10251.         Name = "GetTeams"
  10252.       },
  10253.       {
  10254.         ReturnType = "void",
  10255.         Arguments = {
  10256.         },
  10257.         Name = "RebalanceTeams"
  10258.       }
  10259.     }
  10260.   },
  10261.   PhysicsService = {
  10262.     Inherits = "Instance",
  10263.     Events = {
  10264.     },
  10265.     ClassName = "PhysicsService",
  10266.     Callbacks = {
  10267.     },
  10268.     Properties = {
  10269.     },
  10270.     Methods = {
  10271.     }
  10272.   },
  10273.   NetworkMarker = {
  10274.     Inherits = "Instance",
  10275.     Events = {
  10276.       {
  10277.         Name = "Received",
  10278.         Arguments = {
  10279.         }
  10280.       }
  10281.     },
  10282.     ClassName = "NetworkMarker",
  10283.     Callbacks = {
  10284.     },
  10285.     Properties = {
  10286.     },
  10287.     notbrowsable = true,
  10288.     Methods = {
  10289.     }
  10290.   },
  10291.   CustomEventReceiver = {
  10292.     Inherits = "Instance",
  10293.     Events = {
  10294.       {
  10295.         Name = "EventConnected",
  10296.         Arguments = {
  10297.           {
  10298.             Name = "event",
  10299.             Type = "Instance"
  10300.           }
  10301.         }
  10302.       },
  10303.       {
  10304.         Name = "EventDisconnected",
  10305.         Arguments = {
  10306.           {
  10307.             Name = "event",
  10308.             Type = "Instance"
  10309.           }
  10310.         }
  10311.       },
  10312.       {
  10313.         Name = "SourceValueChanged",
  10314.         Arguments = {
  10315.           {
  10316.             Name = "newValue",
  10317.             Type = "float"
  10318.           }
  10319.         }
  10320.       }
  10321.     },
  10322.     ClassName = "CustomEventReceiver",
  10323.     Callbacks = {
  10324.     },
  10325.     Properties = {
  10326.       {
  10327.         Name = "Source",
  10328.         Type = "Object"
  10329.       }
  10330.     },
  10331.     Methods = {
  10332.       {
  10333.         ReturnType = "float",
  10334.         Arguments = {
  10335.         },
  10336.         Name = "GetCurrentValue"
  10337.       }
  10338.     }
  10339.   },
  10340.   TaskScheduler = {
  10341.     Inherits = "Instance",
  10342.     Events = {
  10343.     },
  10344.     ClassName = "TaskScheduler",
  10345.     Callbacks = {
  10346.     },
  10347.     Properties = {
  10348.       {
  10349.         Name = "AreArbitersThrottled",
  10350.         Type = "bool"
  10351.       },
  10352.       {
  10353.         Name = "Concurrency",
  10354.         Type = "ConcurrencyModel"
  10355.       },
  10356.       {
  10357.         Type = "double",
  10358.         Name = "NumRunningJobs",
  10359.         readonly = true
  10360.       },
  10361.       {
  10362.         Type = "double",
  10363.         Name = "NumSleepingJobs",
  10364.         readonly = true
  10365.       },
  10366.       {
  10367.         Type = "double",
  10368.         Name = "NumWaitingJobs",
  10369.         readonly = true
  10370.       },
  10371.       {
  10372.         Name = "PriorityMethod",
  10373.         Type = "PriorityMethod"
  10374.       },
  10375.       {
  10376.         Type = "double",
  10377.         Name = "SchedulerDutyCycle",
  10378.         readonly = true
  10379.       },
  10380.       {
  10381.         Type = "double",
  10382.         Name = "SchedulerRate",
  10383.         readonly = true
  10384.       },
  10385.       {
  10386.         Name = "SleepAdjustMethod",
  10387.         Type = "SleepAdjustMethod"
  10388.       },
  10389.       {
  10390.         Type = "double",
  10391.         Name = "ThreadAffinity",
  10392.         readonly = true
  10393.       },
  10394.       {
  10395.         Name = "ThreadPoolConfig",
  10396.         Type = "ThreadPoolConfig"
  10397.       },
  10398.       {
  10399.         Type = "int",
  10400.         Name = "ThreadPoolSize",
  10401.         readonly = true
  10402.       },
  10403.       {
  10404.         Name = "ThrottledJobSleepTime",
  10405.         Type = "double"
  10406.       }
  10407.     },
  10408.     Methods = {
  10409.       {
  10410.         ReturnType = "void",
  10411.         Arguments = {
  10412.           {
  10413.             Type = "bool",
  10414.             Name = "exclusive",
  10415.             DefaultValue = "true"
  10416.           },
  10417.           {
  10418.             Type = "double",
  10419.             Name = "fps",
  10420.             DefaultValue = "30"
  10421.           }
  10422.         },
  10423.         Name = "AddDummyJob",
  10424.         LocalUserSecurity = true
  10425.       },
  10426.       {
  10427.         ReturnType = "void",
  10428.         Arguments = {
  10429.           {
  10430.             Name = "timeSlice",
  10431.             Type = "double"
  10432.           },
  10433.           {
  10434.             Name = "numShare",
  10435.             Type = "int"
  10436.           }
  10437.         },
  10438.         Name = "SetThreadShare",
  10439.         deprecated = true,
  10440.         LocalUserSecurity = true
  10441.       }
  10442.     }
  10443.   },
  10444.   BasePlayerGui = {
  10445.     Inherits = "Instance",
  10446.     Events = {
  10447.     },
  10448.     ClassName = "BasePlayerGui",
  10449.     Callbacks = {
  10450.     },
  10451.     Properties = {
  10452.     },
  10453.     Methods = {
  10454.     }
  10455.   },
  10456.   LuaWebService = {
  10457.     Inherits = "Instance",
  10458.     Events = {
  10459.     },
  10460.     ClassName = "LuaWebService",
  10461.     Callbacks = {
  10462.     },
  10463.     Properties = {
  10464.     },
  10465.     Methods = {
  10466.     }
  10467.   },
  10468.   StudioTool = {
  10469.     Inherits = "Instance",
  10470.     Events = {
  10471.       {
  10472.         Name = "Activated",
  10473.         Arguments = {
  10474.         }
  10475.       },
  10476.       {
  10477.         Name = "Deactivated",
  10478.         Arguments = {
  10479.         }
  10480.       },
  10481.       {
  10482.         Name = "Equipped",
  10483.         Arguments = {
  10484.           {
  10485.             Name = "mouse",
  10486.             Type = "Instance"
  10487.           }
  10488.         }
  10489.       },
  10490.       {
  10491.         Name = "Unequipped",
  10492.         Arguments = {
  10493.         }
  10494.       }
  10495.     },
  10496.     ClassName = "StudioTool",
  10497.     Callbacks = {
  10498.     },
  10499.     Properties = {
  10500.       {
  10501.         Name = "Enabled",
  10502.         Type = "bool"
  10503.       }
  10504.     },
  10505.     Methods = {
  10506.     }
  10507.   },
  10508.   StringValue = {
  10509.     Inherits = "Instance",
  10510.     Events = {
  10511.       {
  10512.         Name = "Changed",
  10513.         Arguments = {
  10514.           {
  10515.             Name = "value",
  10516.             Type = "string"
  10517.           }
  10518.         }
  10519.       },
  10520.       {
  10521.         deprecated = true,
  10522.         Arguments = {
  10523.           {
  10524.             Name = "value",
  10525.             Type = "string"
  10526.           }
  10527.         },
  10528.         Name = "changed"
  10529.       }
  10530.     },
  10531.     ClassName = "StringValue",
  10532.     Callbacks = {
  10533.     },
  10534.     Properties = {
  10535.       {
  10536.         Name = "Value",
  10537.         Type = "string"
  10538.       }
  10539.     },
  10540.     Methods = {
  10541.     }
  10542.   },
  10543.   RunningAverageItemInt = {
  10544.     Inherits = "StatsItem",
  10545.     Events = {
  10546.     },
  10547.     ClassName = "RunningAverageItemInt",
  10548.     Callbacks = {
  10549.     },
  10550.     Properties = {
  10551.     },
  10552.     Methods = {
  10553.     }
  10554.   },
  10555.   Sky = {
  10556.     Inherits = "Instance",
  10557.     Events = {
  10558.     },
  10559.     ClassName = "Sky",
  10560.     Callbacks = {
  10561.     },
  10562.     Properties = {
  10563.       {
  10564.         Name = "CelestialBodiesShown",
  10565.         Type = "bool"
  10566.       },
  10567.       {
  10568.         Name = "SkyboxBk",
  10569.         Type = "Content"
  10570.       },
  10571.       {
  10572.         Name = "SkyboxDn",
  10573.         Type = "Content"
  10574.       },
  10575.       {
  10576.         Name = "SkyboxFt",
  10577.         Type = "Content"
  10578.       },
  10579.       {
  10580.         Name = "SkyboxLf",
  10581.         Type = "Content"
  10582.       },
  10583.       {
  10584.         Name = "SkyboxRt",
  10585.         Type = "Content"
  10586.       },
  10587.       {
  10588.         Name = "SkyboxUp",
  10589.         Type = "Content"
  10590.       },
  10591.       {
  10592.         Name = "StarCount",
  10593.         Type = "int"
  10594.       }
  10595.     },
  10596.     Methods = {
  10597.     }
  10598.   },
  10599.   BadgeService = {
  10600.     Inherits = "Instance",
  10601.     Events = {
  10602.       {
  10603.         Arguments = {
  10604.           {
  10605.             Name = "message",
  10606.             Type = "string"
  10607.           }
  10608.         },
  10609.         Name = "BadgeAwarded",
  10610.         RobloxScriptSecurity = true
  10611.       }
  10612.     },
  10613.     ClassName = "BadgeService",
  10614.     Callbacks = {
  10615.     },
  10616.     Properties = {
  10617.     },
  10618.     Methods = {
  10619.       {
  10620.         ReturnType = "void",
  10621.         Arguments = {
  10622.           {
  10623.             Name = "url",
  10624.             Type = "string"
  10625.           }
  10626.         },
  10627.         Name = "SetAwardBadgeUrl",
  10628.         LocalUserSecurity = true
  10629.       },
  10630.       {
  10631.         ReturnType = "void",
  10632.         Arguments = {
  10633.           {
  10634.             Name = "seconds",
  10635.             Type = "int"
  10636.           }
  10637.         },
  10638.         Name = "SetHasBadgeCooldown",
  10639.         LocalUserSecurity = true
  10640.       },
  10641.       {
  10642.         ReturnType = "void",
  10643.         Arguments = {
  10644.           {
  10645.             Name = "url",
  10646.             Type = "string"
  10647.           }
  10648.         },
  10649.         Name = "SetHasBadgeUrl",
  10650.         LocalUserSecurity = true
  10651.       },
  10652.       {
  10653.         ReturnType = "void",
  10654.         Arguments = {
  10655.           {
  10656.             Name = "url",
  10657.             Type = "string"
  10658.           }
  10659.         },
  10660.         Name = "SetIsBadgeDisabledUrl",
  10661.         LocalUserSecurity = true
  10662.       },
  10663.       {
  10664.         ReturnType = "void",
  10665.         Arguments = {
  10666.           {
  10667.             Name = "url",
  10668.             Type = "string"
  10669.           }
  10670.         },
  10671.         Name = "SetIsBadgeLegalUrl",
  10672.         LocalUserSecurity = true
  10673.       },
  10674.       {
  10675.         ReturnType = "void",
  10676.         Arguments = {
  10677.           {
  10678.             Name = "placeId",
  10679.             Type = "int"
  10680.           }
  10681.         },
  10682.         Name = "SetPlaceId",
  10683.         LocalUserSecurity = true
  10684.       },
  10685.       {
  10686.         ReturnType = "bool",
  10687.         Arguments = {
  10688.           {
  10689.             Name = "userId",
  10690.             Type = "int"
  10691.           },
  10692.           {
  10693.             Name = "badgeId",
  10694.             Type = "int"
  10695.           }
  10696.         },
  10697.         Name = "AwardBadge"
  10698.       },
  10699.       {
  10700.         ReturnType = "bool",
  10701.         Arguments = {
  10702.           {
  10703.             Name = "badgeId",
  10704.             Type = "int"
  10705.           }
  10706.         },
  10707.         Name = "IsDisabled"
  10708.       },
  10709.       {
  10710.         ReturnType = "bool",
  10711.         Arguments = {
  10712.           {
  10713.             Name = "badgeId",
  10714.             Type = "int"
  10715.           }
  10716.         },
  10717.         Name = "IsLegal"
  10718.       },
  10719.       {
  10720.         ReturnType = "bool",
  10721.         Arguments = {
  10722.           {
  10723.             Name = "userId",
  10724.             Type = "int"
  10725.           },
  10726.           {
  10727.             Name = "badgeId",
  10728.             Type = "int"
  10729.           }
  10730.         },
  10731.         Name = "UserHasBadge"
  10732.       }
  10733.     }
  10734.   },
  10735.   ProfilingItem = {
  10736.     Inherits = "StatsItem",
  10737.     Events = {
  10738.     },
  10739.     ClassName = "ProfilingItem",
  10740.     Callbacks = {
  10741.     },
  10742.     Properties = {
  10743.     },
  10744.     Methods = {
  10745.       {
  10746.         ReturnType = "Tuple",
  10747.         Arguments = {
  10748.           {
  10749.             Type = "double",
  10750.             Name = "window",
  10751.             DefaultValue = "0"
  10752.           }
  10753.         },
  10754.         Name = "GetTimes",
  10755.         LocalUserSecurity = true
  10756.       },
  10757.       {
  10758.         ReturnType = "Tuple",
  10759.         Arguments = {
  10760.           {
  10761.             Type = "int",
  10762.             Name = "frames",
  10763.             DefaultValue = "1"
  10764.           }
  10765.         },
  10766.         Name = "GetTimesForFrames",
  10767.         LocalUserSecurity = true
  10768.       }
  10769.     }
  10770.   },
  10771.   StatsItem = {
  10772.     Inherits = "Instance",
  10773.     Events = {
  10774.     },
  10775.     ClassName = "StatsItem",
  10776.     Callbacks = {
  10777.     },
  10778.     Properties = {
  10779.     },
  10780.     Methods = {
  10781.       {
  10782.         ReturnType = "double",
  10783.         Arguments = {
  10784.         },
  10785.         Name = "GetValue",
  10786.         LocalUserSecurity = true
  10787.       },
  10788.       {
  10789.         ReturnType = "string",
  10790.         Arguments = {
  10791.         },
  10792.         Name = "GetValueString",
  10793.         LocalUserSecurity = true
  10794.       }
  10795.     }
  10796.   },
  10797.   GuiService = {
  10798.     Inherits = "Instance",
  10799.     Events = {
  10800.       {
  10801.         Arguments = {
  10802.         },
  10803.         Name = "EscapeKeyPressed",
  10804.         RobloxScriptSecurity = true
  10805.       },
  10806.       {
  10807.         Arguments = {
  10808.           {
  10809.             Name = "key",
  10810.             Type = "string"
  10811.           },
  10812.           {
  10813.             Name = "modifiers",
  10814.             Type = "string"
  10815.           }
  10816.         },
  10817.         Name = "KeyPressed",
  10818.         RobloxScriptSecurity = true
  10819.       },
  10820.       {
  10821.         Arguments = {
  10822.           {
  10823.             Name = "key",
  10824.             Type = "SpecialKey"
  10825.           },
  10826.           {
  10827.             Name = "modifiers",
  10828.             Type = "string"
  10829.           }
  10830.         },
  10831.         Name = "SpecialKeyPressed",
  10832.         RobloxScriptSecurity = true
  10833.       }
  10834.     },
  10835.     ClassName = "GuiService",
  10836.     Callbacks = {
  10837.     },
  10838.     Properties = {
  10839.       {
  10840.         Type = "bool",
  10841.         Name = "IsModalDialog",
  10842.         readonly = true
  10843.       },
  10844.       {
  10845.         Type = "bool",
  10846.         Name = "IsWindows",
  10847.         readonly = true
  10848.       },
  10849.       {
  10850.         Type = "bool",
  10851.         Name = "ShowLegacyPlayerList",
  10852.         RobloxScriptSecurity = true
  10853.       },
  10854.       {
  10855.         Type = "bool",
  10856.         Name = "UseLuaChat",
  10857.         readonly = true
  10858.       },
  10859.       {
  10860.         Type = "double",
  10861.         Name = "Version",
  10862.         readonly = true
  10863.       }
  10864.     },
  10865.     notCreatable = true,
  10866.     Methods = {
  10867.       {
  10868.         ReturnType = "void",
  10869.         Arguments = {
  10870.           {
  10871.             Name = "dialog",
  10872.             Type = "Instance"
  10873.           },
  10874.           {
  10875.             Name = "centerDialogType",
  10876.             Type = "CenterDialogType"
  10877.           },
  10878.           {
  10879.             Name = "showFunction",
  10880.             Type = "Function"
  10881.           },
  10882.           {
  10883.             Name = "hideFunction",
  10884.             Type = "Function"
  10885.           }
  10886.         },
  10887.         Name = "AddCenterDialog",
  10888.         RobloxScriptSecurity = true
  10889.       },
  10890.       {
  10891.         ReturnType = "void",
  10892.         Arguments = {
  10893.           {
  10894.             Name = "key",
  10895.             Type = "string"
  10896.           }
  10897.         },
  10898.         Name = "AddKey",
  10899.         RobloxScriptSecurity = true
  10900.       },
  10901.       {
  10902.         ReturnType = "void",
  10903.         Arguments = {
  10904.           {
  10905.             Name = "key",
  10906.             Type = "SpecialKey"
  10907.           }
  10908.         },
  10909.         Name = "AddSpecialKey",
  10910.         RobloxScriptSecurity = true
  10911.       },
  10912.       {
  10913.         ReturnType = "void",
  10914.         Arguments = {
  10915.           {
  10916.             Name = "url",
  10917.             Type = "string"
  10918.           }
  10919.         },
  10920.         Name = "OpenBrowserWindow",
  10921.         RobloxScriptSecurity = true
  10922.       },
  10923.       {
  10924.         ReturnType = "void",
  10925.         Arguments = {
  10926.           {
  10927.             Name = "dialog",
  10928.             Type = "Instance"
  10929.           }
  10930.         },
  10931.         Name = "RemoveCenterDialog",
  10932.         RobloxScriptSecurity = true
  10933.       },
  10934.       {
  10935.         ReturnType = "void",
  10936.         Arguments = {
  10937.           {
  10938.             Name = "title",
  10939.             Type = "string"
  10940.           },
  10941.           {
  10942.             Name = "text",
  10943.             Type = "string"
  10944.           },
  10945.           {
  10946.             Name = "image",
  10947.             Type = "string"
  10948.           },
  10949.           {
  10950.             Name = "duration",
  10951.             Type = "int"
  10952.           },
  10953.           {
  10954.             Name = "callback",
  10955.             Type = "Function"
  10956.           }
  10957.         },
  10958.         Name = "SendNotification",
  10959.         RobloxScriptSecurity = true
  10960.       },
  10961.       {
  10962.         ReturnType = "void",
  10963.         Arguments = {
  10964.           {
  10965.             Name = "x1",
  10966.             Type = "int"
  10967.           },
  10968.           {
  10969.             Name = "y1",
  10970.             Type = "int"
  10971.           },
  10972.           {
  10973.             Name = "x2",
  10974.             Type = "int"
  10975.           },
  10976.           {
  10977.             Name = "y2",
  10978.             Type = "int"
  10979.           }
  10980.         },
  10981.         Name = "SetGlobalGuiInset",
  10982.         RobloxScriptSecurity = true
  10983.       }
  10984.     }
  10985.   },
  10986.   RightAngleRampPart = {
  10987.     Inherits = "BasePart",
  10988.     Events = {
  10989.     },
  10990.     ClassName = "RightAngleRampPart",
  10991.     Callbacks = {
  10992.     },
  10993.     Properties = {
  10994.     },
  10995.     notbrowsable = true,
  10996.     Methods = {
  10997.     }
  10998.   },
  10999.   StarterGear = {
  11000.     Inherits = "Instance",
  11001.     Events = {
  11002.     },
  11003.     ClassName = "StarterGear",
  11004.     Callbacks = {
  11005.     },
  11006.     Properties = {
  11007.     },
  11008.     Methods = {
  11009.     }
  11010.   },
  11011.   App = {
  11012.     Inherits = "DataModel",
  11013.     Events = {
  11014.     },
  11015.     ClassName = "App",
  11016.     Callbacks = {
  11017.     },
  11018.     Properties = {
  11019.       {
  11020.         Type = "int",
  11021.         Name = "Id",
  11022.         readonly = true
  11023.       }
  11024.     },
  11025.     Methods = {
  11026.       {
  11027.         ReturnType = "void",
  11028.         Arguments = {
  11029.           {
  11030.             Name = "newId",
  11031.             Type = "int"
  11032.           }
  11033.         },
  11034.         Name = "SetAppId",
  11035.         LocalUserSecurity = true
  11036.       },
  11037.       {
  11038.         ReturnType = "void",
  11039.         Arguments = {
  11040.           {
  11041.             Name = "placeId",
  11042.             Type = "int"
  11043.           },
  11044.           {
  11045.             Type = "int",
  11046.             Name = "scriptId",
  11047.             DefaultValue = "0"
  11048.           }
  11049.         },
  11050.         Name = "ConnectToGame"
  11051.       },
  11052.       {
  11053.         ReturnType = "int",
  11054.         Arguments = {
  11055.           {
  11056.             Name = "placeName",
  11057.             Type = "string"
  11058.           },
  11059.           {
  11060.             Name = "actionName",
  11061.             Type = "string"
  11062.           },
  11063.           {
  11064.             Name = "templatePlaceID",
  11065.             Type = "int"
  11066.           }
  11067.         },
  11068.         Name = "CreatePlace"
  11069.       },
  11070.       {
  11071.         ReturnType = "Dictionary",
  11072.         Arguments = {
  11073.           {
  11074.             Name = "userId",
  11075.             Type = "int"
  11076.           },
  11077.           {
  11078.             Type = "int",
  11079.             Name = "page",
  11080.             DefaultValue = "1"
  11081.           }
  11082.         },
  11083.         Name = "GetCreations"
  11084.       },
  11085.       {
  11086.         ReturnType = "void",
  11087.         Arguments = {
  11088.         },
  11089.         Name = "UnloadGame"
  11090.       }
  11091.     }
  11092.   },
  11093.   SpawnerService = {
  11094.     Inherits = "Instance",
  11095.     Events = {
  11096.     },
  11097.     ClassName = "SpawnerService",
  11098.     Callbacks = {
  11099.     },
  11100.     Properties = {
  11101.     },
  11102.     Methods = {
  11103.     }
  11104.   },
  11105.   PluginMouse = {
  11106.     Inherits = "Mouse",
  11107.     Events = {
  11108.     },
  11109.     ClassName = "PluginMouse",
  11110.     Callbacks = {
  11111.     },
  11112.     Properties = {
  11113.     },
  11114.     Methods = {
  11115.     }
  11116.   },
  11117.   StarterGui = {
  11118.     Inherits = "BasePlayerGui",
  11119.     Events = {
  11120.     },
  11121.     ClassName = "StarterGui",
  11122.     Callbacks = {
  11123.     },
  11124.     Properties = {
  11125.       {
  11126.         RobloxSecurity = true,
  11127.         Type = "bool",
  11128.         Name = "BackpackGuiEnabled",
  11129.         hidden = true
  11130.       },
  11131.       {
  11132.         RobloxSecurity = true,
  11133.         Type = "bool",
  11134.         Name = "HealthGuiEnabled",
  11135.         hidden = true
  11136.       },
  11137.       {
  11138.         RobloxSecurity = true,
  11139.         Type = "bool",
  11140.         Name = "PlayerListGuiEnabled",
  11141.         hidden = true
  11142.       },
  11143.       {
  11144.         RobloxSecurity = true,
  11145.         Type = "bool",
  11146.         Name = "ResetPlayerGuiOnDeath",
  11147.         hidden = true
  11148.       },
  11149.       {
  11150.         Name = "ShowDevelopmentGui",
  11151.         Type = "bool"
  11152.       }
  11153.     },
  11154.     Methods = {
  11155.     }
  11156.   },
  11157.   Sparkles = {
  11158.     Inherits = "Instance",
  11159.     Events = {
  11160.     },
  11161.     ClassName = "Sparkles",
  11162.     Callbacks = {
  11163.     },
  11164.     Properties = {
  11165.       {
  11166.         Type = "Color3",
  11167.         Name = "Color",
  11168.         hidden = true
  11169.       },
  11170.       {
  11171.         Name = "Enabled",
  11172.         Type = "bool"
  11173.       },
  11174.       {
  11175.         Name = "SparkleColor",
  11176.         Type = "Color3"
  11177.       }
  11178.     },
  11179.     Methods = {
  11180.     }
  11181.   },
  11182.   SoundService = {
  11183.     Inherits = "Instance",
  11184.     Events = {
  11185.     },
  11186.     ClassName = "SoundService",
  11187.     Callbacks = {
  11188.     },
  11189.     Properties = {
  11190.       {
  11191.         Name = "AmbientReverb",
  11192.         Type = "ReverbType"
  11193.       },
  11194.       {
  11195.         Name = "DistanceFactor",
  11196.         Type = "float"
  11197.       },
  11198.       {
  11199.         Name = "DopplerScale",
  11200.         Type = "float"
  11201.       },
  11202.       {
  11203.         Name = "RolloffScale",
  11204.         Type = "float"
  11205.       }
  11206.     },
  11207.     notCreatable = true,
  11208.     Methods = {
  11209.       {
  11210.         ReturnType = "void",
  11211.         Arguments = {
  11212.           {
  11213.             Name = "sound",
  11214.             Type = "SoundType"
  11215.           }
  11216.         },
  11217.         Name = "PlayStockSound",
  11218.         RobloxScriptSecurity = true
  11219.       }
  11220.     }
  11221.   },
  11222.   Chat = {
  11223.     Inherits = "Instance",
  11224.     Events = {
  11225.       {
  11226.         Name = "Chatted",
  11227.         Arguments = {
  11228.           {
  11229.             Name = "part",
  11230.             Type = "Instance"
  11231.           },
  11232.           {
  11233.             Name = "message",
  11234.             Type = "string"
  11235.           },
  11236.           {
  11237.             Name = "color",
  11238.             Type = "ChatColor"
  11239.           }
  11240.         }
  11241.       }
  11242.     },
  11243.     ClassName = "Chat",
  11244.     Callbacks = {
  11245.     },
  11246.     Properties = {
  11247.     },
  11248.     notCreatable = true,
  11249.     Methods = {
  11250.       {
  11251.         ReturnType = "void",
  11252.         Arguments = {
  11253.           {
  11254.             Name = "partOrCharacter",
  11255.             Type = "Instance"
  11256.           },
  11257.           {
  11258.             Name = "message",
  11259.             Type = "string"
  11260.           },
  11261.           {
  11262.             Type = "ChatColor",
  11263.             Name = "color",
  11264.             DefaultValue = "Blue"
  11265.           }
  11266.         },
  11267.         Name = "Chat"
  11268.       }
  11269.     }
  11270.   },
  11271.   PluginManager = {
  11272.     Inherits = "Instance",
  11273.     Events = {
  11274.     },
  11275.     ClassName = "PluginManager",
  11276.     Callbacks = {
  11277.     },
  11278.     Properties = {
  11279.     },
  11280.     Methods = {
  11281.       {
  11282.         ReturnType = "Instance",
  11283.         Arguments = {
  11284.         },
  11285.         Name = "CreatePlugin",
  11286.         LocalUserSecurity = true
  11287.       }
  11288.     }
  11289.   },
  11290.   Selection = {
  11291.     Inherits = "Instance",
  11292.     Events = {
  11293.       {
  11294.         Name = "SelectionChanged",
  11295.         Arguments = {
  11296.         }
  11297.       }
  11298.     },
  11299.     ClassName = "Selection",
  11300.     Callbacks = {
  11301.     },
  11302.     Properties = {
  11303.     },
  11304.     Methods = {
  11305.       {
  11306.         ReturnType = "Objects",
  11307.         Arguments = {
  11308.         },
  11309.         Name = "Get",
  11310.         LocalUserSecurity = true
  11311.       },
  11312.       {
  11313.         ReturnType = "void",
  11314.         Arguments = {
  11315.           {
  11316.             Name = "selection",
  11317.             Type = "Objects"
  11318.           }
  11319.         },
  11320.         Name = "Set",
  11321.         LocalUserSecurity = true
  11322.       }
  11323.     }
  11324.   },
  11325.   Workspace = {
  11326.     Inherits = "RootInstance",
  11327.     Events = {
  11328.     },
  11329.     ClassName = "Workspace",
  11330.     Callbacks = {
  11331.     },
  11332.     Properties = {
  11333.       {
  11334.         Name = "CurrentCamera",
  11335.         Type = "Object"
  11336.       },
  11337.       {
  11338.         Name = "DistributedGameTime",
  11339.         Type = "double"
  11340.       },
  11341.       {
  11342.         Type = "Object",
  11343.         Name = "Terrain",
  11344.         readonly = true
  11345.       }
  11346.     },
  11347.     Methods = {
  11348.       {
  11349.         ReturnType = "void",
  11350.         Arguments = {
  11351.           {
  11352.             Name = "objects",
  11353.             Type = "Objects"
  11354.           }
  11355.         },
  11356.         Name = "BreakJoints",
  11357.         LocalUserSecurity = true
  11358.       },
  11359.       {
  11360.         ReturnType = "Tuple",
  11361.         Arguments = {
  11362.           {
  11363.             Name = "ray",
  11364.             Type = "Ray"
  11365.           },
  11366.           {
  11367.             Type = "Instance",
  11368.             Name = "ignoreDescendentsInstance",
  11369.             DefaultValue = "nil"
  11370.           },
  11371.           {
  11372.             Type = "bool",
  11373.             Name = "terrainCellsAreCubes",
  11374.             DefaultValue = "false"
  11375.           }
  11376.         },
  11377.         Name = "FindPartOnRay"
  11378.       },
  11379.       {
  11380.         ReturnType = "Tuple",
  11381.         Arguments = {
  11382.           {
  11383.             Name = "ray",
  11384.             Type = "Ray"
  11385.           },
  11386.           {
  11387.             Name = "ignoreDescendentsTable",
  11388.             Type = "Objects"
  11389.           },
  11390.           {
  11391.             Type = "bool",
  11392.             Name = "terrainCellsAreCubes",
  11393.             DefaultValue = "false"
  11394.           }
  11395.         },
  11396.         Name = "FindPartOnRayWithIgnoreList"
  11397.       },
  11398.       {
  11399.         ReturnType = "Objects",
  11400.         Arguments = {
  11401.           {
  11402.             Name = "region",
  11403.             Type = "Region3"
  11404.           },
  11405.           {
  11406.             Type = "Instance",
  11407.             Name = "ignoreDescendentsInstance",
  11408.             DefaultValue = "nil"
  11409.           },
  11410.           {
  11411.             Type = "int",
  11412.             Name = "maxParts",
  11413.             DefaultValue = "20"
  11414.           }
  11415.         },
  11416.         Name = "FindPartsInRegion3"
  11417.       },
  11418.       {
  11419.         ReturnType = "Objects",
  11420.         Arguments = {
  11421.           {
  11422.             Name = "region",
  11423.             Type = "Region3"
  11424.           },
  11425.           {
  11426.             Name = "ignoreDescendentsTable",
  11427.             Type = "Objects"
  11428.           },
  11429.           {
  11430.             Type = "int",
  11431.             Name = "maxParts",
  11432.             DefaultValue = "20"
  11433.           }
  11434.         },
  11435.         Name = "FindPartsInRegion3WithIgnoreList"
  11436.       },
  11437.       {
  11438.         ReturnType = "int",
  11439.         Arguments = {
  11440.         },
  11441.         Name = "GetNumAwakeParts"
  11442.       },
  11443.       {
  11444.         ReturnType = "int",
  11445.         Arguments = {
  11446.         },
  11447.         Name = "GetPhysicsThrottling"
  11448.       },
  11449.       {
  11450.         ReturnType = "double",
  11451.         Arguments = {
  11452.         },
  11453.         Name = "GetRealPhysicsFPS"
  11454.       },
  11455.       {
  11456.         ReturnType = "Objects",
  11457.         Arguments = {
  11458.           {
  11459.             Name = "url",
  11460.             Type = "Content"
  11461.           }
  11462.         },
  11463.         Name = "InsertContent",
  11464.         LocalUserSecurity = true
  11465.       },
  11466.       {
  11467.         ReturnType = "bool",
  11468.         Arguments = {
  11469.           {
  11470.             Name = "region",
  11471.             Type = "Region3"
  11472.           },
  11473.           {
  11474.             Type = "Instance",
  11475.             Name = "ignoreDescendentsInstance",
  11476.             DefaultValue = "nil"
  11477.           }
  11478.         },
  11479.         Name = "IsRegion3Empty"
  11480.       },
  11481.       {
  11482.         ReturnType = "bool",
  11483.         Arguments = {
  11484.           {
  11485.             Name = "region",
  11486.             Type = "Region3"
  11487.           },
  11488.           {
  11489.             Name = "ignoreDescendentsTable",
  11490.             Type = "Objects"
  11491.           }
  11492.         },
  11493.         Name = "IsRegion3EmptyWithIgnoreList"
  11494.       },
  11495.       {
  11496.         ReturnType = "void",
  11497.         Arguments = {
  11498.           {
  11499.             Name = "objects",
  11500.             Type = "Objects"
  11501.           }
  11502.         },
  11503.         Name = "MakeJoints",
  11504.         LocalUserSecurity = true
  11505.       },
  11506.       {
  11507.         ReturnType = "void",
  11508.         Arguments = {
  11509.           {
  11510.             Name = "value",
  11511.             Type = "bool"
  11512.           }
  11513.         },
  11514.         Name = "SetPhysicsThrottleEnabled",
  11515.         LocalUserSecurity = true
  11516.       },
  11517.       {
  11518.         ReturnType = "void",
  11519.         Arguments = {
  11520.         },
  11521.         Name = "ZoomToExtents",
  11522.         LocalUserSecurity = true
  11523.       },
  11524.       {
  11525.         ReturnType = "Tuple",
  11526.         Arguments = {
  11527.           {
  11528.             Name = "ray",
  11529.             Type = "Ray"
  11530.           },
  11531.           {
  11532.             Type = "Instance",
  11533.             Name = "ignoreDescendentsInstance",
  11534.             DefaultValue = "nil"
  11535.           },
  11536.           {
  11537.             Type = "bool",
  11538.             Name = "terrainCellsAreCubes",
  11539.             DefaultValue = "false"
  11540.           }
  11541.         },
  11542.         Name = "findPartOnRay",
  11543.         deprecated = true
  11544.       },
  11545.       {
  11546.         ReturnType = "Objects",
  11547.         Arguments = {
  11548.           {
  11549.             Name = "region",
  11550.             Type = "Region3"
  11551.           },
  11552.           {
  11553.             Type = "Instance",
  11554.             Name = "ignoreDescendentsInstance",
  11555.             DefaultValue = "nil"
  11556.           },
  11557.           {
  11558.             Type = "int",
  11559.             Name = "maxParts",
  11560.             DefaultValue = "20"
  11561.           }
  11562.         },
  11563.         Name = "findPartsInRegion3",
  11564.         deprecated = true
  11565.       }
  11566.     }
  11567.   },
  11568.   CornerWedgePart = {
  11569.     Inherits = "BasePart",
  11570.     Events = {
  11571.     },
  11572.     ClassName = "CornerWedgePart",
  11573.     Callbacks = {
  11574.     },
  11575.     Properties = {
  11576.     },
  11577.     Methods = {
  11578.     }
  11579.   },
  11580.   FormFactorPart = {
  11581.     Inherits = "BasePart",
  11582.     Events = {
  11583.     },
  11584.     ClassName = "FormFactorPart",
  11585.     Callbacks = {
  11586.     },
  11587.     Properties = {
  11588.       {
  11589.         Name = "FormFactor",
  11590.         Type = "FormFactor"
  11591.       },
  11592.       {
  11593.         Type = "FormFactor",
  11594.         Name = "formFactor",
  11595.         hidden = true
  11596.       }
  11597.     },
  11598.     Methods = {
  11599.     }
  11600.   },
  11601.   TrussPart = {
  11602.     Inherits = "BasePart",
  11603.     Events = {
  11604.     },
  11605.     ClassName = "TrussPart",
  11606.     Callbacks = {
  11607.     },
  11608.     Properties = {
  11609.       {
  11610.         Name = "Style",
  11611.         Type = "Style"
  11612.       }
  11613.     },
  11614.     Methods = {
  11615.     }
  11616.   },
  11617.   GenericSettings = {
  11618.     Inherits = "ServiceProvider",
  11619.     Events = {
  11620.     },
  11621.     ClassName = "GenericSettings",
  11622.     Callbacks = {
  11623.     },
  11624.     Properties = {
  11625.     },
  11626.     Methods = {
  11627.     }
  11628.   },
  11629.   ChatFilter = {
  11630.     Inherits = "Instance",
  11631.     Events = {
  11632.     },
  11633.     ClassName = "ChatFilter",
  11634.     Callbacks = {
  11635.     },
  11636.     Properties = {
  11637.     },
  11638.     notCreatable = true,
  11639.     Methods = {
  11640.     }
  11641.   },
  11642.   GuiItem = {
  11643.     Inherits = "Instance",
  11644.     Events = {
  11645.     },
  11646.     ClassName = "GuiItem",
  11647.     Callbacks = {
  11648.     },
  11649.     Properties = {
  11650.     },
  11651.     Methods = {
  11652.     }
  11653.   },
  11654.   GamePassService = {
  11655.     Inherits = "Instance",
  11656.     Events = {
  11657.     },
  11658.     ClassName = "GamePassService",
  11659.     Callbacks = {
  11660.     },
  11661.     Properties = {
  11662.     },
  11663.     Methods = {
  11664.       {
  11665.         ReturnType = "void",
  11666.         Arguments = {
  11667.           {
  11668.             Name = "playerHasPassUrl",
  11669.             Type = "string"
  11670.           }
  11671.         },
  11672.         Name = "SetPlayerHasPassUrl",
  11673.         LocalUserSecurity = true
  11674.       },
  11675.       {
  11676.         ReturnType = "bool",
  11677.         Arguments = {
  11678.           {
  11679.             Name = "player",
  11680.             Type = "Instance"
  11681.           },
  11682.           {
  11683.             Name = "gamePassId",
  11684.             Type = "int"
  11685.           }
  11686.         },
  11687.         Name = "PlayerHasPass"
  11688.       }
  11689.     }
  11690.   },
  11691.   NetworkReplicator = {
  11692.     Inherits = "Instance",
  11693.     Events = {
  11694.       {
  11695.         Arguments = {
  11696.           {
  11697.             Name = "peer",
  11698.             Type = "string"
  11699.           },
  11700.           {
  11701.             Name = "lostConnection",
  11702.             Type = "bool"
  11703.           }
  11704.         },
  11705.         Name = "Disconnection",
  11706.         LocalUserSecurity = true
  11707.       }
  11708.     },
  11709.     ClassName = "NetworkReplicator",
  11710.     Callbacks = {
  11711.     },
  11712.     Properties = {
  11713.       {
  11714.         LocalUserSecurity = true,
  11715.         Type = "string",
  11716.         Name = "MachineAddress",
  11717.         readonly = true
  11718.       },
  11719.       {
  11720.         LocalUserSecurity = true,
  11721.         Type = "int",
  11722.         Name = "Port",
  11723.         readonly = true
  11724.       }
  11725.     },
  11726.     notCreatable = true,
  11727.     Methods = {
  11728.       {
  11729.         ReturnType = "void",
  11730.         Arguments = {
  11731.         },
  11732.         Name = "CloseConnection",
  11733.         LocalUserSecurity = true
  11734.       },
  11735.       {
  11736.         ReturnType = "void",
  11737.         Arguments = {
  11738.         },
  11739.         Name = "DisableProcessPackets",
  11740.         LocalUserSecurity = true
  11741.       },
  11742.       {
  11743.         ReturnType = "void",
  11744.         Arguments = {
  11745.         },
  11746.         Name = "EnableProcessPackets",
  11747.         LocalUserSecurity = true
  11748.       },
  11749.       {
  11750.         ReturnType = "Instance",
  11751.         Arguments = {
  11752.         },
  11753.         Name = "GetPlayer"
  11754.       },
  11755.       {
  11756.         ReturnType = "string",
  11757.         Arguments = {
  11758.           {
  11759.             Type = "int",
  11760.             Name = "verbosityLevel",
  11761.             DefaultValue = "0"
  11762.           }
  11763.         },
  11764.         Name = "GetRakStatsString",
  11765.         LocalUserSecurity = true
  11766.       },
  11767.       {
  11768.         ReturnType = "void",
  11769.         Arguments = {
  11770.         },
  11771.         Name = "RequestCharacter",
  11772.         LocalUserSecurity = true
  11773.       },
  11774.       {
  11775.         ReturnType = "Instance",
  11776.         Arguments = {
  11777.         },
  11778.         Name = "SendMarker",
  11779.         LocalUserSecurity = true
  11780.       },
  11781.       {
  11782.         ReturnType = "void",
  11783.         Arguments = {
  11784.           {
  11785.             Name = "seconds",
  11786.             Type = "double"
  11787.           }
  11788.         },
  11789.         Name = "SetPropSyncExpiration",
  11790.         LocalUserSecurity = true
  11791.       }
  11792.     }
  11793.   },
  11794.   Animation = {
  11795.     Inherits = "Instance",
  11796.     Events = {
  11797.     },
  11798.     ClassName = "Animation",
  11799.     Callbacks = {
  11800.     },
  11801.     Properties = {
  11802.       {
  11803.         Name = "AnimationId",
  11804.         Type = "Content"
  11805.       }
  11806.     },
  11807.     Methods = {
  11808.     }
  11809.   },
  11810.   IntConstrainedValue = {
  11811.     Inherits = "Instance",
  11812.     Events = {
  11813.       {
  11814.         Name = "Changed",
  11815.         Arguments = {
  11816.           {
  11817.             Name = "value",
  11818.             Type = "int"
  11819.           }
  11820.         }
  11821.       },
  11822.       {
  11823.         deprecated = true,
  11824.         Arguments = {
  11825.           {
  11826.             Name = "value",
  11827.             Type = "int"
  11828.           }
  11829.         },
  11830.         Name = "changed"
  11831.       }
  11832.     },
  11833.     ClassName = "IntConstrainedValue",
  11834.     Callbacks = {
  11835.     },
  11836.     Properties = {
  11837.       {
  11838.         Type = "int",
  11839.         Name = "ConstrainedValue",
  11840.         hidden = true
  11841.       },
  11842.       {
  11843.         Name = "MaxValue",
  11844.         Type = "int"
  11845.       },
  11846.       {
  11847.         Name = "MinValue",
  11848.         Type = "int"
  11849.       },
  11850.       {
  11851.         Name = "Value",
  11852.         Type = "int"
  11853.       }
  11854.     },
  11855.     Methods = {
  11856.     }
  11857.   },
  11858.   ScriptDebugger = {
  11859.     Inherits = "Instance",
  11860.     Events = {
  11861.       {
  11862.         Name = "BreakpointAdded",
  11863.         Arguments = {
  11864.           {
  11865.             Name = "breakpoint",
  11866.             Type = "Instance"
  11867.           }
  11868.         }
  11869.       },
  11870.       {
  11871.         Name = "BreakpointRemoved",
  11872.         Arguments = {
  11873.           {
  11874.             Name = "breakpoint",
  11875.             Type = "Instance"
  11876.           }
  11877.         }
  11878.       },
  11879.       {
  11880.         Name = "EncounteredBreak",
  11881.         Arguments = {
  11882.           {
  11883.             Name = "line",
  11884.             Type = "int"
  11885.           }
  11886.         }
  11887.       },
  11888.       {
  11889.         Name = "Resuming",
  11890.         Arguments = {
  11891.         }
  11892.       },
  11893.       {
  11894.         Name = "WatchAdded",
  11895.         Arguments = {
  11896.           {
  11897.             Name = "watch",
  11898.             Type = "Instance"
  11899.           }
  11900.         }
  11901.       },
  11902.       {
  11903.         Name = "WatchRemoved",
  11904.         Arguments = {
  11905.           {
  11906.             Name = "watch",
  11907.             Type = "Instance"
  11908.           }
  11909.         }
  11910.       }
  11911.     },
  11912.     ClassName = "ScriptDebugger",
  11913.     Callbacks = {
  11914.     },
  11915.     Properties = {
  11916.       {
  11917.         Type = "int",
  11918.         Name = "CurrentLine",
  11919.         readonly = true
  11920.       },
  11921.       {
  11922.         Type = "bool",
  11923.         Name = "IsDebugging",
  11924.         readonly = true
  11925.       },
  11926.       {
  11927.         Type = "bool",
  11928.         Name = "IsPaused",
  11929.         readonly = true
  11930.       },
  11931.       {
  11932.         Type = "Object",
  11933.         Name = "Script",
  11934.         readonly = true
  11935.       }
  11936.     },
  11937.     notCreatable = true,
  11938.     Methods = {
  11939.       {
  11940.         ReturnType = "Instance",
  11941.         Arguments = {
  11942.           {
  11943.             Name = "expression",
  11944.             Type = "string"
  11945.           }
  11946.         },
  11947.         Name = "AddWatch"
  11948.       },
  11949.       {
  11950.         ReturnType = "Objects",
  11951.         Arguments = {
  11952.         },
  11953.         Name = "GetBreakpoints"
  11954.       },
  11955.       {
  11956.         ReturnType = "Map",
  11957.         Arguments = {
  11958.         },
  11959.         Name = "GetGlobals"
  11960.       },
  11961.       {
  11962.         ReturnType = "Map",
  11963.         Arguments = {
  11964.           {
  11965.             Type = "int",
  11966.             Name = "stackFrame",
  11967.             DefaultValue = "0"
  11968.           }
  11969.         },
  11970.         Name = "GetLocals"
  11971.       },
  11972.       {
  11973.         ReturnType = "Array",
  11974.         Arguments = {
  11975.         },
  11976.         Name = "GetStack"
  11977.       },
  11978.       {
  11979.         ReturnType = "Map",
  11980.         Arguments = {
  11981.           {
  11982.             Type = "int",
  11983.             Name = "stackFrame",
  11984.             DefaultValue = "0"
  11985.           }
  11986.         },
  11987.         Name = "GetUpvalues"
  11988.       },
  11989.       {
  11990.         ReturnType = "Variant",
  11991.         Arguments = {
  11992.           {
  11993.             Name = "watch",
  11994.             Type = "Instance"
  11995.           }
  11996.         },
  11997.         Name = "GetWatchValue"
  11998.       },
  11999.       {
  12000.         ReturnType = "Objects",
  12001.         Arguments = {
  12002.         },
  12003.         Name = "GetWatches"
  12004.       },
  12005.       {
  12006.         ReturnType = "void",
  12007.         Arguments = {
  12008.         },
  12009.         Name = "Resume"
  12010.       },
  12011.       {
  12012.         ReturnType = "Instance",
  12013.         Arguments = {
  12014.           {
  12015.             Name = "line",
  12016.             Type = "int"
  12017.           }
  12018.         },
  12019.         Name = "SetBreakpoint"
  12020.       },
  12021.       {
  12022.         ReturnType = "void",
  12023.         Arguments = {
  12024.           {
  12025.             Name = "name",
  12026.             Type = "string"
  12027.           },
  12028.           {
  12029.             Name = "value",
  12030.             Type = "Variant"
  12031.           }
  12032.         },
  12033.         Name = "SetGlobal"
  12034.       },
  12035.       {
  12036.         ReturnType = "void",
  12037.         Arguments = {
  12038.           {
  12039.             Name = "name",
  12040.             Type = "string"
  12041.           },
  12042.           {
  12043.             Name = "value",
  12044.             Type = "Variant"
  12045.           },
  12046.           {
  12047.             Type = "int",
  12048.             Name = "stackFrame",
  12049.             DefaultValue = "0"
  12050.           }
  12051.         },
  12052.         Name = "SetLocal"
  12053.       },
  12054.       {
  12055.         ReturnType = "void",
  12056.         Arguments = {
  12057.           {
  12058.             Name = "name",
  12059.             Type = "string"
  12060.           },
  12061.           {
  12062.             Name = "value",
  12063.             Type = "Variant"
  12064.           },
  12065.           {
  12066.             Type = "int",
  12067.             Name = "stackFrame",
  12068.             DefaultValue = "0"
  12069.           }
  12070.         },
  12071.         Name = "SetUpvalue"
  12072.       },
  12073.       {
  12074.         ReturnType = "void",
  12075.         Arguments = {
  12076.         },
  12077.         Name = "StepIn"
  12078.       },
  12079.       {
  12080.         ReturnType = "void",
  12081.         Arguments = {
  12082.         },
  12083.         Name = "StepOut"
  12084.       },
  12085.       {
  12086.         ReturnType = "void",
  12087.         Arguments = {
  12088.         },
  12089.         Name = "StepOver"
  12090.       }
  12091.     }
  12092.   },
  12093.   RunService = {
  12094.     Inherits = "Instance",
  12095.     Events = {
  12096.       {
  12097.         deprecated = true,
  12098.         Arguments = {
  12099.           {
  12100.             Name = "step",
  12101.             Type = "double"
  12102.           }
  12103.         },
  12104.         Name = "Heartbeat"
  12105.       },
  12106.       {
  12107.         deprecated = true,
  12108.         Arguments = {
  12109.           {
  12110.             Name = "time",
  12111.             Type = "double"
  12112.           },
  12113.           {
  12114.             Name = "step",
  12115.             Type = "double"
  12116.           }
  12117.         },
  12118.         Name = "Stepped"
  12119.       }
  12120.     },
  12121.     ClassName = "RunService",
  12122.     Callbacks = {
  12123.     },
  12124.     Properties = {
  12125.     },
  12126.     Methods = {
  12127.       {
  12128.         ReturnType = "void",
  12129.         Arguments = {
  12130.         },
  12131.         Name = "Pause",
  12132.         LocalUserSecurity = true
  12133.       },
  12134.       {
  12135.         ReturnType = "void",
  12136.         Arguments = {
  12137.         },
  12138.         Name = "Reset",
  12139.         deprecated = true,
  12140.         LocalUserSecurity = true
  12141.       },
  12142.       {
  12143.         ReturnType = "void",
  12144.         Arguments = {
  12145.         },
  12146.         Name = "Run",
  12147.         LocalUserSecurity = true
  12148.       },
  12149.       {
  12150.         ReturnType = "void",
  12151.         Arguments = {
  12152.         },
  12153.         Name = "Stop",
  12154.         LocalUserSecurity = true
  12155.       }
  12156.     }
  12157.   },
  12158.   Hint = {
  12159.     Inherits = "Message",
  12160.     Events = {
  12161.     },
  12162.     ClassName = "Hint",
  12163.     Callbacks = {
  12164.     },
  12165.     Properties = {
  12166.     },
  12167.     deprecated = true,
  12168.     Methods = {
  12169.     }
  12170.   },
  12171.   CoreGui = {
  12172.     Inherits = "BasePlayerGui",
  12173.     notCreatable = true,
  12174.     Events = {
  12175.     },
  12176.     ClassName = "CoreGui",
  12177.     Callbacks = {
  12178.     },
  12179.     Properties = {
  12180.       {
  12181.         Type = "int",
  12182.         Name = "Version",
  12183.         readonly = true
  12184.       }
  12185.     },
  12186.     notbrowsable = true,
  12187.     Methods = {
  12188.     }
  12189.   },
  12190.   TouchTransmitter = {
  12191.     Inherits = "Instance",
  12192.     notCreatable = true,
  12193.     Events = {
  12194.     },
  12195.     ClassName = "TouchTransmitter",
  12196.     Callbacks = {
  12197.     },
  12198.     Properties = {
  12199.     },
  12200.     notbrowsable = true,
  12201.     Methods = {
  12202.     }
  12203.   },
  12204.   SelectionPartLasso = {
  12205.     Inherits = "SelectionLasso",
  12206.     Events = {
  12207.     },
  12208.     ClassName = "SelectionPartLasso",
  12209.     Callbacks = {
  12210.     },
  12211.     Properties = {
  12212.       {
  12213.         Name = "Part",
  12214.         Type = "Object"
  12215.       }
  12216.     },
  12217.     Methods = {
  12218.     }
  12219.   },
  12220.   ReflectionMetadataItem = {
  12221.     Inherits = "Instance",
  12222.     Events = {
  12223.     },
  12224.     ClassName = "ReflectionMetadataItem",
  12225.     Callbacks = {
  12226.     },
  12227.     Properties = {
  12228.       {
  12229.         Name = "Browsable",
  12230.         Type = "bool"
  12231.       },
  12232.       {
  12233.         Name = "Deprecated",
  12234.         Type = "bool"
  12235.       },
  12236.       {
  12237.         Name = "IsBackend",
  12238.         Type = "bool"
  12239.       },
  12240.       {
  12241.         Name = "summary",
  12242.         Type = "string"
  12243.       }
  12244.     },
  12245.     Methods = {
  12246.     }
  12247.   },
  12248.   ReflectionMetadataFunctions = {
  12249.     Inherits = "Instance",
  12250.     Events = {
  12251.     },
  12252.     ClassName = "ReflectionMetadataFunctions",
  12253.     Callbacks = {
  12254.     },
  12255.     Properties = {
  12256.     },
  12257.     Methods = {
  12258.     }
  12259.   },
  12260.   Fire = {
  12261.     Inherits = "Instance",
  12262.     Events = {
  12263.     },
  12264.     ClassName = "Fire",
  12265.     Callbacks = {
  12266.     },
  12267.     Properties = {
  12268.       {
  12269.         Name = "Color",
  12270.         Type = "Color3"
  12271.       },
  12272.       {
  12273.         Name = "Enabled",
  12274.         Type = "bool"
  12275.       },
  12276.       {
  12277.         Name = "Heat",
  12278.         Type = "float"
  12279.       },
  12280.       {
  12281.         Name = "SecondaryColor",
  12282.         Type = "Color3"
  12283.       },
  12284.       {
  12285.         Name = "Size",
  12286.         Type = "float"
  12287.       },
  12288.       {
  12289.         deprecated = true,
  12290.         Type = "float",
  12291.         Name = "size"
  12292.       }
  12293.     },
  12294.     Methods = {
  12295.     }
  12296.   },
  12297.   Frame = {
  12298.     Inherits = "GuiObject",
  12299.     Events = {
  12300.     },
  12301.     ClassName = "Frame",
  12302.     Callbacks = {
  12303.     },
  12304.     Properties = {
  12305.       {
  12306.         Name = "Style",
  12307.         Type = "FrameStyle"
  12308.       }
  12309.     },
  12310.     Methods = {
  12311.     }
  12312.   },
  12313.   Plugin = {
  12314.     Inherits = "Instance",
  12315.     Events = {
  12316.       {
  12317.         Name = "Deactivation",
  12318.         Arguments = {
  12319.         }
  12320.       }
  12321.     },
  12322.     ClassName = "Plugin",
  12323.     Callbacks = {
  12324.     },
  12325.     Properties = {
  12326.     },
  12327.     Methods = {
  12328.       {
  12329.         ReturnType = "void",
  12330.         Arguments = {
  12331.           {
  12332.             Name = "exclusiveMouse",
  12333.             Type = "bool"
  12334.           }
  12335.         },
  12336.         Name = "Activate",
  12337.         LocalUserSecurity = true
  12338.       },
  12339.       {
  12340.         ReturnType = "Instance",
  12341.         Arguments = {
  12342.           {
  12343.             Name = "name",
  12344.             Type = "string"
  12345.           }
  12346.         },
  12347.         Name = "CreateToolbar",
  12348.         LocalUserSecurity = true
  12349.       },
  12350.       {
  12351.         ReturnType = "Instance",
  12352.         Arguments = {
  12353.         },
  12354.         Name = "GetMouse",
  12355.         LocalUserSecurity = true
  12356.       }
  12357.     }
  12358.   },
  12359.   BodyThrust = {
  12360.     Inherits = "BodyMover",
  12361.     Events = {
  12362.     },
  12363.     ClassName = "BodyThrust",
  12364.     Callbacks = {
  12365.     },
  12366.     Properties = {
  12367.       {
  12368.         Name = "force",
  12369.         Type = "Vector3"
  12370.       },
  12371.       {
  12372.         Name = "location",
  12373.         Type = "Vector3"
  12374.       }
  12375.     },
  12376.     Methods = {
  12377.     }
  12378.   },
  12379.   FlagStandService = {
  12380.     Inherits = "Instance",
  12381.     Events = {
  12382.     },
  12383.     ClassName = "FlagStandService",
  12384.     Callbacks = {
  12385.     },
  12386.     Properties = {
  12387.     },
  12388.     Methods = {
  12389.     }
  12390.   },
  12391.   Status = {
  12392.     Inherits = "Model",
  12393.     Events = {
  12394.     },
  12395.     ClassName = "Status",
  12396.     Callbacks = {
  12397.     },
  12398.     Properties = {
  12399.     },
  12400.     notCreatable = true,
  12401.     Methods = {
  12402.     }
  12403.   },
  12404.   RotateV = {
  12405.     Inherits = "DynamicRotate",
  12406.     Events = {
  12407.     },
  12408.     ClassName = "RotateV",
  12409.     Callbacks = {
  12410.     },
  12411.     Properties = {
  12412.     },
  12413.     Methods = {
  12414.     }
  12415.   },
  12416.   ServerReplicator = {
  12417.     Inherits = "NetworkReplicator",
  12418.     Events = {
  12419.       {
  12420.         Name = "TicketProcessed",
  12421.         Arguments = {
  12422.           {
  12423.             Name = "userId",
  12424.             Type = "int"
  12425.           },
  12426.           {
  12427.             Name = "isAuthenticated",
  12428.             Type = "bool"
  12429.           },
  12430.           {
  12431.             Name = "protocolVersion",
  12432.             Type = "int"
  12433.           }
  12434.         }
  12435.       }
  12436.     },
  12437.     ClassName = "ServerReplicator",
  12438.     Callbacks = {
  12439.       {
  12440.         ReturnType = "FilterResult",
  12441.         Arguments = {
  12442.           {
  12443.             Name = "deletingItem",
  12444.             Type = "Instance"
  12445.           }
  12446.         },
  12447.         Name = "DeleteFilter",
  12448.         RobloxPlaceSecurity = true
  12449.       },
  12450.       {
  12451.         ReturnType = "FilterResult",
  12452.         Arguments = {
  12453.           {
  12454.             Name = "firingItem",
  12455.             Type = "Instance"
  12456.           },
  12457.           {
  12458.             Name = "event",
  12459.             Type = "string"
  12460.           }
  12461.         },
  12462.         Name = "EventFilter",
  12463.         RobloxPlaceSecurity = true
  12464.       },
  12465.       {
  12466.         ReturnType = "FilterResult",
  12467.         Arguments = {
  12468.           {
  12469.             Name = "newItem",
  12470.             Type = "Instance"
  12471.           },
  12472.           {
  12473.             Name = "parent",
  12474.             Type = "Instance"
  12475.           }
  12476.         },
  12477.         Name = "NewFilter",
  12478.         RobloxPlaceSecurity = true
  12479.       },
  12480.       {
  12481.         ReturnType = "FilterResult",
  12482.         Arguments = {
  12483.           {
  12484.             Name = "changingItem",
  12485.             Type = "Instance"
  12486.           },
  12487.           {
  12488.             Name = "member",
  12489.             Type = "string"
  12490.           },
  12491.           {
  12492.             Name = "value",
  12493.             Type = "Variant"
  12494.           }
  12495.         },
  12496.         Name = "PropertyFilter",
  12497.         RobloxPlaceSecurity = true
  12498.       }
  12499.     },
  12500.     Properties = {
  12501.     },
  12502.     notCreatable = true,
  12503.     Methods = {
  12504.       {
  12505.         ReturnType = "void",
  12506.         Arguments = {
  12507.         },
  12508.         Name = "PreventTerrainChanges",
  12509.         RobloxPlaceSecurity = true
  12510.       },
  12511.       {
  12512.         ReturnType = "void",
  12513.         Arguments = {
  12514.           {
  12515.             Name = "value",
  12516.             Type = "bool"
  12517.           }
  12518.         },
  12519.         Name = "SetBasicFilteringEnabled",
  12520.         RobloxPlaceSecurity = true
  12521.       }
  12522.     }
  12523.   },
  12524.   CoreScript = {
  12525.     Inherits = "BaseScript",
  12526.     Events = {
  12527.     },
  12528.     ClassName = "CoreScript",
  12529.     Callbacks = {
  12530.     },
  12531.     Properties = {
  12532.     },
  12533.     notCreatable = true,
  12534.     Methods = {
  12535.     }
  12536.   },
  12537.   CylinderMesh = {
  12538.     Inherits = "BevelMesh",
  12539.     Events = {
  12540.     },
  12541.     ClassName = "CylinderMesh",
  12542.     Callbacks = {
  12543.     },
  12544.     Properties = {
  12545.     },
  12546.     Methods = {
  12547.     }
  12548.   },
  12549.   FlagStand = {
  12550.     Inherits = "Part",
  12551.     Events = {
  12552.       {
  12553.         Name = "FlagCaptured",
  12554.         Arguments = {
  12555.           {
  12556.             Name = "player",
  12557.             Type = "Instance"
  12558.           }
  12559.         }
  12560.       }
  12561.     },
  12562.     ClassName = "FlagStand",
  12563.     Callbacks = {
  12564.     },
  12565.     Properties = {
  12566.       {
  12567.         Name = "TeamColor",
  12568.         Type = "BrickColor"
  12569.       }
  12570.     },
  12571.     Methods = {
  12572.     }
  12573.   },
  12574.   Dragger = {
  12575.     Inherits = "Instance",
  12576.     Events = {
  12577.     },
  12578.     ClassName = "Dragger",
  12579.     Callbacks = {
  12580.     },
  12581.     Properties = {
  12582.     },
  12583.     Methods = {
  12584.       {
  12585.         ReturnType = "void",
  12586.         Arguments = {
  12587.           {
  12588.             Type = "Axis",
  12589.             Name = "axis",
  12590.             DefaultValue = "X"
  12591.           }
  12592.         },
  12593.         Name = "AxisRotate"
  12594.       },
  12595.       {
  12596.         ReturnType = "void",
  12597.         Arguments = {
  12598.           {
  12599.             Name = "mousePart",
  12600.             Type = "Instance"
  12601.           },
  12602.           {
  12603.             Name = "pointOnMousePart",
  12604.             Type = "Vector3"
  12605.           },
  12606.           {
  12607.             Name = "parts",
  12608.             Type = "Objects"
  12609.           }
  12610.         },
  12611.         Name = "MouseDown"
  12612.       },
  12613.       {
  12614.         ReturnType = "void",
  12615.         Arguments = {
  12616.           {
  12617.             Name = "mouseRay",
  12618.             Type = "Ray"
  12619.           }
  12620.         },
  12621.         Name = "MouseMove"
  12622.       },
  12623.       {
  12624.         ReturnType = "void",
  12625.         Arguments = {
  12626.         },
  12627.         Name = "MouseUp"
  12628.       }
  12629.     }
  12630.   },
  12631.   ContentFilter = {
  12632.     Inherits = "Instance",
  12633.     Events = {
  12634.     },
  12635.     ClassName = "ContentFilter",
  12636.     Callbacks = {
  12637.     },
  12638.     Properties = {
  12639.     },
  12640.     Methods = {
  12641.       {
  12642.         ReturnType = "void",
  12643.         Arguments = {
  12644.           {
  12645.             Name = "outstandingRequests",
  12646.             Type = "int"
  12647.           },
  12648.           {
  12649.             Name = "cacheSize",
  12650.             Type = "int"
  12651.           }
  12652.         },
  12653.         Name = "SetFilterLimits",
  12654.         LocalUserSecurity = true
  12655.       },
  12656.       {
  12657.         ReturnType = "void",
  12658.         Arguments = {
  12659.           {
  12660.             Name = "url",
  12661.             Type = "string"
  12662.           }
  12663.         },
  12664.         Name = "SetFilterUrl",
  12665.         LocalUserSecurity = true
  12666.       }
  12667.     }
  12668.   },
  12669.   Weld = {
  12670.     Inherits = "JointInstance",
  12671.     Events = {
  12672.     },
  12673.     ClassName = "Weld",
  12674.     Callbacks = {
  12675.     },
  12676.     Properties = {
  12677.     },
  12678.     Methods = {
  12679.     }
  12680.   },
  12681.   Shirt = {
  12682.     Inherits = "Clothing",
  12683.     Events = {
  12684.     },
  12685.     ClassName = "Shirt",
  12686.     Callbacks = {
  12687.     },
  12688.     Properties = {
  12689.       {
  12690.         Name = "ShirtTemplate",
  12691.         Type = "Content"
  12692.       }
  12693.     },
  12694.     Methods = {
  12695.     }
  12696.   },
  12697.   BoolValue = {
  12698.     Inherits = "Instance",
  12699.     Events = {
  12700.       {
  12701.         Name = "Changed",
  12702.         Arguments = {
  12703.           {
  12704.             Name = "value",
  12705.             Type = "bool"
  12706.           }
  12707.         }
  12708.       },
  12709.       {
  12710.         deprecated = true,
  12711.         Arguments = {
  12712.           {
  12713.             Name = "value",
  12714.             Type = "bool"
  12715.           }
  12716.         },
  12717.         Name = "changed"
  12718.       }
  12719.     },
  12720.     ClassName = "BoolValue",
  12721.     Callbacks = {
  12722.     },
  12723.     Properties = {
  12724.       {
  12725.         Name = "Value",
  12726.         Type = "bool"
  12727.       }
  12728.     },
  12729.     Methods = {
  12730.     }
  12731.   },
  12732.   TextService = {
  12733.     Inherits = "Instance",
  12734.     Events = {
  12735.     },
  12736.     ClassName = "TextService",
  12737.     Callbacks = {
  12738.     },
  12739.     Properties = {
  12740.     },
  12741.     notCreatable = true,
  12742.     Methods = {
  12743.     }
  12744.   },
  12745.   ServiceProvider = {
  12746.     Inherits = "Instance",
  12747.     Events = {
  12748.       {
  12749.         Name = "Close",
  12750.         Arguments = {
  12751.         }
  12752.       },
  12753.       {
  12754.         Arguments = {
  12755.         },
  12756.         Name = "CloseLate",
  12757.         LocalUserSecurity = true
  12758.       },
  12759.       {
  12760.         Name = "ServiceAdded",
  12761.         Arguments = {
  12762.           {
  12763.             Name = "service",
  12764.             Type = "Instance"
  12765.           }
  12766.         }
  12767.       },
  12768.       {
  12769.         Name = "ServiceRemoving",
  12770.         Arguments = {
  12771.           {
  12772.             Name = "service",
  12773.             Type = "Instance"
  12774.           }
  12775.         }
  12776.       }
  12777.     },
  12778.     ClassName = "ServiceProvider",
  12779.     Callbacks = {
  12780.     },
  12781.     Properties = {
  12782.     },
  12783.     notbrowsable = true,
  12784.     Methods = {
  12785.       {
  12786.         ReturnType = "Instance",
  12787.         Arguments = {
  12788.           {
  12789.             Name = "className",
  12790.             Type = "string"
  12791.           }
  12792.         },
  12793.         Name = "FindService"
  12794.       },
  12795.       {
  12796.         ReturnType = "Instance",
  12797.         Arguments = {
  12798.           {
  12799.             Name = "className",
  12800.             Type = "string"
  12801.           }
  12802.         },
  12803.         Name = "GetService"
  12804.       },
  12805.       {
  12806.         ReturnType = "Instance",
  12807.         Arguments = {
  12808.           {
  12809.             Name = "className",
  12810.             Type = "string"
  12811.           }
  12812.         },
  12813.         Name = "getService",
  12814.         deprecated = true
  12815.       },
  12816.       {
  12817.         ReturnType = "Instance",
  12818.         Arguments = {
  12819.           {
  12820.             Name = "className",
  12821.             Type = "string"
  12822.           }
  12823.         },
  12824.         Name = "service",
  12825.         deprecated = true
  12826.       }
  12827.     }
  12828.   },
  12829.   StarterScript = {
  12830.     Inherits = "CoreScript",
  12831.     Events = {
  12832.     },
  12833.     ClassName = "StarterScript",
  12834.     Callbacks = {
  12835.     },
  12836.     Properties = {
  12837.     },
  12838.     notCreatable = true,
  12839.     Methods = {
  12840.     }
  12841.   },
  12842.   Explosion = {
  12843.     Inherits = "Instance",
  12844.     Events = {
  12845.       {
  12846.         Name = "Hit",
  12847.         Arguments = {
  12848.           {
  12849.             Name = "part",
  12850.             Type = "Instance"
  12851.           },
  12852.           {
  12853.             Name = "distance",
  12854.             Type = "float"
  12855.           }
  12856.         }
  12857.       }
  12858.     },
  12859.     ClassName = "Explosion",
  12860.     Callbacks = {
  12861.     },
  12862.     Properties = {
  12863.       {
  12864.         Name = "BlastPressure",
  12865.         Type = "float"
  12866.       },
  12867.       {
  12868.         Name = "BlastRadius",
  12869.         Type = "float"
  12870.       },
  12871.       {
  12872.         Name = "ExplosionType",
  12873.         Type = "ExplosionType"
  12874.       },
  12875.       {
  12876.         Name = "Position",
  12877.         Type = "Vector3"
  12878.       }
  12879.     },
  12880.     Methods = {
  12881.     }
  12882.   },
  12883.   ChangeHistoryService = {
  12884.     Inherits = "Instance",
  12885.     Events = {
  12886.     },
  12887.     ClassName = "ChangeHistoryService",
  12888.     Callbacks = {
  12889.     },
  12890.     Properties = {
  12891.     },
  12892.     Methods = {
  12893.       {
  12894.         ReturnType = "Tuple",
  12895.         Arguments = {
  12896.         },
  12897.         Name = "GetCanRedo",
  12898.         LocalUserSecurity = true
  12899.       },
  12900.       {
  12901.         ReturnType = "Tuple",
  12902.         Arguments = {
  12903.         },
  12904.         Name = "GetCanUndo",
  12905.         LocalUserSecurity = true
  12906.       },
  12907.       {
  12908.         ReturnType = "void",
  12909.         Arguments = {
  12910.         },
  12911.         Name = "Redo",
  12912.         LocalUserSecurity = true
  12913.       },
  12914.       {
  12915.         ReturnType = "void",
  12916.         Arguments = {
  12917.         },
  12918.         Name = "ResetWaypoints",
  12919.         LocalUserSecurity = true
  12920.       },
  12921.       {
  12922.         ReturnType = "void",
  12923.         Arguments = {
  12924.           {
  12925.             Name = "state",
  12926.             Type = "bool"
  12927.           }
  12928.         },
  12929.         Name = "SetEnabled",
  12930.         LocalUserSecurity = true
  12931.       },
  12932.       {
  12933.         ReturnType = "void",
  12934.         Arguments = {
  12935.           {
  12936.             Name = "name",
  12937.             Type = "string"
  12938.           }
  12939.         },
  12940.         Name = "SetWaypoint",
  12941.         LocalUserSecurity = true
  12942.       },
  12943.       {
  12944.         ReturnType = "void",
  12945.         Arguments = {
  12946.         },
  12947.         Name = "Undo",
  12948.         LocalUserSecurity = true
  12949.       }
  12950.     }
  12951.   },
  12952.   ClickDetector = {
  12953.     Inherits = "Instance",
  12954.     Events = {
  12955.       {
  12956.         Name = "MouseClick",
  12957.         Arguments = {
  12958.           {
  12959.             Name = "playerWhoClicked",
  12960.             Type = "Instance"
  12961.           }
  12962.         }
  12963.       },
  12964.       {
  12965.         Name = "MouseHoverEnter",
  12966.         Arguments = {
  12967.           {
  12968.             Name = "playerWhoHovered",
  12969.             Type = "Instance"
  12970.           }
  12971.         }
  12972.       },
  12973.       {
  12974.         Name = "MouseHoverLeave",
  12975.         Arguments = {
  12976.           {
  12977.             Name = "playerWhoHovered",
  12978.             Type = "Instance"
  12979.           }
  12980.         }
  12981.       },
  12982.       {
  12983.         deprecated = true,
  12984.         Arguments = {
  12985.           {
  12986.             Name = "playerWhoClicked",
  12987.             Type = "Instance"
  12988.           }
  12989.         },
  12990.         Name = "mouseClick"
  12991.       }
  12992.     },
  12993.     ClassName = "ClickDetector",
  12994.     Callbacks = {
  12995.     },
  12996.     Properties = {
  12997.       {
  12998.         Name = "MaxActivationDistance",
  12999.         Type = "float"
  13000.       }
  13001.     },
  13002.     Methods = {
  13003.     }
  13004.   },
  13005.   BlockMesh = {
  13006.     Inherits = "BevelMesh",
  13007.     Events = {
  13008.     },
  13009.     ClassName = "BlockMesh",
  13010.     Callbacks = {
  13011.     },
  13012.     Properties = {
  13013.     },
  13014.     Methods = {
  13015.     }
  13016.   },
  13017.   Instance = {
  13018.     Events = {
  13019.       {
  13020.         Name = "AncestryChanged",
  13021.         Arguments = {
  13022.           {
  13023.             Name = "child",
  13024.             Type = "Instance"
  13025.           },
  13026.           {
  13027.             Name = "parent",
  13028.             Type = "Instance"
  13029.           }
  13030.         }
  13031.       },
  13032.       {
  13033.         Name = "Changed",
  13034.         Arguments = {
  13035.           {
  13036.             Name = "property",
  13037.             Type = "Property"
  13038.           }
  13039.         }
  13040.       },
  13041.       {
  13042.         Name = "ChildAdded",
  13043.         Arguments = {
  13044.           {
  13045.             Name = "child",
  13046.             Type = "Instance"
  13047.           }
  13048.         }
  13049.       },
  13050.       {
  13051.         Name = "ChildRemoved",
  13052.         Arguments = {
  13053.           {
  13054.             Name = "child",
  13055.             Type = "Instance"
  13056.           }
  13057.         }
  13058.       },
  13059.       {
  13060.         Name = "DescendantAdded",
  13061.         Arguments = {
  13062.           {
  13063.             Name = "descendant",
  13064.             Type = "Instance"
  13065.           }
  13066.         }
  13067.       },
  13068.       {
  13069.         Name = "DescendantRemoving",
  13070.         Arguments = {
  13071.           {
  13072.             Name = "descendant",
  13073.             Type = "Instance"
  13074.           }
  13075.         }
  13076.       },
  13077.       {
  13078.         deprecated = true,
  13079.         Arguments = {
  13080.           {
  13081.             Name = "child",
  13082.             Type = "Instance"
  13083.           }
  13084.         },
  13085.         Name = "childAdded"
  13086.       }
  13087.     },
  13088.     ClassName = "Instance",
  13089.     Callbacks = {
  13090.     },
  13091.     Properties = {
  13092.       {
  13093.         Name = "Archivable",
  13094.         Type = "bool"
  13095.       },
  13096.       {
  13097.         Type = "string",
  13098.         Name = "ClassName",
  13099.         readonly = true
  13100.       },
  13101.       {
  13102.         RobloxPlaceSecurity = true,
  13103.         Type = "int",
  13104.         Name = "DataCost",
  13105.         readonly = true
  13106.       },
  13107.       {
  13108.         Name = "Name",
  13109.         Type = "string"
  13110.       },
  13111.       {
  13112.         Name = "Parent",
  13113.         Type = "Object"
  13114.       },
  13115.       {
  13116.         Type = "bool",
  13117.         Name = "RobloxLocked",
  13118.         LocalUserSecurity = true
  13119.       },
  13120.       {
  13121.         Type = "bool",
  13122.         Name = "archivable",
  13123.         hidden = true
  13124.       },
  13125.       {
  13126.         deprecated = true,
  13127.         Type = "string",
  13128.         Name = "className",
  13129.         readonly = true
  13130.       }
  13131.     },
  13132.     Methods = {
  13133.       {
  13134.         ReturnType = "void",
  13135.         Arguments = {
  13136.         },
  13137.         Name = "ClearAllChildren"
  13138.       },
  13139.       {
  13140.         ReturnType = "Instance",
  13141.         Arguments = {
  13142.         },
  13143.         Name = "Clone"
  13144.       },
  13145.       {
  13146.         ReturnType = "void",
  13147.         Arguments = {
  13148.         },
  13149.         Name = "Destroy"
  13150.       },
  13151.       {
  13152.         ReturnType = "Instance",
  13153.         Arguments = {
  13154.           {
  13155.             Name = "name",
  13156.             Type = "string"
  13157.           },
  13158.           {
  13159.             Type = "bool",
  13160.             Name = "recursive",
  13161.             DefaultValue = "false"
  13162.           }
  13163.         },
  13164.         Name = "FindFirstChild"
  13165.       },
  13166.       {
  13167.         ReturnType = "Objects",
  13168.         Arguments = {
  13169.         },
  13170.         Name = "GetChildren"
  13171.       },
  13172.       {
  13173.         notbrowsable = true,
  13174.         Arguments = {
  13175.           {
  13176.             Type = "int",
  13177.             Name = "scopeLength",
  13178.             DefaultValue = "4"
  13179.           }
  13180.         },
  13181.         Name = "GetDebugId",
  13182.         LocalUserSecurity = true,
  13183.         ReturnType = "string"
  13184.       },
  13185.       {
  13186.         ReturnType = "string",
  13187.         Arguments = {
  13188.         },
  13189.         Name = "GetFullName"
  13190.       },
  13191.       {
  13192.         ReturnType = "bool",
  13193.         Arguments = {
  13194.           {
  13195.             Name = "className",
  13196.             Type = "string"
  13197.           }
  13198.         },
  13199.         Name = "IsA"
  13200.       },
  13201.       {
  13202.         ReturnType = "bool",
  13203.         Arguments = {
  13204.           {
  13205.             Name = "descendant",
  13206.             Type = "Instance"
  13207.           }
  13208.         },
  13209.         Name = "IsAncestorOf"
  13210.       },
  13211.       {
  13212.         ReturnType = "bool",
  13213.         Arguments = {
  13214.           {
  13215.             Name = "ancestor",
  13216.             Type = "Instance"
  13217.           }
  13218.         },
  13219.         Name = "IsDescendantOf"
  13220.       },
  13221.       {
  13222.         ReturnType = "void",
  13223.         Arguments = {
  13224.         },
  13225.         Name = "Remove",
  13226.         deprecated = true
  13227.       },
  13228.       {
  13229.         ReturnType = "Objects",
  13230.         Arguments = {
  13231.         },
  13232.         Name = "children",
  13233.         deprecated = true
  13234.       },
  13235.       {
  13236.         ReturnType = "Instance",
  13237.         Arguments = {
  13238.         },
  13239.         Name = "clone",
  13240.         deprecated = true
  13241.       },
  13242.       {
  13243.         ReturnType = "void",
  13244.         Arguments = {
  13245.         },
  13246.         Name = "destroy",
  13247.         deprecated = true
  13248.       },
  13249.       {
  13250.         ReturnType = "Instance",
  13251.         Arguments = {
  13252.           {
  13253.             Name = "name",
  13254.             Type = "string"
  13255.           },
  13256.           {
  13257.             Type = "bool",
  13258.             Name = "recursive",
  13259.             DefaultValue = "false"
  13260.           }
  13261.         },
  13262.         Name = "findFirstChild",
  13263.         deprecated = true
  13264.       },
  13265.       {
  13266.         ReturnType = "Objects",
  13267.         Arguments = {
  13268.         },
  13269.         Name = "getChildren",
  13270.         deprecated = true
  13271.       },
  13272.       {
  13273.         ReturnType = "bool",
  13274.         Arguments = {
  13275.           {
  13276.             Name = "className",
  13277.             Type = "string"
  13278.           }
  13279.         },
  13280.         Name = "isA",
  13281.         deprecated = true
  13282.       },
  13283.       {
  13284.         ReturnType = "bool",
  13285.         Arguments = {
  13286.           {
  13287.             Name = "ancestor",
  13288.             Type = "Instance"
  13289.           }
  13290.         },
  13291.         Name = "isDescendantOf",
  13292.         deprecated = true
  13293.       },
  13294.       {
  13295.         ReturnType = "void",
  13296.         Arguments = {
  13297.         },
  13298.         Name = "remove",
  13299.         deprecated = true
  13300.       },
  13301.       {
  13302.         ReturnType = "Instance",
  13303.         Arguments = {
  13304.           {
  13305.             Name = "childName",
  13306.             Type = "string"
  13307.           }
  13308.         },
  13309.         Name = "WaitForChild"
  13310.       }
  13311.     }
  13312.   },
  13313.   Hopper = {
  13314.     Inherits = "GuiItem",
  13315.     Events = {
  13316.     },
  13317.     ClassName = "Hopper",
  13318.     Callbacks = {
  13319.     },
  13320.     Properties = {
  13321.     },
  13322.     deprecated = true,
  13323.     Methods = {
  13324.     }
  13325.   },
  13326.   BackpackItem = {
  13327.     Inherits = "GuiItem",
  13328.     Events = {
  13329.     },
  13330.     ClassName = "BackpackItem",
  13331.     Callbacks = {
  13332.     },
  13333.     Properties = {
  13334.       {
  13335.         Name = "TextureId",
  13336.         Type = "Content"
  13337.       }
  13338.     },
  13339.     Methods = {
  13340.     }
  13341.   },
  13342.   NetworkServer = {
  13343.     Inherits = "NetworkPeer",
  13344.     Events = {
  13345.       {
  13346.         Arguments = {
  13347.           {
  13348.             Name = "peer",
  13349.             Type = "Instance"
  13350.           },
  13351.           {
  13352.             Name = "result",
  13353.             Type = "FilterResult"
  13354.           },
  13355.           {
  13356.             Name = "instance",
  13357.             Type = "Instance"
  13358.           },
  13359.           {
  13360.             Name = "member",
  13361.             Type = "string"
  13362.           }
  13363.         },
  13364.         Name = "DataBasicFiltered",
  13365.         LocalUserSecurity = true
  13366.       },
  13367.       {
  13368.         Arguments = {
  13369.           {
  13370.             Name = "peer",
  13371.             Type = "Instance"
  13372.           },
  13373.           {
  13374.             Name = "result",
  13375.             Type = "FilterResult"
  13376.           },
  13377.           {
  13378.             Name = "instance",
  13379.             Type = "Instance"
  13380.           },
  13381.           {
  13382.             Name = "member",
  13383.             Type = "string"
  13384.           }
  13385.         },
  13386.         Name = "DataCustomFiltered",
  13387.         LocalUserSecurity = true
  13388.       },
  13389.       {
  13390.         Arguments = {
  13391.           {
  13392.             Name = "peer",
  13393.             Type = "string"
  13394.           },
  13395.           {
  13396.             Name = "replicator",
  13397.             Type = "Instance"
  13398.           }
  13399.         },
  13400.         Name = "IncommingConnection",
  13401.         RobloxScriptSecurity = true
  13402.       }
  13403.     },
  13404.     ClassName = "NetworkServer",
  13405.     Callbacks = {
  13406.     },
  13407.     Properties = {
  13408.       {
  13409.         Type = "int",
  13410.         Name = "Port",
  13411.         readonly = true
  13412.       }
  13413.     },
  13414.     notCreatable = true,
  13415.     Methods = {
  13416.       {
  13417.         ReturnType = "int",
  13418.         Arguments = {
  13419.         },
  13420.         Name = "GetClientCount",
  13421.         LocalUserSecurity = true
  13422.       },
  13423.       {
  13424.         ReturnType = "void",
  13425.         Arguments = {
  13426.           {
  13427.             Name = "value",
  13428.             Type = "bool"
  13429.           }
  13430.         },
  13431.         Name = "SetIsPlayerAuthenticationRequired",
  13432.         RobloxSecurity = true
  13433.       },
  13434.       {
  13435.         ReturnType = "void",
  13436.         Arguments = {
  13437.           {
  13438.             Type = "int",
  13439.             Name = "port",
  13440.             DefaultValue = "0"
  13441.           },
  13442.           {
  13443.             Type = "int",
  13444.             Name = "threadSleepTime",
  13445.             DefaultValue = "20"
  13446.           }
  13447.         },
  13448.         Name = "Start",
  13449.         LocalUserSecurity = true
  13450.       },
  13451.       {
  13452.         ReturnType = "void",
  13453.         Arguments = {
  13454.           {
  13455.             Type = "int",
  13456.             Name = "blockDuration",
  13457.             DefaultValue = "1000"
  13458.           }
  13459.         },
  13460.         Name = "Stop",
  13461.         LocalUserSecurity = true
  13462.       }
  13463.     }
  13464.   },
  13465.   Decal = {
  13466.     Inherits = "FaceInstance",
  13467.     Events = {
  13468.     },
  13469.     ClassName = "Decal",
  13470.     Callbacks = {
  13471.     },
  13472.     Properties = {
  13473.       {
  13474.         Name = "Shiny",
  13475.         Type = "float"
  13476.       },
  13477.       {
  13478.         Name = "Specular",
  13479.         Type = "float"
  13480.       },
  13481.       {
  13482.         Name = "Texture",
  13483.         Type = "Content"
  13484.       },
  13485.       {
  13486.         Name = "Transparency",
  13487.         Type = "float"
  13488.       }
  13489.     },
  13490.     Methods = {
  13491.     }
  13492.   },
  13493.   LocalScript = {
  13494.     Inherits = "Script",
  13495.     Events = {
  13496.     },
  13497.     ClassName = "LocalScript",
  13498.     Callbacks = {
  13499.     },
  13500.     Properties = {
  13501.     },
  13502.     Methods = {
  13503.     }
  13504.   },
  13505.   DebugSettings = {
  13506.     Inherits = "Instance",
  13507.     Events = {
  13508.     },
  13509.     ClassName = "DebugSettings",
  13510.     Callbacks = {
  13511.     },
  13512.     Properties = {
  13513.       {
  13514.         Type = "int",
  13515.         Name = "AltCdnFailureCount",
  13516.         readonly = true
  13517.       },
  13518.       {
  13519.         Type = "int",
  13520.         Name = "AltCdnSuccessCount",
  13521.         readonly = true
  13522.       },
  13523.       {
  13524.         Type = "int",
  13525.         Name = "AvailablePhysicalMemory",
  13526.         readonly = true
  13527.       },
  13528.       {
  13529.         Type = "int",
  13530.         Name = "BlockMeshSize",
  13531.         readonly = true
  13532.       },
  13533.       {
  13534.         Type = "string",
  13535.         Name = "CPU",
  13536.         readonly = true
  13537.       },
  13538.       {
  13539.         Type = "int",
  13540.         Name = "CdnFailureCount",
  13541.         readonly = true
  13542.       },
  13543.       {
  13544.         Type = "double",
  13545.         Name = "CdnResponceTime",
  13546.         readonly = true
  13547.       },
  13548.       {
  13549.         Type = "int",
  13550.         Name = "CdnSuccessCount",
  13551.         readonly = true
  13552.       },
  13553.       {
  13554.         Type = "int",
  13555.         Name = "CpuCount",
  13556.         readonly = true
  13557.       },
  13558.       {
  13559.         Type = "int",
  13560.         Name = "CpuSpeed",
  13561.         readonly = true
  13562.       },
  13563.       {
  13564.         Type = "int",
  13565.         Name = "DataModel",
  13566.         readonly = true
  13567.       },
  13568.       {
  13569.         Type = "double",
  13570.         Name = "ElapsedTime",
  13571.         readonly = true
  13572.       },
  13573.       {
  13574.         Name = "EnforceInstanceCountLimit",
  13575.         Type = "bool"
  13576.       },
  13577.       {
  13578.         Name = "ErrorReporting",
  13579.         Type = "ErrorReporting"
  13580.       },
  13581.       {
  13582.         Type = "string",
  13583.         Name = "GfxCard",
  13584.         readonly = true
  13585.       },
  13586.       {
  13587.         Type = "int",
  13588.         Name = "InstanceCount",
  13589.         readonly = true
  13590.       },
  13591.       {
  13592.         Name = "InstanceCountLimit",
  13593.         Type = "int"
  13594.       },
  13595.       {
  13596.         Name = "IsFmodProfilingEnabled",
  13597.         Type = "bool"
  13598.       },
  13599.       {
  13600.         Name = "IsProfilingEnabled",
  13601.         Type = "bool"
  13602.       },
  13603.       {
  13604.         Name = "IsScriptStackTracingEnabled",
  13605.         Type = "bool"
  13606.       },
  13607.       {
  13608.         Type = "int",
  13609.         Name = "JobCount",
  13610.         readonly = true
  13611.       },
  13612.       {
  13613.         Type = "double",
  13614.         Name = "LastCdnFailureTimeSpan",
  13615.         readonly = true
  13616.       },
  13617.       {
  13618.         Name = "LuaRamLimit",
  13619.         Type = "int"
  13620.       },
  13621.       {
  13622.         Type = "int",
  13623.         Name = "NameDatabaseBytes",
  13624.         readonly = true
  13625.       },
  13626.       {
  13627.         Type = "int",
  13628.         Name = "NameDatabaseSize",
  13629.         readonly = true
  13630.       },
  13631.       {
  13632.         Type = "bool",
  13633.         Name = "OsIs64Bit",
  13634.         readonly = true
  13635.       },
  13636.       {
  13637.         Type = "string",
  13638.         Name = "OsPlatform",
  13639.         readonly = true
  13640.       },
  13641.       {
  13642.         Type = "int",
  13643.         Name = "OsPlatformId",
  13644.         readonly = true
  13645.       },
  13646.       {
  13647.         Type = "string",
  13648.         Name = "OsVer",
  13649.         readonly = true
  13650.       },
  13651.       {
  13652.         Type = "int",
  13653.         Name = "PageFaultsPerSecond",
  13654.         readonly = true
  13655.       },
  13656.       {
  13657.         Type = "int",
  13658.         Name = "PageFileBytes",
  13659.         readonly = true
  13660.       },
  13661.       {
  13662.         Type = "float",
  13663.         Name = "PixelShaderModel",
  13664.         readonly = true
  13665.       },
  13666.       {
  13667.         Type = "int",
  13668.         Name = "PlayerCount",
  13669.         readonly = true
  13670.       },
  13671.       {
  13672.         Type = "int",
  13673.         Name = "PrivateBytes",
  13674.         readonly = true
  13675.       },
  13676.       {
  13677.         Type = "int",
  13678.         Name = "PrivateWorkingSetBytes",
  13679.         readonly = true
  13680.       },
  13681.       {
  13682.         Type = "double",
  13683.         Name = "ProcessCores",
  13684.         readonly = true
  13685.       },
  13686.       {
  13687.         Type = "int",
  13688.         Name = "ProcessorTime",
  13689.         readonly = true
  13690.       },
  13691.       {
  13692.         Name = "ProfilingWindow",
  13693.         Type = "double"
  13694.       },
  13695.       {
  13696.         Type = "int",
  13697.         Name = "RAM",
  13698.         readonly = true
  13699.       },
  13700.       {
  13701.         Name = "ReportExtendedMachineConfiguration",
  13702.         Type = "bool"
  13703.       },
  13704.       {
  13705.         Name = "ReportSoundWarnings",
  13706.         Type = "bool"
  13707.       },
  13708.       {
  13709.         Type = "string",
  13710.         Name = "Resolution",
  13711.         readonly = true
  13712.       },
  13713.       {
  13714.         Type = "int",
  13715.         Name = "RobloxFailureCount",
  13716.         readonly = true
  13717.       },
  13718.       {
  13719.         Type = "string",
  13720.         Name = "RobloxProductName",
  13721.         readonly = true
  13722.       },
  13723.       {
  13724.         Type = "double",
  13725.         Name = "RobloxRespoceTime",
  13726.         readonly = true
  13727.       },
  13728.       {
  13729.         Type = "int",
  13730.         Name = "RobloxSuccessCount",
  13731.         readonly = true
  13732.       },
  13733.       {
  13734.         Type = "string",
  13735.         Name = "RobloxVersion",
  13736.         readonly = true
  13737.       },
  13738.       {
  13739.         Type = "string",
  13740.         Name = "SIMD",
  13741.         readonly = true
  13742.       },
  13743.       {
  13744.         Type = "string",
  13745.         Name = "SystemProductName",
  13746.         readonly = true
  13747.       },
  13748.       {
  13749.         Name = "TickCountPreciseOverride",
  13750.         Type = "TickCountSampleMethod"
  13751.       },
  13752.       {
  13753.         Type = "int",
  13754.         Name = "TotalPhysicalMemory",
  13755.         readonly = true
  13756.       },
  13757.       {
  13758.         Type = "int",
  13759.         Name = "TotalProcessorTime",
  13760.         readonly = true
  13761.       },
  13762.       {
  13763.         Type = "float",
  13764.         Name = "VertexShaderModel",
  13765.         readonly = true
  13766.       },
  13767.       {
  13768.         Type = "int",
  13769.         Name = "VideoMemory",
  13770.         readonly = true
  13771.       },
  13772.       {
  13773.         Type = "int",
  13774.         Name = "VirtualBytes",
  13775.         readonly = true
  13776.       }
  13777.     },
  13778.     notbrowsable = true,
  13779.     Methods = {
  13780.       {
  13781.         ReturnType = "void",
  13782.         Arguments = {
  13783.         },
  13784.         Name = "LegacyScriptMode",
  13785.         deprecated = true,
  13786.         LocalUserSecurity = true
  13787.       },
  13788.       {
  13789.         ReturnType = "Tuple",
  13790.         Arguments = {
  13791.         },
  13792.         Name = "ResetCdnFailureCounts",
  13793.         LocalUserSecurity = true
  13794.       },
  13795.       {
  13796.         ReturnType = "void",
  13797.         Arguments = {
  13798.           {
  13799.             Name = "value",
  13800.             Type = "bool"
  13801.           }
  13802.         },
  13803.         Name = "SetBlockingRemove",
  13804.         LocalUserSecurity = true
  13805.       }
  13806.     }
  13807.   },
  13808.   ContextActionService = {
  13809.     Inherits = "Instance",
  13810.     Events = {
  13811.       {
  13812.         Name = "LocalToolEquipped",
  13813.         Arguments = {
  13814.           {
  13815.             Name = "toolEquipped",
  13816.             Type = "Instance"
  13817.           }
  13818.         }
  13819.       },
  13820.       {
  13821.         Name = "LocalToolUnequipped",
  13822.         Arguments = {
  13823.           {
  13824.             Name = "toolUnequipped",
  13825.             Type = "Instance"
  13826.           }
  13827.         }
  13828.       }
  13829.     },
  13830.     ClassName = "ContextActionService",
  13831.     Callbacks = {
  13832.     },
  13833.     Properties = {
  13834.       {
  13835.         Name = "ContextButtonEnabled",
  13836.         Type = "bool"
  13837.       }
  13838.     },
  13839.     Methods = {
  13840.       {
  13841.         ReturnType = "void",
  13842.         Arguments = {
  13843.         },
  13844.         Name = "ActivateLocalTool",
  13845.         RobloxScriptSecurity = true
  13846.       },
  13847.       {
  13848.         ReturnType = "void",
  13849.         Arguments = {
  13850.         },
  13851.         Name = "DeactivateLocalTool",
  13852.         RobloxScriptSecurity = true
  13853.       },
  13854.       {
  13855.         ReturnType = "string",
  13856.         Arguments = {
  13857.         },
  13858.         Name = "GetCurrentLocalToolIcon"
  13859.       }
  13860.     }
  13861.   },
  13862.   Scale9Frame = {
  13863.     Inherits = "GuiObject",
  13864.     Events = {
  13865.     },
  13866.     ClassName = "Scale9Frame",
  13867.     Callbacks = {
  13868.     },
  13869.     Properties = {
  13870.       {
  13871.         Name = "ScaleEdgeSize",
  13872.         Type = "Vector2int16"
  13873.       },
  13874.       {
  13875.         Name = "SlicePrefix",
  13876.         Type = "string"
  13877.       }
  13878.     },
  13879.     Methods = {
  13880.     }
  13881.   },
  13882.   Rotate = {
  13883.     Inherits = "JointInstance",
  13884.     Events = {
  13885.     },
  13886.     ClassName = "Rotate",
  13887.     Callbacks = {
  13888.     },
  13889.     Properties = {
  13890.     },
  13891.     Methods = {
  13892.     }
  13893.   },
  13894.   NotificationObject = {
  13895.     Inherits = "Frame",
  13896.     Events = {
  13897.     },
  13898.     ClassName = "NotificationObject",
  13899.     Callbacks = {
  13900.     },
  13901.     Properties = {
  13902.     },
  13903.     notbrowsable = true,
  13904.     Methods = {
  13905.     }
  13906.   },
  13907.   Keyframe = {
  13908.     Inherits = "Instance",
  13909.     Events = {
  13910.     },
  13911.     ClassName = "Keyframe",
  13912.     Callbacks = {
  13913.     },
  13914.     Properties = {
  13915.       {
  13916.         Name = "Time",
  13917.         Type = "float"
  13918.       }
  13919.     },
  13920.     Methods = {
  13921.       {
  13922.         ReturnType = "void",
  13923.         Arguments = {
  13924.           {
  13925.             Name = "pose",
  13926.             Type = "Instance"
  13927.           }
  13928.         },
  13929.         Name = "AddPose"
  13930.       },
  13931.       {
  13932.         ReturnType = "Objects",
  13933.         Arguments = {
  13934.         },
  13935.         Name = "GetPoses"
  13936.       },
  13937.       {
  13938.         ReturnType = "void",
  13939.         Arguments = {
  13940.           {
  13941.             Name = "pose",
  13942.             Type = "Instance"
  13943.           }
  13944.         },
  13945.         Name = "RemovePose"
  13946.       }
  13947.     }
  13948.   }
  13949. }
  13950. -----------
  13951. -- ENUMS --
  13952. -----------
  13953. -- Contains all the enum data (The name, and its ID). Perhaps not as useful, but it exists
  13954. -- for your enjoyment, and was included in the API format.
  13955.  
  13956. lib.Enums = {
  13957.   GearType = {
  13958.     Name = "GearType",
  13959.     EnumItems = {
  13960.       "RangedWeapons",
  13961.       "Explosives",
  13962.       "PowerUps",
  13963.       "NavigationEnhancers",
  13964.       "MusicalInstruments",
  13965.       "SocialItems",
  13966.       "BuildingTools",
  13967.       "Transport",
  13968.       [0] = "MeleeWeapons"
  13969.     }
  13970.   },
  13971.   RuntimeUndoBehavior = {
  13972.     Name = "RuntimeUndoBehavior",
  13973.     EnumItems = {
  13974.       "Snapshot",
  13975.       "Hybrid",
  13976.       [0] = "Aggregate"
  13977.     }
  13978.   },
  13979.   EnviromentalPhysicsThrottle = {
  13980.     Name = "EnviromentalPhysicsThrottle",
  13981.     EnumItems = {
  13982.       "Disabled",
  13983.       "Always",
  13984.       "Skip2",
  13985.       "Skip4",
  13986.       "Skip8",
  13987.       "Skip16",
  13988.       [0] = "DefaultAuto"
  13989.     }
  13990.   },
  13991.   MoveState = {
  13992.     Name = "MoveState",
  13993.     EnumItems = {
  13994.       "Coasting",
  13995.       "Pushing",
  13996.       "Stopping",
  13997.       "AirFree",
  13998.       [0] = "Stopped"
  13999.     }
  14000.   },
  14001.   SwipeDirection = {
  14002.     Name = "SwipeDirection",
  14003.     EnumItems = {
  14004.       "Left",
  14005.       "Up",
  14006.       "Down",
  14007.       [0] = "Right"
  14008.     }
  14009.   },
  14010.   Axis = {
  14011.     Name = "Axis",
  14012.     EnumItems = {
  14013.       "Y",
  14014.       "Z",
  14015.       [0] = "X"
  14016.     }
  14017.   },
  14018.   WaterForce = {
  14019.     Name = "WaterForce",
  14020.     EnumItems = {
  14021.       "Small",
  14022.       "Medium",
  14023.       "Strong",
  14024.       "Max",
  14025.       [0] = "None"
  14026.     }
  14027.   },
  14028.   InputType = {
  14029.     Name = "InputType",
  14030.     EnumItems = {
  14031.       "LeftTread",
  14032.       "RightTread",
  14033.       "Steer",
  14034.       "Throtle",
  14035.       [6] = "UpDown",
  14036.       [7] = "Action1",
  14037.       [8] = "Action2",
  14038.       [9] = "Action3",
  14039.       [10] = "Action4",
  14040.       [11] = "Action5",
  14041.       [12] = "Constant",
  14042.       [13] = "Sin",
  14043.       [0] = "NoInput"
  14044.     }
  14045.   },
  14046.   LeftRight = {
  14047.     Name = "LeftRight",
  14048.     EnumItems = {
  14049.       "Center",
  14050.       "Right",
  14051.       [0] = "Left"
  14052.     }
  14053.   },
  14054.   TweenStatus = {
  14055.     Name = "TweenStatus",
  14056.     EnumItems = {
  14057.       "Completed",
  14058.       [0] = "Canceled"
  14059.     }
  14060.   },
  14061.   PartType = {
  14062.     Name = "PartType",
  14063.     EnumItems = {
  14064.       "Block",
  14065.       "Cylinder",
  14066.       [0] = "Ball"
  14067.     }
  14068.   },
  14069.   PriorityMethod = {
  14070.     Name = "PriorityMethod",
  14071.     EnumItems = {
  14072.       "AccumulatedError",
  14073.       "FIFO",
  14074.       [0] = "LastError"
  14075.     }
  14076.   },
  14077.   FormFactor = {
  14078.     Name = "FormFactor",
  14079.     EnumItems = {
  14080.       "Brick",
  14081.       "Plate",
  14082.       "Custom",
  14083.       [0] = "Symmetric"
  14084.     }
  14085.   },
  14086.   ChatMode = {
  14087.     Name = "ChatMode",
  14088.     EnumItems = {
  14089.       "TextAndMenu",
  14090.       [0] = "Menu"
  14091.     }
  14092.   },
  14093.   InOut = {
  14094.     Name = "InOut",
  14095.     EnumItems = {
  14096.       "Inset",
  14097.       "Center",
  14098.       [0] = "Edge"
  14099.     }
  14100.   },
  14101.   CellMaterial = {
  14102.     Name = "CellMaterial",
  14103.     EnumItems = {
  14104.       "Grass",
  14105.       "Sand",
  14106.       "Brick",
  14107.       "Granite",
  14108.       "Asphalt",
  14109.       "Iron",
  14110.       "Aluminum",
  14111.       "Gold",
  14112.       "WoodPlank",
  14113.       "WoodLog",
  14114.       "Gravel",
  14115.       "CinderBlock",
  14116.       "MossyStone",
  14117.       "Cement",
  14118.       "RedPlastic",
  14119.       "BluePlastic",
  14120.       "Water",
  14121.       [0] = "Empty"
  14122.     }
  14123.   },
  14124.   MeshType = {
  14125.     Name = "MeshType",
  14126.     EnumItems = {
  14127.       "Torso",
  14128.       "Wedge",
  14129.       "Sphere",
  14130.       "Cylinder",
  14131.       "FileMesh",
  14132.       "Brick",
  14133.       "Prism",
  14134.       "Pyramid",
  14135.       "ParallelRamp",
  14136.       "RightAngleRamp",
  14137.       "CornerWedge",
  14138.       [0] = "Head"
  14139.     }
  14140.   },
  14141.   CellOrientation = {
  14142.     Name = "CellOrientation",
  14143.     EnumItems = {
  14144.       "X",
  14145.       "Z",
  14146.       "NegX",
  14147.       [0] = "NegZ"
  14148.     }
  14149.   },
  14150.   TextYAlignment = {
  14151.     Name = "TextYAlignment",
  14152.     EnumItems = {
  14153.       "Center",
  14154.       "Bottom",
  14155.       [0] = "Top"
  14156.     }
  14157.   },
  14158.   CreatorType = {
  14159.     Name = "CreatorType",
  14160.     EnumItems = {
  14161.       "Group",
  14162.       [0] = "User"
  14163.     }
  14164.   },
  14165.   FilterResult = {
  14166.     Name = "FilterResult",
  14167.     EnumItems = {
  14168.       "Rejected",
  14169.       [0] = "Accepted"
  14170.     }
  14171.   },
  14172.   UploadSetting = {
  14173.     Name = "UploadSetting",
  14174.     EnumItems = {
  14175.       "Ask",
  14176.       "Always",
  14177.       [0] = "Never"
  14178.     }
  14179.   },
  14180.   PhysicsReceiveMethod = {
  14181.     Name = "PhysicsReceiveMethod",
  14182.     EnumItems = {
  14183.       "Interpolation",
  14184.       [0] = "Direct"
  14185.     }
  14186.   },
  14187.   D3DFORMAT = {
  14188.     Name = "D3DFORMAT",
  14189.     EnumItems = {
  14190.       [27] = "D3DFMT_R3G3B2",
  14191.       [31] = "D3DFMT_A2B10G10R10",
  14192.       [75] = "D3DFMT_D24S8",
  14193.       [62] = "D3DFMT_X8L8V8U8",
  14194.       [77] = "D3DFMT_D24X8",
  14195.       [63] = "D3DFMT_Q8W8V8U8",
  14196.       [20] = "D3DFMT_R8G8B8",
  14197.       [24] = "D3DFMT_X1R5G5B5",
  14198.       [28] = "D3DFMT_A8",
  14199.       [32] = "D3DFMT_A8B8G8R8",
  14200.       [40] = "D3DFMT_A8P8",
  14201.       [111] = "D3DFMT_R16F",
  14202.       [64] = "D3DFMT_V16U16",
  14203.       [80] = "D3DFMT_D16",
  14204.       [112] = "D3DFMT_G16R16F",
  14205.       [33] = "D3DFMT_X8B8G8R8",
  14206.       [41] = "D3DFMT_P8",
  14207.       [113] = "D3DFMT_A16B16G16R16F",
  14208.       [21] = "D3DFMT_A8R8G8B8",
  14209.       [25] = "D3DFMT_A1R5G5B5",
  14210.       [29] = "D3DFMT_A8R3G3B2",
  14211.       [67] = "D3DFMT_A2W10V10U10",
  14212.       [83] = "D3DFMT_D24FS8",
  14213.       [50] = "D3DFMT_L8",
  14214.       [115] = "D3DFMT_G32R32F",
  14215.       [100] = "D3DFMT_VERTEXDATA",
  14216.       [116] = "D3DFMT_A32B32G32R32F",
  14217.       [35] = "D3DFMT_A2R10G10B10",
  14218.       [114] = "D3DFMT_R32F",
  14219.       [51] = "D3DFMT_A8L8",
  14220.       [117] = "D3DFMT_CxV8U8",
  14221.       [70] = "D3DFMT_D16_LOCKABLE",
  14222.       [22] = "D3DFMT_X8R8G8B8",
  14223.       [26] = "D3DFMT_A4R4G4B4",
  14224.       [30] = "D3DFMT_X4R4G4B4",
  14225.       [71] = "D3DFMT_D32",
  14226.       [110] = "D3DFMT_Q16W16V16U16",
  14227.       [52] = "D3DFMT_A4L4",
  14228.       [60] = "D3DFMT_V8U8",
  14229.       [102] = "D3DFMT_INDEX32",
  14230.       [101] = "D3DFMT_INDEX16",
  14231.       [81] = "D3DFMT_L16",
  14232.       [82] = "D3DFMT_D32F_LOCKABLE",
  14233.       [73] = "D3DFMT_D15S1",
  14234.       [79] = "D3DFMT_D24X4S4",
  14235.       [0] = "D3DFMT_UNKNOWN",
  14236.       [61] = "D3DFMT_L6V5U5",
  14237.       [34] = "D3DFMT_G16R16",
  14238.       [23] = "D3DFMT_R5G6B5",
  14239.       [36] = "D3DFMT_A16B16G16R16"
  14240.     }
  14241.   },
  14242.   ReverbType = {
  14243.     Name = "ReverbType",
  14244.     EnumItems = {
  14245.       "GenericReverb",
  14246.       "PaddedCell",
  14247.       "Room",
  14248.       "Bathroom",
  14249.       "LivingRoom",
  14250.       "StoneRoom",
  14251.       "Auditorium",
  14252.       "ConcertHall",
  14253.       "Cave",
  14254.       "Arena",
  14255.       "Hangar",
  14256.       "CarpettedHallway",
  14257.       "Hallway",
  14258.       "StoneCorridor",
  14259.       "Alley",
  14260.       "Forest",
  14261.       "City",
  14262.       "Mountains",
  14263.       "Quarry",
  14264.       "Plain",
  14265.       "ParkingLot",
  14266.       "SewerPipe",
  14267.       "UnderWater",
  14268.       [0] = "NoReverb"
  14269.     }
  14270.   },
  14271.   ControlMode = {
  14272.     Name = "ControlMode",
  14273.     EnumItems = {
  14274.       "MouseLockSwitch",
  14275.       [0] = "Classic"
  14276.     }
  14277.   },
  14278.   CameraType = {
  14279.     Name = "CameraType",
  14280.     EnumItems = {
  14281.       "Attach",
  14282.       "Watch",
  14283.       "Track",
  14284.       "Follow",
  14285.       "Custom",
  14286.       "Scriptable",
  14287.       [0] = "Fixed"
  14288.     }
  14289.   },
  14290.   Button = {
  14291.     Name = "Button",
  14292.     EnumItems = {
  14293.       [32] = "Jump",
  14294.       [8] = "Dismount"
  14295.     }
  14296.   },
  14297.   ChatStyle = {
  14298.     Name = "ChatStyle",
  14299.     EnumItems = {
  14300.       "Bubble",
  14301.       "ClassicAndBubble",
  14302.       [0] = "Classic"
  14303.     }
  14304.   },
  14305.   EasingDirection = {
  14306.     Name = "EasingDirection",
  14307.     EnumItems = {
  14308.       "Out",
  14309.       "InOut",
  14310.       [0] = "In"
  14311.     }
  14312.   },
  14313.   SpecialKey = {
  14314.     Name = "SpecialKey",
  14315.     EnumItems = {
  14316.       "Home",
  14317.       "End",
  14318.       "PageUp",
  14319.       "PageDown",
  14320.       "ChatHotkey",
  14321.       [0] = "Insert"
  14322.     }
  14323.   },
  14324.   JointType = {
  14325.     Name = "JointType",
  14326.     EnumItems = {
  14327.       "Weld",
  14328.       [6] = "Rotate",
  14329.       [13] = "None",
  14330.       [8] = "RotateV",
  14331.       [3] = "Snap",
  14332.       [9] = "Glue",
  14333.       [7] = "RotateP"
  14334.     }
  14335.   },
  14336.   WaterDirection = {
  14337.     Name = "WaterDirection",
  14338.     EnumItems = {
  14339.       "X",
  14340.       "NegY",
  14341.       "Y",
  14342.       "NegZ",
  14343.       "Z",
  14344.       [0] = "NegX"
  14345.     }
  14346.   },
  14347.   Font = {
  14348.     Name = "Font",
  14349.     EnumItems = {
  14350.       "Arial",
  14351.       "ArialBold",
  14352.       [0] = "Legacy"
  14353.     }
  14354.   },
  14355.   Style = {
  14356.     Name = "Style",
  14357.     EnumItems = {
  14358.       "BridgeStyleSupports",
  14359.       "NoSupports",
  14360.       [0] = "AlternatingSupports"
  14361.     }
  14362.   },
  14363.   CenterDialogType = {
  14364.     Name = "CenterDialogType",
  14365.     EnumItems = {
  14366.       "UnsolicitedDialog",
  14367.       "PlayerInitiatedDialog",
  14368.       "ModalDialog",
  14369.       "QuitDialog"
  14370.     }
  14371.   },
  14372.   ActionType = {
  14373.     Name = "ActionType",
  14374.     EnumItems = {
  14375.       "Pause",
  14376.       "Lose",
  14377.       "Draw",
  14378.       "Win",
  14379.       [0] = "Nothing"
  14380.     }
  14381.   },
  14382.   PacketPriority = {
  14383.     Name = "PacketPriority",
  14384.     EnumItems = {
  14385.       "HIGH_PRIORITY",
  14386.       "MEDIUM_PRIORITY",
  14387.       "LOW_PRIORITY",
  14388.       [0] = "IMMEDIATE_PRIORITY"
  14389.     }
  14390.   },
  14391.   FontSize = {
  14392.     Name = "FontSize",
  14393.     EnumItems = {
  14394.       "Size9",
  14395.       "Size10",
  14396.       "Size11",
  14397.       "Size12",
  14398.       "Size14",
  14399.       "Size18",
  14400.       "Size24",
  14401.       "Size36",
  14402.       "Size48",
  14403.       [0] = "Size8"
  14404.     }
  14405.   },
  14406.   UserInputType = {
  14407.     Name = "UserInputType",
  14408.     EnumItems = {
  14409.       "MouseButton2",
  14410.       "MouseButton3",
  14411.       "MouseWheel",
  14412.       "MouseMovement",
  14413.       "Touch",
  14414.       "Keyboard",
  14415.       "None",
  14416.       [0] = "MouseButton1"
  14417.     }
  14418.   },
  14419.   ThreadPoolConfig = {
  14420.     Name = "ThreadPoolConfig",
  14421.     EnumItems = {
  14422.       "Threads1",
  14423.       "Threads2",
  14424.       "Threads3",
  14425.       "Threads4",
  14426.       [0] = "Auto",
  14427.       [101] = "PerCore1",
  14428.       [103] = "PerCore3",
  14429.       [16] = "Threads16",
  14430.       [102] = "PerCore2",
  14431.       [104] = "PerCore4",
  14432.       [8] = "Threads8"
  14433.     }
  14434.   },
  14435.   SoundType = {
  14436.     Name = "SoundType",
  14437.     EnumItems = {
  14438.       "Boing",
  14439.       "Bomb",
  14440.       "Break",
  14441.       "Click",
  14442.       "Clock",
  14443.       "Slingshot",
  14444.       "Page",
  14445.       "Ping",
  14446.       "Snap",
  14447.       "Splat",
  14448.       "Step",
  14449.       "StepOn",
  14450.       "Swoosh",
  14451.       "Victory",
  14452.       [0] = "NoSound"
  14453.     }
  14454.   },
  14455.   PrismSides = {
  14456.     Name = "PrismSides",
  14457.     EnumItems = {
  14458.       [6] = "6",
  14459.       [8] = "8",
  14460.       [3] = "3",
  14461.       [20] = "20",
  14462.       [5] = "5",
  14463.       [10] = "10"
  14464.     }
  14465.   },
  14466.   LevelOfDetailSetting = {
  14467.     Name = "LevelOfDetailSetting",
  14468.     EnumItems = {
  14469.       "Medium",
  14470.       "High",
  14471.       [0] = "Low"
  14472.     }
  14473.   },
  14474.   PacketReliability = {
  14475.     Name = "PacketReliability",
  14476.     EnumItems = {
  14477.       "UNRELIABLE_SEQUENCED",
  14478.       "RELIABLE",
  14479.       "RELIABLE_ORDERED",
  14480.       "RELIABLE_SEQUENCED",
  14481.       [0] = "UNRELIABLE"
  14482.     }
  14483.   },
  14484.   SavedQualitySetting = {
  14485.     Name = "SavedQualitySetting",
  14486.     EnumItems = {
  14487.       "QualityLevel1",
  14488.       "QualityLevel2",
  14489.       "QualityLevel3",
  14490.       "QualityLevel4",
  14491.       "QualityLevel5",
  14492.       "QualityLevel6",
  14493.       "QualityLevel7",
  14494.       "QualityLevel8",
  14495.       "QualityLevel9",
  14496.       "QualityLevel10",
  14497.       [0] = "Automatic"
  14498.     }
  14499.   },
  14500.   SizeConstraint = {
  14501.     Name = "SizeConstraint",
  14502.     EnumItems = {
  14503.       "RelativeXX",
  14504.       "RelativeYY",
  14505.       [0] = "RelativeXY"
  14506.     }
  14507.   },
  14508.   Shadow = {
  14509.     Name = "Shadow",
  14510.     EnumItems = {
  14511.       "All",
  14512.       "Off",
  14513.       "CharacterOnly",
  14514.       [0] = "Automatic"
  14515.     }
  14516.   },
  14517.   FriendStatus = {
  14518.     Name = "FriendStatus",
  14519.     EnumItems = {
  14520.       "NotFriend",
  14521.       "Friend",
  14522.       "FriendRequestSent",
  14523.       "FriendRequestReceived",
  14524.       [0] = "Unknown"
  14525.     }
  14526.   },
  14527.   PlayerChatType = {
  14528.     Name = "PlayerChatType",
  14529.     EnumItems = {
  14530.       "Team",
  14531.       "Whisper",
  14532.       [0] = "All"
  14533.     }
  14534.   },
  14535.   Stuff = {
  14536.     Name = "Stuff",
  14537.     EnumItems = {
  14538.       "Faces",
  14539.       "Hats",
  14540.       "TShirts",
  14541.       "Shirts",
  14542.       "Pants",
  14543.       "Gears",
  14544.       "Torsos",
  14545.       "LeftArms",
  14546.       "RightArms",
  14547.       "LeftLegs",
  14548.       "RightLegs",
  14549.       "Bodies",
  14550.       "Costumes",
  14551.       [0] = "Heads"
  14552.     }
  14553.   },
  14554.   QualityLevel = {
  14555.     Name = "QualityLevel",
  14556.     EnumItems = {
  14557.       "Level01",
  14558.       "Level02",
  14559.       "Level03",
  14560.       "Level04",
  14561.       "Level05",
  14562.       "Level06",
  14563.       "Level07",
  14564.       "Level08",
  14565.       "Level09",
  14566.       "Level10",
  14567.       "Level11",
  14568.       "Level12",
  14569.       "Level13",
  14570.       "Level14",
  14571.       "Level15",
  14572.       "Level16",
  14573.       "Level17",
  14574.       "Level18",
  14575.       "Level19",
  14576.       "Level20",
  14577.       "Level21",
  14578.       [0] = "Automatic"
  14579.     }
  14580.   },
  14581.   PrivilegeType = {
  14582.     Name = "PrivilegeType",
  14583.     EnumItems = {
  14584.       [0] = "Banned",
  14585.       [10] = "Visitor",
  14586.       [128] = "Member",
  14587.       [255] = "Owner",
  14588.       [240] = "Admin"
  14589.     }
  14590.   },
  14591.   Antialiasing = {
  14592.     Name = "Antialiasing",
  14593.     EnumItems = {
  14594.       "On",
  14595.       "Off",
  14596.       [0] = "Automatic"
  14597.     }
  14598.   },
  14599.   AASamples = {
  14600.     Name = "AASamples",
  14601.     EnumItems = {
  14602.       "None",
  14603.       [4] = "4",
  14604.       [8] = "8"
  14605.     }
  14606.   },
  14607.   VideoQualitySettings = {
  14608.     Name = "VideoQualitySettings",
  14609.     EnumItems = {
  14610.       "MediumResolution",
  14611.       "HighResolution",
  14612.       [0] = "LowResolution"
  14613.     }
  14614.   },
  14615.   TickCountSampleMethod = {
  14616.     Name = "TickCountSampleMethod",
  14617.     EnumItems = {
  14618.       "Benchmark",
  14619.       "Precise",
  14620.       [0] = "Fast"
  14621.     }
  14622.   },
  14623.   D3DDEVTYPE = {
  14624.     Name = "D3DDEVTYPE",
  14625.     EnumItems = {
  14626.       "D3DDEVTYPE_HAL",
  14627.       "D3DDEVTYPE_REF",
  14628.       "D3DDEVTYPE_SW",
  14629.       "D3DDEVTYPE_NULLREF"
  14630.     }
  14631.   },
  14632.   MembershipType = {
  14633.     Name = "MembershipType",
  14634.     EnumItems = {
  14635.       "BuildersClub",
  14636.       "TurboBuildersClub",
  14637.       "OutrageousBuildersClub",
  14638.       [0] = "None"
  14639.     }
  14640.   },
  14641.   UserInputState = {
  14642.     Name = "UserInputState",
  14643.     EnumItems = {
  14644.       "Change",
  14645.       "End",
  14646.       "None",
  14647.       [0] = "Begin"
  14648.     }
  14649.   },
  14650.   ExplosionType = {
  14651.     Name = "ExplosionType",
  14652.     EnumItems = {
  14653.       "Craters",
  14654.       "CratersAndDebris",
  14655.       [0] = "NoCraters"
  14656.     }
  14657.   },
  14658.   DialogTone = {
  14659.     Name = "DialogTone",
  14660.     EnumItems = {
  14661.       "Friendly",
  14662.       "Enemy",
  14663.       [0] = "Neutral"
  14664.     }
  14665.   },
  14666.   DialogPurpose = {
  14667.     Name = "DialogPurpose",
  14668.     EnumItems = {
  14669.       "Help",
  14670.       "Shop",
  14671.       [0] = "Quest"
  14672.     }
  14673.   },
  14674.   AnimationPriority = {
  14675.     Name = "AnimationPriority",
  14676.     EnumItems = {
  14677.       "Movement",
  14678.       "Action",
  14679.       [0] = "Idle"
  14680.     }
  14681.   },
  14682.   HandlesStyle = {
  14683.     Name = "HandlesStyle",
  14684.     EnumItems = {
  14685.       "Movement",
  14686.       [0] = "Resize"
  14687.     }
  14688.   },
  14689.   ButtonStyle = {
  14690.     Name = "ButtonStyle",
  14691.     EnumItems = {
  14692.       "RobloxButtonDefault",
  14693.       "RobloxButton",
  14694.       [0] = "Custom"
  14695.     }
  14696.   },
  14697.   BodyPart = {
  14698.     Name = "BodyPart",
  14699.     EnumItems = {
  14700.       "Torso",
  14701.       "LeftArm",
  14702.       "RightArm",
  14703.       "LeftLeg",
  14704.       "RightLeg",
  14705.       [0] = "Head"
  14706.     }
  14707.   },
  14708.   CurrencyType = {
  14709.     Name = "CurrencyType",
  14710.     EnumItems = {
  14711.       "Robux",
  14712.       "Tix",
  14713.       [0] = "Default"
  14714.     }
  14715.   },
  14716.   ChatColor = {
  14717.     Name = "ChatColor",
  14718.     EnumItems = {
  14719.       "Green",
  14720.       "Red",
  14721.       [0] = "Blue"
  14722.     }
  14723.   },
  14724.   ErrorReporting = {
  14725.     Name = "ErrorReporting",
  14726.     EnumItems = {
  14727.       "Prompt",
  14728.       "Report",
  14729.       [0] = "DontReport"
  14730.     }
  14731.   },
  14732.   PyramidSides = {
  14733.     Name = "PyramidSides",
  14734.     EnumItems = {
  14735.       [3] = "3",
  14736.       [4] = "4",
  14737.       [5] = "5",
  14738.       [6] = "6",
  14739.       [8] = "8",
  14740.       [10] = "10",
  14741.       [20] = "20"
  14742.     }
  14743.   },
  14744.   Genre = {
  14745.     Name = "Genre",
  14746.     EnumItems = {
  14747.       "TownAndCity",
  14748.       "Fantasy",
  14749.       "SciFi",
  14750.       "Ninja",
  14751.       "Scary",
  14752.       "Pirate",
  14753.       "Adventure",
  14754.       "Sports",
  14755.       "Funny",
  14756.       "WildWest",
  14757.       "War",
  14758.       "SkatePark",
  14759.       "Tutorial",
  14760.       [0] = "All"
  14761.     }
  14762.   },
  14763.   Resolution = {
  14764.     Name = "Resolution",
  14765.     EnumItems = {
  14766.       "720x526",
  14767.       "800x600",
  14768.       "1024x600",
  14769.       "1024x768",
  14770.       "1280x720",
  14771.       "1280x768",
  14772.       "1152x864",
  14773.       "1280x800",
  14774.       "1360x768",
  14775.       "1280x960",
  14776.       "1280x1024",
  14777.       "1440x900",
  14778.       "1600x900",
  14779.       "1600x1024",
  14780.       "1600x1200",
  14781.       "1680x1050",
  14782.       "1920x1080",
  14783.       "1920x1200",
  14784.       [0] = "Automatic"
  14785.     }
  14786.   },
  14787.   SurfaceConstraint = {
  14788.     Name = "SurfaceConstraint",
  14789.     EnumItems = {
  14790.       "Hinge",
  14791.       "SteppingMotor",
  14792.       "Motor",
  14793.       [0] = "None"
  14794.     }
  14795.   },
  14796.   EasingStyle = {
  14797.     Name = "EasingStyle",
  14798.     EnumItems = {
  14799.       "Sine",
  14800.       "Back",
  14801.       "Quad",
  14802.       "Quart",
  14803.       "Quint",
  14804.       "Bounce",
  14805.       "Elastic",
  14806.       [0] = "Linear"
  14807.     }
  14808.   },
  14809.   SurfaceType = {
  14810.     Name = "SurfaceType",
  14811.     EnumItems = {
  14812.       "Glue",
  14813.       "Weld",
  14814.       "Studs",
  14815.       "Inlet",
  14816.       "Universal",
  14817.       "Hinge",
  14818.       "Motor",
  14819.       "SteppingMotor",
  14820.       "Unjoinable",
  14821.       "SmoothNoOutlines",
  14822.       [0] = "Smooth"
  14823.     }
  14824.   },
  14825.   TopBottom = {
  14826.     Name = "TopBottom",
  14827.     EnumItems = {
  14828.       "Center",
  14829.       "Bottom",
  14830.       [0] = "Top"
  14831.     }
  14832.   },
  14833.   Status = {
  14834.     Name = "Status",
  14835.     EnumItems = {
  14836.       "Confusion",
  14837.       [0] = "Poison"
  14838.     }
  14839.   },
  14840.   NormalId = {
  14841.     Name = "NormalId",
  14842.     EnumItems = {
  14843.       "Top",
  14844.       "Back",
  14845.       "Left",
  14846.       "Bottom",
  14847.       "Front",
  14848.       [0] = "Right"
  14849.     }
  14850.   },
  14851.   SaveFilter = {
  14852.     Name = "SaveFilter",
  14853.     EnumItems = {
  14854.       "SaveGame",
  14855.       "SaveAll",
  14856.       [0] = "SaveWorld"
  14857.     }
  14858.   },
  14859.   ConcurrencyModel = {
  14860.     Name = "ConcurrencyModel",
  14861.     EnumItems = {
  14862.       "Safe",
  14863.       "Logical",
  14864.       "Empirical",
  14865.       [0] = "Serial"
  14866.     }
  14867.   },
  14868.   SleepAdjustMethod = {
  14869.     Name = "SleepAdjustMethod",
  14870.     EnumItems = {
  14871.       "LastSample",
  14872.       "AverageInterval",
  14873.       [0] = "None"
  14874.     }
  14875.   },
  14876.   GearGenreSetting = {
  14877.     Name = "GearGenreSetting",
  14878.     EnumItems = {
  14879.       "MatchingGenreOnly",
  14880.       [0] = "AllGenres"
  14881.     }
  14882.   },
  14883.   FramerateManagerMode = {
  14884.     Name = "FramerateManagerMode",
  14885.     EnumItems = {
  14886.       "On",
  14887.       "Off",
  14888.       [0] = "Automatic"
  14889.     }
  14890.   },
  14891.   FriendRequestEvent = {
  14892.     Name = "FriendRequestEvent",
  14893.     EnumItems = {
  14894.       "Revoke",
  14895.       "Accept",
  14896.       "Deny",
  14897.       [0] = "Issue"
  14898.     }
  14899.   },
  14900.   FunctionalTestResult = {
  14901.     Name = "FunctionalTestResult",
  14902.     EnumItems = {
  14903.       "Warning",
  14904.       "Error",
  14905.       [0] = "Passed"
  14906.     }
  14907.   },
  14908.   CellBlock = {
  14909.     Name = "CellBlock",
  14910.     EnumItems = {
  14911.       "VerticalWedge",
  14912.       "CornerWedge",
  14913.       "InverseCornerWedge",
  14914.       "HorizontalWedge",
  14915.       [0] = "Solid"
  14916.     }
  14917.   },
  14918.   CameraMode = {
  14919.     Name = "CameraMode",
  14920.     EnumItems = {
  14921.       "LockFirstPerson",
  14922.       [0] = "Classic"
  14923.     }
  14924.   },
  14925.   Material = {
  14926.     Name = "Material",
  14927.     EnumItems = {
  14928.       [1040] = "CorrodedMetal",
  14929.       [1056] = "DiamondPlate",
  14930.       [1536] = "Ice",
  14931.       [1072] = "Foil",
  14932.       [256] = "Plastic",
  14933.       [512] = "Wood",
  14934.       [800] = "Slate",
  14935.       [816] = "Concrete",
  14936.       [1280] = "Grass"
  14937.     }
  14938.   },
  14939.   GraphicsMode = {
  14940.     Name = "GraphicsMode",
  14941.     EnumItems = {
  14942.       "Automatic",
  14943.       [3] = "Direct3D",
  14944.       [4] = "OpenGL",
  14945.       [5] = "NoGraphics"
  14946.     }
  14947.   },
  14948.   BinType = {
  14949.     Name = "BinType",
  14950.     EnumItems = {
  14951.       "GameTool",
  14952.       "Grab",
  14953.       "Clone",
  14954.       "Hammer",
  14955.       [0] = "Script"
  14956.     }
  14957.   },
  14958.   FrameStyle = {
  14959.     Name = "FrameStyle",
  14960.     EnumItems = {
  14961.       "ChatBlue",
  14962.       "RobloxSquare",
  14963.       "RobloxRound",
  14964.       "ChatGreen",
  14965.       "ChatRed",
  14966.       [0] = "Custom"
  14967.     }
  14968.   },
  14969.   TextXAlignment = {
  14970.     Name = "TextXAlignment",
  14971.     EnumItems = {
  14972.       "Right",
  14973.       "Center",
  14974.       [0] = "Left"
  14975.     }
  14976.   },
  14977.   KeywordFilterType = {
  14978.     Name = "KeywordFilterType",
  14979.     EnumItems = {
  14980.       "Exclude",
  14981.       [0] = "Include"
  14982.     }
  14983.   },
  14984.   NameOcclusion = {
  14985.     Name = "NameOcclusion",
  14986.     EnumItems = {
  14987.       "EnemyOcclusion",
  14988.       "OccludeAll",
  14989.       [0] = "NoOcclusion"
  14990.     }
  14991.   },
  14992.   CameraInputMode = {
  14993.     Name = "CameraInputMode",
  14994.     EnumItems = {
  14995.       "Build",
  14996.       [0] = "Classic"
  14997.     }
  14998.   },
  14999.   PhysicsSendMethod = {
  15000.     Name = "PhysicsSendMethod",
  15001.     EnumItems = {
  15002.       "ErrorComputation2",
  15003.       "RoundRobin",
  15004.       "TopNErrors",
  15005.       [0] = "ErrorComputation"
  15006.     }
  15007.   }
  15008. }
  15009.  
  15010. getrenv()["_G"].qAPI = lib
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement