Advertisement
Mortalkombatman2

Roblox API Dump 03/24/2019

Mar 25th, 2019
920
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 220.56 KB | None | 0 0
  1. Class Instance [notbrowsable]
  2. Property bool Instance.Archivable
  3. Property string Instance.ClassName [readonly]
  4. Property int Instance.DataCost [readonly] [LocalUserSecurity]
  5. Property string Instance.Name
  6. Property Class:Instance Instance.Parent
  7. Property bool Instance.RobloxLocked [PluginSecurity]
  8. Property bool Instance.archivable [deprecated] [hidden]
  9. Property string Instance.className [deprecated] [readonly]
  10. Function void Instance:ClearAllChildren()
  11. Function Instance Instance:Clone()
  12. Function void Instance:Destroy()
  13. Function Instance Instance:FindFirstAncestor(string name)
  14. Function Instance Instance:FindFirstAncestorOfClass(string className)
  15. Function Instance Instance:FindFirstAncestorWhichIsA(string className)
  16. Function Instance Instance:FindFirstChild(string name, bool recursive = false)
  17. Function Instance Instance:FindFirstChildOfClass(string className)
  18. Function Instance Instance:FindFirstChildWhichIsA(string className, bool recursive = false)
  19. Function Objects Instance:GetChildren()
  20. Function string Instance:GetDebugId(int scopeLength = 4) [notbrowsable] [PluginSecurity]
  21. Function Array Instance:GetDescendants()
  22. Function string Instance:GetFullName()
  23. Function EventInstance Instance:GetPropertyChangedSignal(string property)
  24. Function bool Instance:IsA(string className)
  25. Function bool Instance:IsAncestorOf(Instance descendant)
  26. Function bool Instance:IsDescendantOf(Instance ancestor)
  27. Function void Instance:Remove() [deprecated]
  28. Function Instance Instance:WaitForChild(string childName, double timeOut)
  29. Function Objects Instance:children() [deprecated]
  30. Function Instance Instance:clone() [deprecated]
  31. Function void Instance:destroy() [deprecated]
  32. Function Instance Instance:findFirstChild(string name, bool recursive = false) [deprecated]
  33. Function Objects Instance:getChildren() [deprecated]
  34. Function bool Instance:isA(string className) [deprecated]
  35. Function bool Instance:isDescendantOf(Instance ancestor) [deprecated]
  36. Function void Instance:remove() [deprecated]
  37. Event Instance.AncestryChanged(Instance child, Instance parent)
  38. Event Instance.Changed(Property property)
  39. Event Instance.ChildAdded(Instance child)
  40. Event Instance.ChildRemoved(Instance child)
  41. Event Instance.DescendantAdded(Instance descendant)
  42. Event Instance.DescendantRemoving(Instance descendant)
  43. Event Instance.childAdded(Instance child) [deprecated]
  44. Class ABTestService : Instance [notCreatable]
  45. Function string ABTestService:GetVariant(string name) [LocalUserSecurity]
  46. Function void ABTestService:InitializeForUserId(int64 userId) [LocalUserSecurity]
  47. Class Accoutrement : Instance
  48. Property Vector3 Accoutrement.AttachmentForward
  49. Property CoordinateFrame Accoutrement.AttachmentPoint
  50. Property Vector3 Accoutrement.AttachmentPos
  51. Property Vector3 Accoutrement.AttachmentRight
  52. Property Vector3 Accoutrement.AttachmentUp
  53. Class Accessory : Accoutrement
  54. Class Hat : Accoutrement [deprecated]
  55. Class AdService : Instance [notCreatable]
  56. Function void AdService:ShowVideoAd() [deprecated]
  57. Event AdService.VideoAdClosed(bool adShown) [deprecated]
  58. Class AdvancedDragger : Instance
  59. Class AnalyticsService : Instance [notCreatable]
  60. Function string AnalyticsService:GetClientId() [RobloxScriptSecurity]
  61. Function string AnalyticsService:GetSessionId() [RobloxScriptSecurity]
  62. Function void AnalyticsService:ReleaseRBXEventStream(string target) [RobloxScriptSecurity]
  63. Function void AnalyticsService:ReportCounter(string counterName, int amount = 1) [RobloxScriptSecurity]
  64. Function void AnalyticsService:ReportInfluxSeries(string seriesName, Dictionary points, int throttlingPercentage) [RobloxScriptSecurity]
  65. Function void AnalyticsService:ReportStats(string category, float value) [RobloxScriptSecurity]
  66. Function void AnalyticsService:SendEventDeferred(string target, string eventContext, string eventName, Dictionary additionalArgs) [RobloxScriptSecurity]
  67. Function void AnalyticsService:SendEventImmediately(string target, string eventContext, string eventName, Dictionary additionalArgs) [RobloxScriptSecurity]
  68. Function void AnalyticsService:SetRBXEvent(string target, string eventContext, string eventName, Dictionary additionalArgs) [RobloxScriptSecurity]
  69. Function void AnalyticsService:SetRBXEventStream(string target, string eventContext, string eventName, Dictionary additionalArgs) [RobloxScriptSecurity]
  70. Function void AnalyticsService:TrackEvent(string category, string action, string label, int64 value = 0) [RobloxScriptSecurity]
  71. Function void AnalyticsService:TrackEventWithArgs(string category, string action, string label, Dictionary args, int64 value = 0) [RobloxScriptSecurity]
  72. Function void AnalyticsService:UpdateHeartbeatObject(Dictionary args) [RobloxScriptSecurity]
  73. Class Animation : Instance
  74. Property Content Animation.AnimationId
  75. Class AnimationController : Instance
  76. Function Array AnimationController:GetPlayingAnimationTracks()
  77. Function Instance AnimationController:LoadAnimation(Instance animation)
  78. Event AnimationController.AnimationPlayed(Instance animationTrack)
  79. Class AnimationTrack : Instance
  80. Property Class:Animation AnimationTrack.Animation [readonly]
  81. Property bool AnimationTrack.IsPlaying [readonly]
  82. Property float AnimationTrack.Length [readonly]
  83. Property bool AnimationTrack.Looped
  84. Property AnimationPriority AnimationTrack.Priority
  85. Property float AnimationTrack.Speed [readonly]
  86. Property float AnimationTrack.TimePosition
  87. Property float AnimationTrack.WeightCurrent [readonly]
  88. Property float AnimationTrack.WeightTarget [readonly]
  89. Function void AnimationTrack:AdjustSpeed(float speed = 1)
  90. Function void AnimationTrack:AdjustWeight(float weight = 1, float fadeTime = 0.100000001)
  91. Function EventInstance AnimationTrack:GetMarkerReachedSignal(string name)
  92. Function double AnimationTrack:GetTimeOfKeyframe(string keyframeName)
  93. Function void AnimationTrack:Play(float fadeTime = 0.100000001, float weight = 1, float speed = 1)
  94. Function void AnimationTrack:Stop(float fadeTime = 0.100000001)
  95. Event AnimationTrack.DidLoop()
  96. Event AnimationTrack.KeyframeReached(string keyframeName)
  97. Event AnimationTrack.Stopped()
  98. Class Animator : Instance
  99. Function Instance Animator:LoadAnimation(Instance animation)
  100. Function void Animator:StepAnimations(float deltaTime) [PluginSecurity]
  101. Class AssetService : Instance
  102. Function Dictionary AssetService:GetBundleDetailsSync(int64 bundleId) [RobloxScriptSecurity]
  103. YieldFunction int64 AssetService:CreatePlaceAsync(string placeName, int64 templatePlaceID, string description = )
  104. YieldFunction int64 AssetService:CreatePlaceInPlayerInventoryAsync(Instance player, string placeName, int64 templatePlaceID, string description = )
  105. YieldFunction Array AssetService:GetAssetIdsForPackage(int64 packageAssetId)
  106. YieldFunction Tuple AssetService:GetAssetThumbnailAsync(int64 assetId, Vector2 thumbnailSize, int assetType = 0) [RobloxScriptSecurity]
  107. YieldFunction Dictionary AssetService:GetBundleDetailsAsync(int64 bundleId)
  108. YieldFunction int64 AssetService:GetCreatorAssetID(int64 creationID) [deprecated]
  109. YieldFunction Instance AssetService:GetGamePlacesAsync()
  110. YieldFunction void AssetService:SavePlaceAsync()
  111. Class Attachment : Instance
  112. Property Vector3 Attachment.Axis
  113. Property CoordinateFrame Attachment.CFrame
  114. Property Vector3 Attachment.Orientation
  115. Property Vector3 Attachment.Position
  116. Property Vector3 Attachment.Rotation [deprecated] [hidden]
  117. Property Vector3 Attachment.SecondaryAxis
  118. Property bool Attachment.Visible
  119. Property Vector3 Attachment.WorldAxis
  120. Property CoordinateFrame Attachment.WorldCFrame
  121. Property Vector3 Attachment.WorldOrientation
  122. Property Vector3 Attachment.WorldPosition
  123. Property Vector3 Attachment.WorldRotation [deprecated] [hidden] [readonly]
  124. Property Vector3 Attachment.WorldSecondaryAxis
  125. Function Vector3 Attachment:GetAxis() [deprecated]
  126. Function Vector3 Attachment:GetSecondaryAxis() [deprecated]
  127. Function void Attachment:SetAxis(Vector3 axis) [deprecated]
  128. Function void Attachment:SetSecondaryAxis(Vector3 axis) [deprecated]
  129. Class Backpack : Instance
  130. Class BackpackItem : Instance
  131. Property Content BackpackItem.TextureId
  132. Class HopperBin : BackpackItem [deprecated]
  133. Property bool HopperBin.Active
  134. Property BinType HopperBin.BinType
  135. Function void HopperBin:Disable() [RobloxScriptSecurity]
  136. Function void HopperBin:ToggleSelect() [RobloxScriptSecurity]
  137. Event HopperBin.Deselected()
  138. Event HopperBin.Selected(Instance mouse)
  139. Class Tool : BackpackItem
  140. Property bool Tool.CanBeDropped
  141. Property bool Tool.Enabled
  142. Property CoordinateFrame Tool.Grip
  143. Property Vector3 Tool.GripForward
  144. Property Vector3 Tool.GripPos
  145. Property Vector3 Tool.GripRight
  146. Property Vector3 Tool.GripUp
  147. Property bool Tool.ManualActivationOnly
  148. Property bool Tool.RequiresHandle
  149. Property string Tool.ToolTip
  150. Function void Tool:Activate()
  151. Function void Tool:Deactivate()
  152. Event Tool.Activated()
  153. Event Tool.Deactivated()
  154. Event Tool.Equipped(Instance mouse)
  155. Event Tool.Unequipped()
  156. Class Flag : Tool [deprecated]
  157. Property BrickColor Flag.TeamColor
  158. Class BadgeService : Instance [notCreatable]
  159. YieldFunction bool BadgeService:AwardBadge(int64 userId, int64 badgeId)
  160. YieldFunction Dictionary BadgeService:GetBadgeInfoAsync(int64 badgeId)
  161. YieldFunction bool BadgeService:IsDisabled(int64 badgeId) [deprecated]
  162. YieldFunction bool BadgeService:IsLegal(int64 badgeId) [deprecated]
  163. YieldFunction bool BadgeService:UserHasBadge(int64 userId, int64 badgeId) [deprecated]
  164. YieldFunction bool BadgeService:UserHasBadgeAsync(int64 userId, int64 badgeId)
  165. Event BadgeService.BadgeAwarded(string message, int64 userId, int64 badgeId) [RobloxScriptSecurity]
  166. Class BasePlayerGui : Instance
  167. Function Objects BasePlayerGui:GetGuiObjectsAtPosition(int x, int y)
  168. Class CoreGui : BasePlayerGui [notCreatable]
  169. Property Class:GuiObject CoreGui.SelectionImageObject [RobloxScriptSecurity]
  170. Property int CoreGui.Version [readonly]
  171. Function void CoreGui:SetUserGuiRendering(bool enabled, Instance guiAdornee, NormalId faceId) [RobloxScriptSecurity]
  172. Function void CoreGui:TakeScreenshot() [RobloxScriptSecurity]
  173. Function void CoreGui:ToggleRecording() [RobloxScriptSecurity]
  174. Class PlayerGui : BasePlayerGui [notCreatable]
  175. Property ScreenOrientation PlayerGui.CurrentScreenOrientation [readonly]
  176. Property ScreenOrientation PlayerGui.ScreenOrientation
  177. Property Class:GuiObject PlayerGui.SelectionImageObject
  178. Function float PlayerGui:GetTopbarTransparency()
  179. Function void PlayerGui:SetTopbarTransparency(float transparency)
  180. Event PlayerGui.TopbarTransparencyChangedSignal(float transparency)
  181. Class StarterGui : BasePlayerGui
  182. Property bool StarterGui.ProcessUserInput [hidden] [PluginSecurity]
  183. Property bool StarterGui.ResetPlayerGuiOnSpawn [deprecated]
  184. Property ScreenOrientation StarterGui.ScreenOrientation
  185. Property bool StarterGui.ShowDevelopmentGui
  186. Function bool StarterGui:GetCoreGuiEnabled(CoreGuiType coreGuiType)
  187. Function void StarterGui:RegisterGetCore(string parameterName, Function getFunction) [RobloxScriptSecurity]
  188. Function void StarterGui:RegisterSetCore(string parameterName, Function setFunction) [RobloxScriptSecurity]
  189. Function void StarterGui:SetCore(string parameterName, Variant value)
  190. Function void StarterGui:SetCoreGuiEnabled(CoreGuiType coreGuiType, bool enabled)
  191. YieldFunction Variant StarterGui:GetCore(string parameterName)
  192. Event StarterGui.CoreGuiChangedSignal(CoreGuiType coreGuiType, bool enabled) [RobloxScriptSecurity]
  193. Class Beam : Instance
  194. Property Class:Attachment Beam.Attachment0
  195. Property Class:Attachment Beam.Attachment1
  196. Property ColorSequence Beam.Color
  197. Property float Beam.CurveSize0
  198. Property float Beam.CurveSize1
  199. Property bool Beam.Enabled
  200. Property bool Beam.FaceCamera
  201. Property float Beam.LightEmission
  202. Property float Beam.LightInfluence
  203. Property int Beam.Segments
  204. Property Content Beam.Texture
  205. Property float Beam.TextureLength
  206. Property TextureMode Beam.TextureMode
  207. Property float Beam.TextureSpeed
  208. Property NumberSequence Beam.Transparency
  209. Property float Beam.Width0
  210. Property float Beam.Width1
  211. Property float Beam.ZOffset
  212. Function void Beam:SetTextureOffset(float offset = 0)
  213. Class BindableEvent : Instance
  214. Function void BindableEvent:Fire(Tuple arguments)
  215. Event BindableEvent.Event(Tuple arguments)
  216. Class BindableFunction : Instance
  217. YieldFunction Tuple BindableFunction:Invoke(Tuple arguments)
  218. Callback Tuple BindableFunction.OnInvoke(Tuple arguments)
  219. Class BodyMover : Instance
  220. Class BodyAngularVelocity : BodyMover
  221. Property Vector3 BodyAngularVelocity.AngularVelocity
  222. Property Vector3 BodyAngularVelocity.MaxTorque
  223. Property float BodyAngularVelocity.P
  224. Property Vector3 BodyAngularVelocity.angularvelocity [deprecated]
  225. Property Vector3 BodyAngularVelocity.maxTorque [deprecated]
  226. Class BodyForce : BodyMover
  227. Property Vector3 BodyForce.Force
  228. Property Vector3 BodyForce.force [deprecated]
  229. Class BodyGyro : BodyMover
  230. Property CoordinateFrame BodyGyro.CFrame
  231. Property float BodyGyro.D
  232. Property Vector3 BodyGyro.MaxTorque
  233. Property float BodyGyro.P
  234. Property CoordinateFrame BodyGyro.cframe [deprecated]
  235. Property Vector3 BodyGyro.maxTorque [deprecated]
  236. Class BodyPosition : BodyMover
  237. Property float BodyPosition.D
  238. Property Vector3 BodyPosition.MaxForce
  239. Property float BodyPosition.P
  240. Property Vector3 BodyPosition.Position
  241. Property Vector3 BodyPosition.maxForce [deprecated]
  242. Property Vector3 BodyPosition.position [deprecated]
  243. Function Vector3 BodyPosition:GetLastForce()
  244. Function Vector3 BodyPosition:lastForce() [deprecated]
  245. Event BodyPosition.ReachedTarget()
  246. Class BodyThrust : BodyMover
  247. Property Vector3 BodyThrust.Force
  248. Property Vector3 BodyThrust.Location
  249. Property Vector3 BodyThrust.force [deprecated]
  250. Property Vector3 BodyThrust.location [deprecated]
  251. Class BodyVelocity : BodyMover
  252. Property Vector3 BodyVelocity.MaxForce
  253. Property float BodyVelocity.P
  254. Property Vector3 BodyVelocity.Velocity
  255. Property Vector3 BodyVelocity.maxForce [deprecated]
  256. Property Vector3 BodyVelocity.velocity [deprecated]
  257. Function Vector3 BodyVelocity:GetLastForce()
  258. Function Vector3 BodyVelocity:lastForce()
  259. Class RocketPropulsion : BodyMover
  260. Property float RocketPropulsion.CartoonFactor
  261. Property float RocketPropulsion.MaxSpeed
  262. Property float RocketPropulsion.MaxThrust
  263. Property Vector3 RocketPropulsion.MaxTorque
  264. Property Class:BasePart RocketPropulsion.Target
  265. Property Vector3 RocketPropulsion.TargetOffset
  266. Property float RocketPropulsion.TargetRadius
  267. Property float RocketPropulsion.ThrustD
  268. Property float RocketPropulsion.ThrustP
  269. Property float RocketPropulsion.TurnD
  270. Property float RocketPropulsion.TurnP
  271. Function void RocketPropulsion:Abort()
  272. Function void RocketPropulsion:Fire()
  273. Function void RocketPropulsion:fire() [deprecated]
  274. Event RocketPropulsion.ReachedTarget()
  275. Class BrowserService : Instance [notCreatable]
  276. Function void BrowserService:CloseBrowserWindow() [RobloxScriptSecurity]
  277. Function void BrowserService:CopyAuthCookieFromBrowserToEngine() [RobloxScriptSecurity]
  278. Function void BrowserService:EmitHybridEvent(string moduleName, string eventName, string params) [RobloxScriptSecurity]
  279. Function void BrowserService:OpenBrowserWindow(string url) [RobloxScriptSecurity]
  280. Function void BrowserService:OpenNativeOverlay(string title, string url) [RobloxScriptSecurity]
  281. Function void BrowserService:OpenWeChatAuthWindow() [RobloxScriptSecurity]
  282. Function void BrowserService:ReturnToJavaScript(string callbackId, bool success, string params) [RobloxScriptSecurity]
  283. Event BrowserService.AuthCookieCopiedToEngine() [RobloxScriptSecurity]
  284. Event BrowserService.BrowserWindowClosed() [RobloxScriptSecurity]
  285. Event BrowserService.BrowserWindowWillNavigate(string url) [RobloxScriptSecurity]
  286. Event BrowserService.JavaScriptCallback(string content) [RobloxScriptSecurity]
  287. Class CacheableContentProvider : Instance
  288. Class MeshContentProvider : CacheableContentProvider
  289. Function Dictionary MeshContentProvider:GetContentMemoryData() [RobloxScriptSecurity]
  290. Class SolidModelContentProvider : CacheableContentProvider
  291. Class Camera : Instance
  292. Property CoordinateFrame Camera.CFrame
  293. Property Class:Instance Camera.CameraSubject
  294. Property CameraType Camera.CameraType
  295. Property CoordinateFrame Camera.CoordinateFrame [deprecated] [hidden]
  296. Property float Camera.FieldOfView
  297. Property CoordinateFrame Camera.Focus
  298. Property bool Camera.HeadLocked
  299. Property float Camera.HeadScale
  300. Property float Camera.NearPlaneZ [readonly]
  301. Property Vector2 Camera.ViewportSize [readonly]
  302. Property CoordinateFrame Camera.focus [deprecated]
  303. Function float Camera:GetLargestCutoffDistance(Objects ignoreList)
  304. Function float Camera:GetPanSpeed()
  305. Function Objects Camera:GetPartsObscuringTarget(Array castPoints, Objects ignoreList)
  306. Function CoordinateFrame Camera:GetRenderCFrame()
  307. Function float Camera:GetRoll()
  308. Function float Camera:GetTiltSpeed()
  309. Function void Camera:Interpolate(CoordinateFrame endPos, CoordinateFrame endFocus, float duration)
  310. Function void Camera:PanUnits(int units)
  311. Function Ray Camera:ScreenPointToRay(float x, float y, float depth = 0)
  312. Function void Camera:SetCameraPanMode(CameraPanMode mode = Classic)
  313. Function void Camera:SetRoll(float rollAngle)
  314. Function bool Camera:TiltUnits(int units)
  315. Function Ray Camera:ViewportPointToRay(float x, float y, float depth = 0)
  316. Function Tuple Camera:WorldToScreenPoint(Vector3 worldPoint)
  317. Function Tuple Camera:WorldToViewportPoint(Vector3 worldPoint)
  318. Function bool Camera:Zoom(float distance) [RobloxScriptSecurity]
  319. Event Camera.FirstPersonTransition(bool entering) [LocalUserSecurity]
  320. Event Camera.InterpolationFinished()
  321. Class ChangeHistoryService : Instance [notCreatable]
  322. Function Tuple ChangeHistoryService:GetCanRedo() [PluginSecurity]
  323. Function Tuple ChangeHistoryService:GetCanUndo() [PluginSecurity]
  324. Function void ChangeHistoryService:Redo() [PluginSecurity]
  325. Function void ChangeHistoryService:ResetWaypoints() [PluginSecurity]
  326. Function void ChangeHistoryService:SetEnabled(bool state) [PluginSecurity]
  327. Function void ChangeHistoryService:SetWaypoint(string name) [PluginSecurity]
  328. Function void ChangeHistoryService:Undo() [PluginSecurity]
  329. Event ChangeHistoryService.OnRedo(string waypoint) [PluginSecurity]
  330. Event ChangeHistoryService.OnUndo(string waypoint) [PluginSecurity]
  331. Class CharacterAppearance : Instance
  332. Class BodyColors : CharacterAppearance
  333. Property BrickColor BodyColors.HeadColor
  334. Property Color3 BodyColors.HeadColor3
  335. Property BrickColor BodyColors.LeftArmColor
  336. Property Color3 BodyColors.LeftArmColor3
  337. Property BrickColor BodyColors.LeftLegColor
  338. Property Color3 BodyColors.LeftLegColor3
  339. Property BrickColor BodyColors.RightArmColor
  340. Property Color3 BodyColors.RightArmColor3
  341. Property BrickColor BodyColors.RightLegColor
  342. Property Color3 BodyColors.RightLegColor3
  343. Property BrickColor BodyColors.TorsoColor
  344. Property Color3 BodyColors.TorsoColor3
  345. Class CharacterMesh : CharacterAppearance
  346. Property int64 CharacterMesh.BaseTextureId
  347. Property BodyPart CharacterMesh.BodyPart
  348. Property int64 CharacterMesh.MeshId
  349. Property int64 CharacterMesh.OverlayTextureId
  350. Class Clothing : CharacterAppearance
  351. Property Color3 Clothing.Color3
  352. Class Pants : Clothing
  353. Property Content Pants.PantsTemplate
  354. Class Shirt : Clothing
  355. Property Content Shirt.ShirtTemplate
  356. Class ShirtGraphic : CharacterAppearance
  357. Property Color3 ShirtGraphic.Color3
  358. Property Content ShirtGraphic.Graphic
  359. Class Skin : CharacterAppearance [deprecated]
  360. Property BrickColor Skin.SkinColor
  361. Class Chat : Instance [notCreatable]
  362. Property bool Chat.BubbleChatEnabled
  363. Property bool Chat.LoadDefaultChat [ScriptWriteRestricted: [NotAccessibleSecurity]]
  364. Function void Chat:Chat(Instance partOrCharacter, string message, ChatColor color = Blue)
  365. Function void Chat:ChatLocal(Instance partOrCharacter, string message, ChatColor color = Blue) [RobloxScriptSecurity]
  366. Function bool Chat:GetShouldUseLuaChat() [RobloxScriptSecurity]
  367. Function Tuple Chat:InvokeChatCallback(ChatCallbackType callbackType, Tuple callbackArguments)
  368. Function void Chat:RegisterChatCallback(ChatCallbackType callbackType, Function callbackFunction)
  369. YieldFunction bool Chat:CanUserChatAsync(int64 userId)
  370. YieldFunction bool Chat:CanUsersChatAsync(int64 userIdFrom, int64 userIdTo)
  371. YieldFunction string Chat:FilterStringAsync(string stringToFilter, Instance playerFrom, Instance playerTo)
  372. YieldFunction string Chat:FilterStringForBroadcast(string stringToFilter, Instance playerFrom)
  373. YieldFunction string Chat:FilterStringForPlayerAsync(string stringToFilter, Instance playerToFilterFor) [deprecated]
  374. Event Chat.Chatted(Instance part, string message, ChatColor color)
  375. Class ClickDetector : Instance
  376. Property Content ClickDetector.CursorIcon
  377. Property float ClickDetector.MaxActivationDistance
  378. Event ClickDetector.MouseClick(Instance playerWhoClicked)
  379. Event ClickDetector.MouseHoverEnter(Instance playerWhoHovered)
  380. Event ClickDetector.MouseHoverLeave(Instance playerWhoHovered)
  381. Event ClickDetector.RightMouseClick(Instance playerWhoClicked)
  382. Event ClickDetector.mouseClick(Instance playerWhoClicked) [deprecated]
  383. Class ClusterPacketCache : Instance [notCreatable]
  384. Class CollectionService : Instance
  385. Function void CollectionService:AddTag(Instance instance, string tag)
  386. Function Objects CollectionService:GetCollection(string class) [deprecated]
  387. Function EventInstance CollectionService:GetInstanceAddedSignal(string tag)
  388. Function EventInstance CollectionService:GetInstanceRemovedSignal(string tag)
  389. Function Objects CollectionService:GetTagged(string tag)
  390. Function Array CollectionService:GetTags(Instance instance)
  391. Function bool CollectionService:HasTag(Instance instance, string tag)
  392. Function void CollectionService:RemoveTag(Instance instance, string tag)
  393. Event CollectionService.ItemAdded(Instance instance) [deprecated]
  394. Event CollectionService.ItemRemoved(Instance instance) [deprecated]
  395. Class Configuration : Instance
  396. Class Constraint : Instance
  397. Property bool Constraint.Active [readonly]
  398. Property Class:Attachment Constraint.Attachment0
  399. Property Class:Attachment Constraint.Attachment1
  400. Property BrickColor Constraint.Color
  401. Property bool Constraint.Enabled
  402. Property bool Constraint.Visible
  403. Class AlignOrientation : Constraint
  404. Property AlignType AlignOrientation.AlignType
  405. Property float AlignOrientation.MaxAngularVelocity
  406. Property float AlignOrientation.MaxTorque
  407. Property bool AlignOrientation.PrimaryAxisOnly
  408. Property bool AlignOrientation.ReactionTorqueEnabled
  409. Property float AlignOrientation.Responsiveness
  410. Property bool AlignOrientation.RigidityEnabled
  411. Class AlignPosition : Constraint
  412. Property bool AlignPosition.ApplyAtCenterOfMass
  413. Property float AlignPosition.MaxForce
  414. Property float AlignPosition.MaxVelocity
  415. Property bool AlignPosition.ReactionForceEnabled
  416. Property float AlignPosition.Responsiveness
  417. Property bool AlignPosition.RigidityEnabled
  418. Class AngularVelocity : Constraint
  419. Property Vector3 AngularVelocity.AngularVelocity
  420. Property float AngularVelocity.MaxTorque
  421. Property ActuatorRelativeTo AngularVelocity.RelativeTo
  422. Class BallSocketConstraint : Constraint
  423. Property bool BallSocketConstraint.LimitsEnabled
  424. Property float BallSocketConstraint.Radius
  425. Property float BallSocketConstraint.Restitution
  426. Property bool BallSocketConstraint.TwistLimitsEnabled
  427. Property float BallSocketConstraint.TwistLowerAngle
  428. Property float BallSocketConstraint.TwistUpperAngle
  429. Property float BallSocketConstraint.UpperAngle
  430. Class HingeConstraint : Constraint
  431. Property ActuatorType HingeConstraint.ActuatorType
  432. Property float HingeConstraint.AngularSpeed
  433. Property float HingeConstraint.AngularVelocity
  434. Property float HingeConstraint.CurrentAngle [readonly]
  435. Property bool HingeConstraint.LimitsEnabled
  436. Property float HingeConstraint.LowerAngle
  437. Property float HingeConstraint.MotorMaxAcceleration
  438. Property float HingeConstraint.MotorMaxTorque
  439. Property float HingeConstraint.Radius
  440. Property float HingeConstraint.Restitution
  441. Property float HingeConstraint.ServoMaxTorque
  442. Property float HingeConstraint.TargetAngle
  443. Property float HingeConstraint.UpperAngle
  444. Class LineForce : Constraint
  445. Property bool LineForce.ApplyAtCenterOfMass
  446. Property bool LineForce.InverseSquareLaw
  447. Property float LineForce.Magnitude
  448. Property float LineForce.MaxForce
  449. Property bool LineForce.ReactionForceEnabled
  450. Class RodConstraint : Constraint
  451. Property float RodConstraint.CurrentDistance [readonly]
  452. Property float RodConstraint.Length
  453. Property float RodConstraint.Thickness
  454. Class RopeConstraint : Constraint
  455. Property float RopeConstraint.CurrentDistance [readonly]
  456. Property float RopeConstraint.Length
  457. Property float RopeConstraint.Restitution
  458. Property float RopeConstraint.Thickness
  459. Class SlidingBallConstraint : Constraint
  460. Property ActuatorType SlidingBallConstraint.ActuatorType
  461. Property float SlidingBallConstraint.CurrentPosition [readonly]
  462. Property bool SlidingBallConstraint.LimitsEnabled
  463. Property float SlidingBallConstraint.LowerLimit
  464. Property float SlidingBallConstraint.MotorMaxAcceleration
  465. Property float SlidingBallConstraint.MotorMaxForce
  466. Property float SlidingBallConstraint.Restitution
  467. Property float SlidingBallConstraint.ServoMaxForce
  468. Property float SlidingBallConstraint.Size
  469. Property float SlidingBallConstraint.Speed
  470. Property float SlidingBallConstraint.TargetPosition
  471. Property float SlidingBallConstraint.UpperLimit
  472. Property float SlidingBallConstraint.Velocity
  473. Class CylindricalConstraint : SlidingBallConstraint
  474. Property ActuatorType CylindricalConstraint.AngularActuatorType
  475. Property bool CylindricalConstraint.AngularLimitsEnabled
  476. Property float CylindricalConstraint.AngularRestitution
  477. Property float CylindricalConstraint.AngularSpeed
  478. Property float CylindricalConstraint.AngularVelocity
  479. Property float CylindricalConstraint.CurrentAngle [readonly]
  480. Property float CylindricalConstraint.InclinationAngle
  481. Property float CylindricalConstraint.LowerAngle
  482. Property float CylindricalConstraint.MotorMaxAngularAcceleration
  483. Property float CylindricalConstraint.MotorMaxTorque
  484. Property bool CylindricalConstraint.RotationAxisVisible
  485. Property float CylindricalConstraint.ServoMaxTorque
  486. Property float CylindricalConstraint.TargetAngle
  487. Property float CylindricalConstraint.UpperAngle
  488. Property Vector3 CylindricalConstraint.WorldRotationAxis [readonly]
  489. Class PrismaticConstraint : SlidingBallConstraint
  490. Class SpringConstraint : Constraint
  491. Property float SpringConstraint.Coils
  492. Property float SpringConstraint.CurrentLength [readonly]
  493. Property float SpringConstraint.Damping
  494. Property float SpringConstraint.FreeLength
  495. Property bool SpringConstraint.LimitsEnabled
  496. Property float SpringConstraint.MaxForce
  497. Property float SpringConstraint.MaxLength
  498. Property float SpringConstraint.MinLength
  499. Property float SpringConstraint.Radius
  500. Property float SpringConstraint.Stiffness
  501. Property float SpringConstraint.Thickness
  502. Class Torque : Constraint
  503. Property ActuatorRelativeTo Torque.RelativeTo
  504. Property Vector3 Torque.Torque
  505. Class VectorForce : Constraint
  506. Property bool VectorForce.ApplyAtCenterOfMass
  507. Property Vector3 VectorForce.Force
  508. Property ActuatorRelativeTo VectorForce.RelativeTo
  509. Class ContentProvider : Instance
  510. Property string ContentProvider.BaseUrl [readonly]
  511. Property int ContentProvider.RequestQueueSize [readonly]
  512. Function void ContentProvider:Preload(Content contentId) [deprecated]
  513. Function void ContentProvider:SetBaseUrl(string url) [LocalUserSecurity]
  514. YieldFunction void ContentProvider:PreloadAsync(Array contentIdList)
  515. Class ContextActionService : Instance
  516. Function void ContextActionService:BindAction(string actionName, Function functionToBind, bool createTouchButton, Tuple inputTypes)
  517. Function void ContextActionService:BindActionAtPriority(string actionName, Function functionToBind, bool createTouchButton, int priorityLevel, Tuple inputTypes)
  518. Function void ContextActionService:BindActionToInputTypes(string actionName, Function functionToBind, bool createTouchButton, Tuple inputTypes) [deprecated]
  519. Function void ContextActionService:BindActivate(UserInputType userInputTypeForActivation, KeyCode keyCodeForActivation = Unknown)
  520. Function void ContextActionService:BindCoreAction(string actionName, Function functionToBind, bool createTouchButton, Tuple inputTypes) [RobloxScriptSecurity]
  521. Function void ContextActionService:BindCoreActionAtPriority(string actionName, Function functionToBind, bool createTouchButton, int priorityLevel, Tuple inputTypes) [RobloxScriptSecurity]
  522. Function Tuple ContextActionService:CallFunction(string actionName, UserInputState state, Instance inputObject) [RobloxScriptSecurity]
  523. Function void ContextActionService:FireActionButtonFoundSignal(string actionName, Instance actionButton) [RobloxScriptSecurity]
  524. Function Dictionary ContextActionService:GetAllBoundActionInfo()
  525. Function Dictionary ContextActionService:GetAllBoundCoreActionInfo() [RobloxScriptSecurity]
  526. Function Dictionary ContextActionService:GetBoundActionInfo(string actionName)
  527. Function Dictionary ContextActionService:GetBoundCoreActionInfo(string actionName) [RobloxScriptSecurity]
  528. Function string ContextActionService:GetCurrentLocalToolIcon()
  529. Function void ContextActionService:SetDescription(string actionName, string description)
  530. Function void ContextActionService:SetImage(string actionName, string image)
  531. Function void ContextActionService:SetPosition(string actionName, UDim2 position)
  532. Function void ContextActionService:SetTitle(string actionName, string title)
  533. Function void ContextActionService:UnbindAction(string actionName)
  534. Function void ContextActionService:UnbindActivate(UserInputType userInputTypeForActivation, KeyCode keyCodeForActivation = Unknown)
  535. Function void ContextActionService:UnbindAllActions()
  536. Function void ContextActionService:UnbindCoreAction(string actionName) [RobloxScriptSecurity]
  537. YieldFunction Instance ContextActionService:GetButton(string actionName)
  538. Event ContextActionService.BoundActionAdded(string actionAdded, bool createTouchButton, Dictionary functionInfoTable, bool isCore) [RobloxScriptSecurity]
  539. Event ContextActionService.BoundActionChanged(string actionChanged, string changeName, Dictionary changeTable) [RobloxScriptSecurity]
  540. Event ContextActionService.BoundActionRemoved(string actionRemoved, Dictionary functionInfoTable, bool isCore) [RobloxScriptSecurity]
  541. Event ContextActionService.GetActionButtonEvent(string actionName) [RobloxScriptSecurity]
  542. Event ContextActionService.LocalToolEquipped(Instance toolEquipped)
  543. Event ContextActionService.LocalToolUnequipped(Instance toolUnequipped)
  544. Class Controller : Instance
  545. Function void Controller:BindButton(Button button, string caption)
  546. Function bool Controller:GetButton(Button button)
  547. Function void Controller:UnbindButton(Button button)
  548. Function void Controller:bindButton(Button button, string caption) [deprecated]
  549. Function bool Controller:getButton(Button button) [deprecated]
  550. Event Controller.ButtonChanged(Button button)
  551. Class HumanoidController : Controller
  552. Class SkateboardController : Controller
  553. Property float SkateboardController.Steer [readonly]
  554. Property float SkateboardController.Throttle [readonly]
  555. Event SkateboardController.AxisChanged(string axis)
  556. Class VehicleController : Controller
  557. Class ControllerService : Instance [notCreatable]
  558. Class CookiesService : Instance
  559. Class CorePackages : Instance [notCreatable]
  560. Class CoreScriptSyncService : Instance [notCreatable]
  561. Class CustomEvent : Instance [deprecated]
  562. Function Objects CustomEvent:GetAttachedReceivers()
  563. Function void CustomEvent:SetValue(float newValue)
  564. Event CustomEvent.ReceiverConnected(Instance receiver)
  565. Event CustomEvent.ReceiverDisconnected(Instance receiver)
  566. Class CustomEventReceiver : Instance [deprecated]
  567. Property Class:Instance CustomEventReceiver.Source
  568. Function float CustomEventReceiver:GetCurrentValue()
  569. Event CustomEventReceiver.EventConnected(Instance event)
  570. Event CustomEventReceiver.EventDisconnected(Instance event)
  571. Event CustomEventReceiver.SourceValueChanged(float newValue)
  572. Class DataModelMesh : Instance [notbrowsable]
  573. Property Vector3 DataModelMesh.Offset
  574. Property Vector3 DataModelMesh.Scale
  575. Property Vector3 DataModelMesh.VertexColor
  576. Class BevelMesh : DataModelMesh [notbrowsable] [deprecated]
  577. Class BlockMesh : BevelMesh
  578. Class CylinderMesh : BevelMesh [deprecated]
  579. Class FileMesh : DataModelMesh
  580. Property Content FileMesh.MeshId
  581. Property Content FileMesh.TextureId
  582. Class SpecialMesh : FileMesh
  583. Property MeshType SpecialMesh.MeshType
  584. Class DataStoreService : Instance [notCreatable]
  585. Property bool DataStoreService.AutomaticRetry [LocalUserSecurity]
  586. Property bool DataStoreService.LegacyNamingScheme [deprecated] [LocalUserSecurity]
  587. Function Instance DataStoreService:GetDataStore(string name, string scope = global)
  588. Function Instance DataStoreService:GetGlobalDataStore()
  589. Function Instance DataStoreService:GetOrderedDataStore(string name, string scope = global)
  590. Function int DataStoreService:GetRequestBudgetForRequestType(DataStoreRequestType requestType)
  591. Class Debris : Instance
  592. Property int Debris.MaxItems [deprecated]
  593. Function void Debris:AddItem(Instance item, double lifetime = 10)
  594. Function void Debris:SetLegacyMaxItems(bool enabled) [LocalUserSecurity]
  595. Function void Debris:addItem(Instance item, double lifetime = 10) [deprecated]
  596. Class DebugSettings : Instance [notbrowsable]
  597. Property int DebugSettings.DataModel [readonly]
  598. Property ErrorReporting DebugSettings.ErrorReporting
  599. Property string DebugSettings.GfxCard [readonly]
  600. Property int DebugSettings.InstanceCount [readonly]
  601. Property bool DebugSettings.IsFmodProfilingEnabled
  602. Property bool DebugSettings.IsScriptStackTracingEnabled
  603. Property int DebugSettings.JobCount [readonly]
  604. Property int DebugSettings.LuaRamLimit
  605. Property bool DebugSettings.OsIs64Bit [readonly]
  606. Property string DebugSettings.OsPlatform [readonly]
  607. Property int DebugSettings.OsPlatformId [readonly]
  608. Property string DebugSettings.OsVer [readonly]
  609. Property int DebugSettings.PlayerCount [readonly]
  610. Property bool DebugSettings.ReportSoundWarnings
  611. Property string DebugSettings.RobloxProductName [readonly]
  612. Property string DebugSettings.RobloxVersion [readonly]
  613. Property string DebugSettings.SIMD [readonly]
  614. Property string DebugSettings.SystemProductName [readonly]
  615. Property TickCountSampleMethod DebugSettings.TickCountPreciseOverride
  616. Property int DebugSettings.VideoMemory [readonly]
  617. Class DebuggerBreakpoint : Instance [notCreatable]
  618. Property string DebuggerBreakpoint.Condition
  619. Property bool DebuggerBreakpoint.IsEnabled
  620. Property int DebuggerBreakpoint.Line [readonly]
  621. Class DebuggerManager : Instance [notCreatable]
  622. Property bool DebuggerManager.DebuggingEnabled [readonly]
  623. Function Instance DebuggerManager:AddDebugger(Instance script)
  624. Function void DebuggerManager:EnableDebugging() [LocalUserSecurity]
  625. Function Objects DebuggerManager:GetDebuggers()
  626. Function void DebuggerManager:Resume()
  627. Function void DebuggerManager:StepIn()
  628. Function void DebuggerManager:StepOut()
  629. Function void DebuggerManager:StepOver()
  630. Event DebuggerManager.DebuggerAdded(Instance debugger)
  631. Event DebuggerManager.DebuggerRemoved(Instance debugger)
  632. Class DebuggerWatch : Instance
  633. Property string DebuggerWatch.Expression
  634. Function void DebuggerWatch:CheckSyntax()
  635. Class Dialog : Instance
  636. Property DialogBehaviorType Dialog.BehaviorType
  637. Property float Dialog.ConversationDistance
  638. Property bool Dialog.GoodbyeChoiceActive
  639. Property string Dialog.GoodbyeDialog
  640. Property bool Dialog.InUse
  641. Property string Dialog.InitialPrompt
  642. Property DialogPurpose Dialog.Purpose
  643. Property DialogTone Dialog.Tone
  644. Property float Dialog.TriggerDistance
  645. Property Vector3 Dialog.TriggerOffset
  646. Function Objects Dialog:GetCurrentPlayers()
  647. Function void Dialog:SetPlayerIsUsing(Instance player, bool isUsing) [RobloxScriptSecurity]
  648. Function void Dialog:SignalDialogChoiceSelected(Instance player, Instance dialogChoice) [RobloxScriptSecurity]
  649. Event Dialog.DialogChoiceSelected(Instance player, Instance dialogChoice)
  650. Class DialogChoice : Instance
  651. Property bool DialogChoice.GoodbyeChoiceActive
  652. Property string DialogChoice.GoodbyeDialog
  653. Property string DialogChoice.ResponseDialog
  654. Property string DialogChoice.UserDialog
  655. Class Dragger : Instance
  656. Function void Dragger:AxisRotate(Axis axis = X)
  657. Function void Dragger:MouseDown(Instance mousePart, Vector3 pointOnMousePart, Objects parts)
  658. Function void Dragger:MouseMove(Ray mouseRay)
  659. Function void Dragger:MouseUp()
  660. Class Explosion : Instance
  661. Property float Explosion.BlastPressure
  662. Property float Explosion.BlastRadius
  663. Property float Explosion.DestroyJointRadiusPercent
  664. Property ExplosionType Explosion.ExplosionType
  665. Property Vector3 Explosion.Position
  666. Property bool Explosion.Visible
  667. Event Explosion.Hit(Instance part, float distance)
  668. Class FaceInstance : Instance [notbrowsable]
  669. Property NormalId FaceInstance.Face
  670. Class Decal : FaceInstance
  671. Property Color3 Decal.Color3
  672. Property float Decal.LocalTransparencyModifier [hidden]
  673. Property float Decal.Shiny [deprecated]
  674. Property float Decal.Specular [deprecated]
  675. Property Content Decal.Texture
  676. Property float Decal.Transparency
  677. Class Texture : Decal
  678. Property float Texture.StudsPerTileU
  679. Property float Texture.StudsPerTileV
  680. Class Feature : Instance
  681. Property NormalId Feature.FaceId
  682. Property InOut Feature.InOut
  683. Property LeftRight Feature.LeftRight
  684. Property TopBottom Feature.TopBottom
  685. Class Hole : Feature [deprecated]
  686. Class MotorFeature : Feature [deprecated]
  687. Class Fire : Instance
  688. Property Color3 Fire.Color
  689. Property bool Fire.Enabled
  690. Property float Fire.Heat
  691. Property Color3 Fire.SecondaryColor
  692. Property float Fire.Size
  693. Property float Fire.size [deprecated]
  694. Class FlagStandService : Instance
  695. Class FlyweightService : Instance
  696. Class CSGDictionaryService : FlyweightService
  697. Class NonReplicatedCSGDictionaryService : FlyweightService
  698. Class Folder : Instance
  699. Class ForceField : Instance
  700. Property bool ForceField.Visible
  701. Class FriendService : Instance [notCreatable]
  702. YieldFunction Array FriendService:GetPlatformFriends() [RobloxScriptSecurity]
  703. Event FriendService.FriendsUpdated(Array friendData) [RobloxScriptSecurity]
  704. Class FunctionalTest : Instance [deprecated]
  705. Property string FunctionalTest.Description
  706. Function void FunctionalTest:Error(string message = )
  707. Function void FunctionalTest:Failed(string message = )
  708. Function void FunctionalTest:Pass(string message = )
  709. Function void FunctionalTest:Passed(string message = )
  710. Function void FunctionalTest:Warn(string message = )
  711. Class GamePassService : Instance
  712. YieldFunction bool GamePassService:PlayerHasPass(Instance player, int64 gamePassId) [deprecated]
  713. Class GameSettings : Instance [notbrowsable]
  714. Property string GameSettings.AdditionalCoreIncludeDirs
  715. Property float GameSettings.BubbleChatLifetime
  716. Property int GameSettings.BubbleChatMaxBubbles
  717. Property int GameSettings.ChatHistory
  718. Property int GameSettings.ChatScrollLength
  719. Property bool GameSettings.CollisionSoundEnabled [deprecated]
  720. Property float GameSettings.CollisionSoundVolume [deprecated]
  721. Property bool GameSettings.HardwareMouse
  722. Property int GameSettings.MaxCollisionSounds [deprecated]
  723. Property string GameSettings.OverrideStarterScript
  724. Property int GameSettings.ReportAbuseChatHistory
  725. Property bool GameSettings.SoftwareSound
  726. Property bool GameSettings.VideoCaptureEnabled
  727. Property VideoQualitySettings GameSettings.VideoQuality
  728. Event GameSettings.VideoRecordingChangeRequest(bool recording) [RobloxScriptSecurity]
  729. Class GamepadService : Instance
  730. Class Geometry : Instance
  731. Class GlobalDataStore : Instance
  732. Function Connection GlobalDataStore:OnUpdate(string key, Function callback)
  733. YieldFunction Variant GlobalDataStore:GetAsync(string key)
  734. YieldFunction Variant GlobalDataStore:IncrementAsync(string key, int delta = 1)
  735. YieldFunction Variant GlobalDataStore:RemoveAsync(string key)
  736. YieldFunction void GlobalDataStore:SetAsync(string key, Variant value)
  737. YieldFunction Tuple GlobalDataStore:UpdateAsync(string key, Function transformFunction)
  738. Class OrderedDataStore : GlobalDataStore
  739. YieldFunction Instance OrderedDataStore:GetSortedAsync(bool ascending, int pagesize, Variant minValue, Variant maxValue)
  740. Class GoogleAnalyticsConfiguration : Instance
  741. Class GroupService : Instance [notCreatable]
  742. YieldFunction Instance GroupService:GetAlliesAsync(int64 groupId)
  743. YieldFunction Instance GroupService:GetEnemiesAsync(int64 groupId)
  744. YieldFunction Variant GroupService:GetGroupInfoAsync(int64 groupId)
  745. YieldFunction Array GroupService:GetGroupsAsync(int64 userId)
  746. Class GuiBase : Instance
  747. Class GuiBase2d : GuiBase [notbrowsable]
  748. Property Vector2 GuiBase2d.AbsolutePosition [readonly]
  749. Property float GuiBase2d.AbsoluteRotation [readonly]
  750. Property Vector2 GuiBase2d.AbsoluteSize [readonly]
  751. Property bool GuiBase2d.AutoLocalize
  752. Property bool GuiBase2d.Localize [deprecated] [hidden]
  753. Property Class:LocalizationTable GuiBase2d.RootLocalizationTable
  754. Class GuiObject : GuiBase2d [notbrowsable]
  755. Property bool GuiObject.Active
  756. Property Vector2 GuiObject.AnchorPoint
  757. Property BrickColor GuiObject.BackgroundColor [deprecated] [hidden]
  758. Property Color3 GuiObject.BackgroundColor3
  759. Property float GuiObject.BackgroundTransparency
  760. Property BrickColor GuiObject.BorderColor [deprecated] [hidden]
  761. Property Color3 GuiObject.BorderColor3
  762. Property int GuiObject.BorderSizePixel
  763. Property bool GuiObject.ClipsDescendants
  764. Property bool GuiObject.Draggable [deprecated]
  765. Property int GuiObject.LayoutOrder
  766. Property Class:GuiObject GuiObject.NextSelectionDown
  767. Property Class:GuiObject GuiObject.NextSelectionLeft
  768. Property Class:GuiObject GuiObject.NextSelectionRight
  769. Property Class:GuiObject GuiObject.NextSelectionUp
  770. Property UDim2 GuiObject.Position
  771. Property float GuiObject.Rotation
  772. Property bool GuiObject.Selectable
  773. Property Class:GuiObject GuiObject.SelectionImageObject
  774. Property UDim2 GuiObject.Size
  775. Property SizeConstraint GuiObject.SizeConstraint
  776. Property float GuiObject.Transparency [hidden]
  777. Property bool GuiObject.Visible
  778. Property int GuiObject.ZIndex
  779. Function bool GuiObject:TweenPosition(UDim2 endPosition, EasingDirection easingDirection = Out, EasingStyle easingStyle = Quad, float time = 1, bool override = false, Function callback = nil)
  780. Function bool GuiObject:TweenSize(UDim2 endSize, EasingDirection easingDirection = Out, EasingStyle easingStyle = Quad, float time = 1, bool override = false, Function callback = nil)
  781. Function bool GuiObject:TweenSizeAndPosition(UDim2 endSize, UDim2 endPosition, EasingDirection easingDirection = Out, EasingStyle easingStyle = Quad, float time = 1, bool override = false, Function callback = nil)
  782. Event GuiObject.DragBegin(UDim2 initialPosition) [deprecated]
  783. Event GuiObject.DragStopped(int x, int y) [deprecated]
  784. Event GuiObject.InputBegan(Instance input)
  785. Event GuiObject.InputChanged(Instance input)
  786. Event GuiObject.InputEnded(Instance input)
  787. Event GuiObject.MouseEnter(int x, int y)
  788. Event GuiObject.MouseLeave(int x, int y)
  789. Event GuiObject.MouseMoved(int x, int y)
  790. Event GuiObject.MouseWheelBackward(int x, int y)
  791. Event GuiObject.MouseWheelForward(int x, int y)
  792. Event GuiObject.SelectionGained()
  793. Event GuiObject.SelectionLost()
  794. Event GuiObject.TouchLongPress(Array touchPositions, UserInputState state)
  795. Event GuiObject.TouchPan(Array touchPositions, Vector2 totalTranslation, Vector2 velocity, UserInputState state)
  796. Event GuiObject.TouchPinch(Array touchPositions, float scale, float velocity, UserInputState state)
  797. Event GuiObject.TouchRotate(Array touchPositions, float rotation, float velocity, UserInputState state)
  798. Event GuiObject.TouchSwipe(SwipeDirection swipeDirection, int numberOfTouches)
  799. Event GuiObject.TouchTap(Array touchPositions)
  800. Class Frame : GuiObject
  801. Property FrameStyle Frame.Style
  802. Class GuiButton : GuiObject [notbrowsable]
  803. Property bool GuiButton.AutoButtonColor
  804. Property bool GuiButton.Modal
  805. Property bool GuiButton.Selected
  806. Property ButtonStyle GuiButton.Style
  807. Function void GuiButton:SetVerb(string verb) [RobloxScriptSecurity]
  808. Event GuiButton.Activated(Instance inputObject)
  809. Event GuiButton.MouseButton1Click()
  810. Event GuiButton.MouseButton1Down(int x, int y)
  811. Event GuiButton.MouseButton1Up(int x, int y)
  812. Event GuiButton.MouseButton2Click()
  813. Event GuiButton.MouseButton2Down(int x, int y)
  814. Event GuiButton.MouseButton2Up(int x, int y)
  815. Class ImageButton : GuiButton
  816. Property Content ImageButton.HoverImage
  817. Property Content ImageButton.Image
  818. Property Color3 ImageButton.ImageColor3
  819. Property Vector2 ImageButton.ImageRectOffset
  820. Property Vector2 ImageButton.ImageRectSize
  821. Property float ImageButton.ImageTransparency
  822. Property bool ImageButton.IsLoaded [readonly]
  823. Property Content ImageButton.PressedImage
  824. Property ScaleType ImageButton.ScaleType
  825. Property Rect2D ImageButton.SliceCenter
  826. Property float ImageButton.SliceScale
  827. Property UDim2 ImageButton.TileSize
  828. Class TextButton : GuiButton
  829. Property Font TextButton.Font
  830. Property FontSize TextButton.FontSize [deprecated]
  831. Property float TextButton.LineHeight
  832. Property string TextButton.LocalizedText [hidden] [readonly]
  833. Property string TextButton.Text
  834. Property Vector2 TextButton.TextBounds [readonly]
  835. Property BrickColor TextButton.TextColor [deprecated] [hidden]
  836. Property Color3 TextButton.TextColor3
  837. Property bool TextButton.TextFits [readonly]
  838. Property bool TextButton.TextScaled
  839. Property float TextButton.TextSize
  840. Property Color3 TextButton.TextStrokeColor3
  841. Property float TextButton.TextStrokeTransparency
  842. Property float TextButton.TextTransparency
  843. Property TextTruncate TextButton.TextTruncate
  844. Property bool TextButton.TextWrap [deprecated]
  845. Property bool TextButton.TextWrapped
  846. Property TextXAlignment TextButton.TextXAlignment
  847. Property TextYAlignment TextButton.TextYAlignment
  848. Function void TextButton:SetTextFromInput(string text) [RobloxScriptSecurity]
  849. Class GuiLabel : GuiObject
  850. Class ImageLabel : GuiLabel
  851. Property Content ImageLabel.Image
  852. Property Color3 ImageLabel.ImageColor3
  853. Property Vector2 ImageLabel.ImageRectOffset
  854. Property Vector2 ImageLabel.ImageRectSize
  855. Property float ImageLabel.ImageTransparency
  856. Property bool ImageLabel.IsLoaded [readonly]
  857. Property ScaleType ImageLabel.ScaleType
  858. Property Rect2D ImageLabel.SliceCenter
  859. Property float ImageLabel.SliceScale
  860. Property UDim2 ImageLabel.TileSize
  861. Class TextLabel : GuiLabel
  862. Property Font TextLabel.Font
  863. Property FontSize TextLabel.FontSize [deprecated]
  864. Property float TextLabel.LineHeight
  865. Property string TextLabel.LocalizedText [hidden] [readonly]
  866. Property string TextLabel.Text
  867. Property Vector2 TextLabel.TextBounds [readonly]
  868. Property BrickColor TextLabel.TextColor [deprecated] [hidden]
  869. Property Color3 TextLabel.TextColor3
  870. Property bool TextLabel.TextFits [readonly]
  871. Property bool TextLabel.TextScaled
  872. Property float TextLabel.TextSize
  873. Property Color3 TextLabel.TextStrokeColor3
  874. Property float TextLabel.TextStrokeTransparency
  875. Property float TextLabel.TextTransparency
  876. Property TextTruncate TextLabel.TextTruncate
  877. Property bool TextLabel.TextWrap [deprecated]
  878. Property bool TextLabel.TextWrapped
  879. Property TextXAlignment TextLabel.TextXAlignment
  880. Property TextYAlignment TextLabel.TextYAlignment
  881. Function void TextLabel:SetTextFromInput(string text) [RobloxScriptSecurity]
  882. Class ScrollingFrame : GuiObject
  883. Property Vector2 ScrollingFrame.AbsoluteWindowSize [readonly]
  884. Property Content ScrollingFrame.BottomImage
  885. Property Vector2 ScrollingFrame.CanvasPosition
  886. Property UDim2 ScrollingFrame.CanvasSize
  887. Property ElasticBehavior ScrollingFrame.ElasticBehavior
  888. Property ScrollBarInset ScrollingFrame.HorizontalScrollBarInset
  889. Property Content ScrollingFrame.MidImage
  890. Property Color3 ScrollingFrame.ScrollBarImageColor3
  891. Property float ScrollingFrame.ScrollBarImageTransparency
  892. Property int ScrollingFrame.ScrollBarThickness
  893. Property ScrollingDirection ScrollingFrame.ScrollingDirection
  894. Property bool ScrollingFrame.ScrollingEnabled
  895. Property Content ScrollingFrame.TopImage
  896. Property ScrollBarInset ScrollingFrame.VerticalScrollBarInset
  897. Property VerticalScrollBarPosition ScrollingFrame.VerticalScrollBarPosition
  898. Function void ScrollingFrame:ScrollToTop() [RobloxScriptSecurity]
  899. Class TextBox : GuiObject
  900. Property bool TextBox.ClearTextOnFocus
  901. Property int TextBox.CursorPosition
  902. Property Font TextBox.Font
  903. Property FontSize TextBox.FontSize [deprecated]
  904. Property float TextBox.LineHeight
  905. Property bool TextBox.ManualFocusRelease [RobloxScriptSecurity]
  906. Property bool TextBox.MultiLine
  907. Property bool TextBox.OverlayNativeInput [RobloxScriptSecurity]
  908. Property Color3 TextBox.PlaceholderColor3
  909. Property string TextBox.PlaceholderText
  910. Property bool TextBox.ShowNativeInput
  911. Property string TextBox.Text
  912. Property Vector2 TextBox.TextBounds [readonly]
  913. Property BrickColor TextBox.TextColor [deprecated] [hidden]
  914. Property Color3 TextBox.TextColor3
  915. Property bool TextBox.TextFits [readonly]
  916. Property bool TextBox.TextScaled
  917. Property float TextBox.TextSize
  918. Property Color3 TextBox.TextStrokeColor3
  919. Property float TextBox.TextStrokeTransparency
  920. Property float TextBox.TextTransparency
  921. Property TextTruncate TextBox.TextTruncate
  922. Property bool TextBox.TextWrap [deprecated]
  923. Property bool TextBox.TextWrapped
  924. Property TextXAlignment TextBox.TextXAlignment
  925. Property TextYAlignment TextBox.TextYAlignment
  926. Function void TextBox:CaptureFocus()
  927. Function bool TextBox:IsFocused()
  928. Function void TextBox:ReleaseFocus(bool submitted = false)
  929. Function void TextBox:ResetKeyboardMode() [RobloxScriptSecurity]
  930. Function void TextBox:SetTextFromInput(string text) [RobloxScriptSecurity]
  931. Event TextBox.FocusLost(bool enterPressed, Instance inputThatCausedFocusLoss)
  932. Event TextBox.Focused()
  933. Class ViewportFrame : GuiObject
  934. Property Class:Camera ViewportFrame.CurrentCamera
  935. Property Color3 ViewportFrame.ImageColor3
  936. Property float ViewportFrame.ImageTransparency
  937. Class LayerCollector : GuiBase2d [notbrowsable]
  938. Property bool LayerCollector.Enabled
  939. Property bool LayerCollector.ResetOnSpawn
  940. Property ZIndexBehavior LayerCollector.ZIndexBehavior
  941. Class BillboardGui : LayerCollector
  942. Property bool BillboardGui.Active
  943. Property Class:Instance BillboardGui.Adornee
  944. Property bool BillboardGui.AlwaysOnTop
  945. Property bool BillboardGui.ClipsDescendants
  946. Property Vector3 BillboardGui.ExtentsOffset
  947. Property Vector3 BillboardGui.ExtentsOffsetWorldSpace
  948. Property float BillboardGui.LightInfluence
  949. Property float BillboardGui.MaxDistance
  950. Property Class:Instance BillboardGui.PlayerToHideFrom
  951. Property UDim2 BillboardGui.Size
  952. Property Vector2 BillboardGui.SizeOffset
  953. Property Vector3 BillboardGui.StudsOffset
  954. Property Vector3 BillboardGui.StudsOffsetWorldSpace
  955. Class PluginGui : LayerCollector [notCreatable]
  956. Property string PluginGui.Title
  957. Function void PluginGui:BindToClose(Function function = nil)
  958. Function Vector2 PluginGui:GetRelativeMousePosition() [PluginSecurity]
  959. Event PluginGui.PluginDragDropped(Dictionary dragData) [PluginSecurity]
  960. Event PluginGui.PluginDragEntered(Dictionary dragData) [PluginSecurity]
  961. Event PluginGui.PluginDragLeft(Dictionary dragData) [PluginSecurity]
  962. Event PluginGui.PluginDragMoved(Dictionary dragData) [PluginSecurity]
  963. Event PluginGui.WindowFocusReleased() [PluginSecurity]
  964. Event PluginGui.WindowFocused() [PluginSecurity]
  965. Class DockWidgetPluginGui : PluginGui [notCreatable]
  966. Property bool DockWidgetPluginGui.HostWidgetWasRestored [readonly]
  967. Class QWidgetPluginGui : PluginGui [notCreatable]
  968. Class ScreenGui : LayerCollector
  969. Property int ScreenGui.DisplayOrder
  970. Property bool ScreenGui.IgnoreGuiInset
  971. Property bool ScreenGui.OnTopOfCoreBlur [hidden] [RobloxScriptSecurity]
  972. Class GuiMain : ScreenGui [deprecated]
  973. Class SurfaceGui : LayerCollector
  974. Property bool SurfaceGui.Active
  975. Property Class:Instance SurfaceGui.Adornee
  976. Property bool SurfaceGui.AlwaysOnTop
  977. Property Vector2 SurfaceGui.CanvasSize
  978. Property bool SurfaceGui.ClipsDescendants
  979. Property NormalId SurfaceGui.Face
  980. Property float SurfaceGui.LightInfluence
  981. Property float SurfaceGui.ToolPunchThroughDistance
  982. Property float SurfaceGui.ZOffset
  983. Class GuiBase3d : GuiBase
  984. Property BrickColor GuiBase3d.Color [deprecated] [hidden]
  985. Property Color3 GuiBase3d.Color3
  986. Property float GuiBase3d.Transparency
  987. Property bool GuiBase3d.Visible
  988. Class FloorWire : GuiBase3d [deprecated]
  989. Property float FloorWire.CycleOffset
  990. Property Class:BasePart FloorWire.From
  991. Property float FloorWire.StudsBetweenTextures
  992. Property Content FloorWire.Texture
  993. Property Vector2 FloorWire.TextureSize
  994. Property Class:BasePart FloorWire.To
  995. Property float FloorWire.Velocity
  996. Property float FloorWire.WireRadius
  997. Class PVAdornment : GuiBase3d
  998. Property Class:PVInstance PVAdornment.Adornee
  999. Class HandleAdornment : PVAdornment
  1000. Property bool HandleAdornment.AlwaysOnTop
  1001. Property CoordinateFrame HandleAdornment.CFrame
  1002. Property Vector3 HandleAdornment.SizeRelativeOffset
  1003. Property int HandleAdornment.ZIndex
  1004. Event HandleAdornment.MouseButton1Down()
  1005. Event HandleAdornment.MouseButton1Up()
  1006. Event HandleAdornment.MouseEnter()
  1007. Event HandleAdornment.MouseLeave()
  1008. Class BoxHandleAdornment : HandleAdornment
  1009. Property Vector3 BoxHandleAdornment.Size
  1010. Class ConeHandleAdornment : HandleAdornment
  1011. Property float ConeHandleAdornment.Height
  1012. Property float ConeHandleAdornment.Radius
  1013. Class CylinderHandleAdornment : HandleAdornment
  1014. Property float CylinderHandleAdornment.Height
  1015. Property float CylinderHandleAdornment.Radius
  1016. Class ImageHandleAdornment : HandleAdornment
  1017. Property Content ImageHandleAdornment.Image
  1018. Property Vector2 ImageHandleAdornment.Size
  1019. Class LineHandleAdornment : HandleAdornment
  1020. Property float LineHandleAdornment.Length
  1021. Property float LineHandleAdornment.Thickness
  1022. Class SphereHandleAdornment : HandleAdornment
  1023. Property float SphereHandleAdornment.Radius
  1024. Class ParabolaAdornment : PVAdornment
  1025. Property float ParabolaAdornment.A [RobloxScriptSecurity]
  1026. Property float ParabolaAdornment.B [RobloxScriptSecurity]
  1027. Property float ParabolaAdornment.C [RobloxScriptSecurity]
  1028. Property float ParabolaAdornment.Range [RobloxScriptSecurity]
  1029. Property float ParabolaAdornment.Thickness [RobloxScriptSecurity]
  1030. Function Tuple ParabolaAdornment:FindPartOnParabola(Objects ignoreDescendentsTable) [RobloxScriptSecurity]
  1031. Class SelectionBox : PVAdornment
  1032. Property float SelectionBox.LineThickness
  1033. Property BrickColor SelectionBox.SurfaceColor [deprecated] [hidden]
  1034. Property Color3 SelectionBox.SurfaceColor3
  1035. Property float SelectionBox.SurfaceTransparency
  1036. Class SelectionSphere : PVAdornment
  1037. Property BrickColor SelectionSphere.SurfaceColor [deprecated] [hidden]
  1038. Property Color3 SelectionSphere.SurfaceColor3
  1039. Property float SelectionSphere.SurfaceTransparency
  1040. Class PartAdornment : GuiBase3d
  1041. Property Class:BasePart PartAdornment.Adornee
  1042. Class HandlesBase : PartAdornment
  1043. Class ArcHandles : HandlesBase
  1044. Property Axes ArcHandles.Axes
  1045. Event ArcHandles.MouseButton1Down(Axis axis)
  1046. Event ArcHandles.MouseButton1Up(Axis axis)
  1047. Event ArcHandles.MouseDrag(Axis axis, float relativeAngle, float deltaRadius)
  1048. Event ArcHandles.MouseEnter(Axis axis)
  1049. Event ArcHandles.MouseLeave(Axis axis)
  1050. Class Handles : HandlesBase
  1051. Property Faces Handles.Faces
  1052. Property HandlesStyle Handles.Style
  1053. Event Handles.MouseButton1Down(NormalId face)
  1054. Event Handles.MouseButton1Up(NormalId face)
  1055. Event Handles.MouseDrag(NormalId face, float distance)
  1056. Event Handles.MouseEnter(NormalId face)
  1057. Event Handles.MouseLeave(NormalId face)
  1058. Class SurfaceSelection : PartAdornment
  1059. Property NormalId SurfaceSelection.TargetSurface
  1060. Class SelectionLasso : GuiBase3d
  1061. Property Class:Humanoid SelectionLasso.Humanoid
  1062. Class SelectionPartLasso : SelectionLasso [deprecated]
  1063. Property Class:BasePart SelectionPartLasso.Part
  1064. Class SelectionPointLasso : SelectionLasso [deprecated]
  1065. Property Vector3 SelectionPointLasso.Point
  1066. Class GuiService : Instance [notCreatable]
  1067. Property bool GuiService.AutoSelectGuiEnabled
  1068. Property Class:Folder GuiService.CoreEffectFolder [hidden] [RobloxScriptSecurity]
  1069. Property Class:Folder GuiService.CoreGuiFolder [hidden] [RobloxScriptSecurity]
  1070. Property bool GuiService.CoreGuiNavigationEnabled
  1071. Property bool GuiService.GuiNavigationEnabled
  1072. Property bool GuiService.IsModalDialog [deprecated] [readonly]
  1073. Property bool GuiService.IsWindows [deprecated] [readonly]
  1074. Property bool GuiService.MenuIsOpen [readonly]
  1075. Property Class:GuiObject GuiService.SelectedCoreObject [RobloxScriptSecurity]
  1076. Property Class:GuiObject GuiService.SelectedObject
  1077. Function void GuiService:AddCenterDialog(Instance dialog, CenterDialogType centerDialogType, Function showFunction, Function hideFunction) [RobloxScriptSecurity]
  1078. Function void GuiService:AddKey(string key) [RobloxScriptSecurity]
  1079. Function void GuiService:AddSelectionParent(string selectionName, Instance selectionParent)
  1080. Function void GuiService:AddSelectionTuple(string selectionName, Tuple selections)
  1081. Function void GuiService:AddSpecialKey(SpecialKey key) [RobloxScriptSecurity]
  1082. Function void GuiService:BroadcastNotification(string data, int notificationType) [RobloxScriptSecurity]
  1083. Function void GuiService:ClearError() [RobloxScriptSecurity]
  1084. Function bool GuiService:CloseStatsBasedOnInputString(string input) [RobloxScriptSecurity]
  1085. Function int GuiService:GetBrickCount() [RobloxScriptSecurity]
  1086. Function Instance GuiService:GetClosestDialogToPosition(Vector3 position) [RobloxScriptSecurity]
  1087. Function ConnectionError GuiService:GetErrorCode() [RobloxScriptSecurity]
  1088. Function string GuiService:GetErrorMessage() [deprecated] [RobloxScriptSecurity]
  1089. Function ConnectionError GuiService:GetErrorType() [RobloxScriptSecurity]
  1090. Function Tuple GuiService:GetGuiInset()
  1091. Function Dictionary GuiService:GetNotificationTypeList() [RobloxScriptSecurity]
  1092. Function int GuiService:GetResolutionScale() [LocalUserSecurity]
  1093. Function Dictionary GuiService:GetSafeZoneOffsets() [RobloxScriptSecurity]
  1094. Function string GuiService:GetUiMessage() [RobloxScriptSecurity]
  1095. Function bool GuiService:IsMemoryTrackerEnabled() [RobloxScriptSecurity]
  1096. Function bool GuiService:IsTenFootInterface()
  1097. Function void GuiService:OpenBrowserWindow(string url) [deprecated] [RobloxScriptSecurity]
  1098. Function void GuiService:OpenNativeOverlay(string title, string url) [deprecated] [RobloxScriptSecurity]
  1099. Function void GuiService:RemoveCenterDialog(Instance dialog) [RobloxScriptSecurity]
  1100. Function void GuiService:RemoveKey(string key) [RobloxScriptSecurity]
  1101. Function void GuiService:RemoveSelectionGroup(string selectionName)
  1102. Function void GuiService:RemoveSpecialKey(SpecialKey key) [RobloxScriptSecurity]
  1103. Function void GuiService:SetGlobalGuiInset(int x1, int y1, int x2, int y2) [RobloxScriptSecurity]
  1104. Function void GuiService:SetMenuIsOpen(bool open) [RobloxScriptSecurity]
  1105. Function void GuiService:SetSafeZoneOffsets(float top, float bottom, float left, float right) [RobloxScriptSecurity]
  1106. Function void GuiService:SetUiMessage(UiMessageType msgType, string uiMessage = errorCode) [LocalUserSecurity]
  1107. Function bool GuiService:ShowStatsBasedOnInputString(string input) [RobloxScriptSecurity]
  1108. Function void GuiService:ToggleFullscreen() [RobloxScriptSecurity]
  1109. YieldFunction Vector2 GuiService:GetScreenResolution() [RobloxScriptSecurity]
  1110. Event GuiService.BrowserWindowClosed() [deprecated] [RobloxScriptSecurity]
  1111. Event GuiService.ErrorMessageChanged(string newErrorMessage) [deprecated] [RobloxScriptSecurity]
  1112. Event GuiService.KeyPressed(string key, string modifiers) [RobloxScriptSecurity]
  1113. Event GuiService.MenuClosed()
  1114. Event GuiService.MenuOpened()
  1115. Event GuiService.SafeZoneOffsetsChanged() [RobloxScriptSecurity]
  1116. Event GuiService.ShowLeaveConfirmation() [RobloxScriptSecurity]
  1117. Event GuiService.SpecialKeyPressed(SpecialKey key, string modifiers) [RobloxScriptSecurity]
  1118. Event GuiService.UiMessageChanged(UiMessageType msgType, string newUiMessage) [RobloxScriptSecurity]
  1119. Callback void GuiService.SendCoreUiNotification(string title, string text) [RobloxScriptSecurity]
  1120. Class GuidRegistryService : Instance
  1121. Class HapticService : Instance [notCreatable]
  1122. Function Tuple HapticService:GetMotor(UserInputType inputType, VibrationMotor vibrationMotor)
  1123. Function bool HapticService:IsMotorSupported(UserInputType inputType, VibrationMotor vibrationMotor)
  1124. Function bool HapticService:IsVibrationSupported(UserInputType inputType)
  1125. Function void HapticService:SetMotor(UserInputType inputType, VibrationMotor vibrationMotor, Tuple vibrationValues)
  1126. Class Hopper : Instance [deprecated]
  1127. Class HttpRbxApiService : Instance [notCreatable]
  1128. YieldFunction string HttpRbxApiService:GetAsync(string apiUrlPath, ThrottlingPriority priority = Default, HttpRequestType httpRequestType = Default, bool doNotAllowDiabolicalMode = false) [RobloxScriptSecurity]
  1129. YieldFunction string HttpRbxApiService:GetAsyncFullUrl(string apiUrl, ThrottlingPriority priority = Default, HttpRequestType httpRequestType = Default, bool doNotAllowDiabolicalMode = false) [RobloxScriptSecurity]
  1130. YieldFunction string HttpRbxApiService:PostAsync(string apiUrlPath, string data, ThrottlingPriority priority = Default, HttpContentType content_type = ApplicationJson, HttpRequestType httpRequestType = Default, bool doNotAllowDiabolicalMode = false) [RobloxScriptSecurity]
  1131. YieldFunction string HttpRbxApiService:PostAsyncFullUrl(string apiUrl, string data, ThrottlingPriority priority = Default, HttpContentType content_type = ApplicationJson, HttpRequestType httpRequestType = Default, bool doNotAllowDiabolicalMode = false) [RobloxScriptSecurity]
  1132. YieldFunction string HttpRbxApiService:RequestAsync(Dictionary requestOptions, ThrottlingPriority priority = Default, HttpContentType content_type = ApplicationJson, HttpRequestType httpRequestType = Default, bool doNotAllowDiabolicalMode = false) [RobloxScriptSecurity]
  1133. Class HttpRequest : Instance
  1134. Function void HttpRequest:Cancel() [RobloxScriptSecurity]
  1135. Function void HttpRequest:Start(Function callback) [RobloxScriptSecurity]
  1136. Class HttpService : Instance [notCreatable]
  1137. Property bool HttpService.HttpEnabled [LocalUserSecurity]
  1138. Function string HttpService:GenerateGUID(bool wrapInCurlyBraces = true)
  1139. Function bool HttpService:GetHttpEnabled() [RobloxScriptSecurity]
  1140. Function Variant HttpService:JSONDecode(string input)
  1141. Function string HttpService:JSONEncode(Variant input)
  1142. Function Instance HttpService:RequestInternal(Dictionary options) [RobloxScriptSecurity]
  1143. Function void HttpService:SetHttpEnabled(bool enabled) [RobloxScriptSecurity]
  1144. Function string HttpService:UrlEncode(string input)
  1145. YieldFunction string HttpService:GetAsync(string url, bool nocache = false, Variant headers)
  1146. YieldFunction string HttpService:PostAsync(string url, string data, HttpContentType content_type = ApplicationJson, bool compress = false, Variant headers)
  1147. YieldFunction Dictionary HttpService:RequestAsync(Dictionary requestOptions)
  1148. Class Humanoid : Instance
  1149. Property bool Humanoid.AutoJumpEnabled
  1150. Property bool Humanoid.AutoRotate
  1151. Property bool Humanoid.AutomaticScalingEnabled
  1152. Property bool Humanoid.BreakJointsOnDeath
  1153. Property Vector3 Humanoid.CameraOffset
  1154. Property HumanoidCollisionType Humanoid.CollisionType [ScriptWriteRestricted: [PluginSecurity]]
  1155. Property HumanoidDisplayDistanceType Humanoid.DisplayDistanceType
  1156. Property Material Humanoid.FloorMaterial [readonly]
  1157. Property float Humanoid.Health
  1158. Property float Humanoid.HealthDisplayDistance
  1159. Property HumanoidHealthDisplayType Humanoid.HealthDisplayType
  1160. Property float Humanoid.HipHeight
  1161. Property bool Humanoid.Jump
  1162. Property float Humanoid.JumpHeight
  1163. Property float Humanoid.JumpPower
  1164. Property Class:BasePart Humanoid.LeftLeg [deprecated] [hidden]
  1165. Property float Humanoid.MaxHealth
  1166. Property float Humanoid.MaxSlopeAngle
  1167. Property Vector3 Humanoid.MoveDirection [readonly]
  1168. Property float Humanoid.NameDisplayDistance
  1169. Property NameOcclusion Humanoid.NameOcclusion
  1170. Property bool Humanoid.PlatformStand
  1171. Property HumanoidRigType Humanoid.RigType
  1172. Property Class:BasePart Humanoid.RightLeg [deprecated] [hidden]
  1173. Property Class:BasePart Humanoid.RootPart [readonly]
  1174. Property Class:BasePart Humanoid.SeatPart [readonly]
  1175. Property bool Humanoid.Sit
  1176. Property Vector3 Humanoid.TargetPoint
  1177. Property Class:BasePart Humanoid.Torso [deprecated] [hidden]
  1178. Property bool Humanoid.UseJumpPower
  1179. Property float Humanoid.WalkSpeed
  1180. Property Class:BasePart Humanoid.WalkToPart
  1181. Property Vector3 Humanoid.WalkToPoint
  1182. Property float Humanoid.maxHealth [deprecated]
  1183. Function void Humanoid:AddAccessory(Instance accessory)
  1184. Function bool Humanoid:AddCustomStatus(string status) [deprecated]
  1185. Function bool Humanoid:AddStatus(Status status = Poison) [deprecated]
  1186. Function void Humanoid:BuildRigFromAttachments()
  1187. Function void Humanoid:ChangeState(HumanoidStateType state = None)
  1188. Function void Humanoid:EquipTool(Instance tool)
  1189. Function Array Humanoid:GetAccessories()
  1190. Function Instance Humanoid:GetAppliedDescription()
  1191. Function BodyPartR15 Humanoid:GetBodyPartR15(Instance part)
  1192. Function Limb Humanoid:GetLimb(Instance part)
  1193. Function Array Humanoid:GetPlayingAnimationTracks()
  1194. Function HumanoidStateType Humanoid:GetState()
  1195. Function bool Humanoid:GetStateEnabled(HumanoidStateType state)
  1196. Function Array Humanoid:GetStatuses() [deprecated]
  1197. Function bool Humanoid:HasCustomStatus(string status) [deprecated]
  1198. Function bool Humanoid:HasStatus(Status status = Poison) [deprecated]
  1199. Function Instance Humanoid:LoadAnimation(Instance animation)
  1200. Function void Humanoid:Move(Vector3 moveDirection, bool relativeToCamera = false)
  1201. Function void Humanoid:MoveTo(Vector3 location, Instance part = nil)
  1202. Function void Humanoid:RemoveAccessories()
  1203. Function bool Humanoid:RemoveCustomStatus(string status) [deprecated]
  1204. Function bool Humanoid:RemoveStatus(Status status = Poison) [deprecated]
  1205. Function bool Humanoid:ReplaceBodyPartR15(BodyPartR15 bodyPart, Instance part)
  1206. Function void Humanoid:SetClickToWalkEnabled(bool enabled) [RobloxScriptSecurity]
  1207. Function void Humanoid:SetStateEnabled(HumanoidStateType state, bool enabled)
  1208. Function void Humanoid:TakeDamage(float amount)
  1209. Function void Humanoid:UnequipTools()
  1210. Function Instance Humanoid:loadAnimation(Instance animation) [deprecated]
  1211. Function void Humanoid:takeDamage(float amount) [deprecated]
  1212. YieldFunction void Humanoid:ApplyDescription(Instance humanoidDescription)
  1213. Event Humanoid.AnimationPlayed(Instance animationTrack)
  1214. Event Humanoid.Climbing(float speed)
  1215. Event Humanoid.CustomStatusAdded(string status) [deprecated]
  1216. Event Humanoid.CustomStatusRemoved(string status) [deprecated]
  1217. Event Humanoid.Died()
  1218. Event Humanoid.FallingDown(bool active)
  1219. Event Humanoid.FreeFalling(bool active)
  1220. Event Humanoid.GettingUp(bool active)
  1221. Event Humanoid.HealthChanged(float health)
  1222. Event Humanoid.Jumping(bool active)
  1223. Event Humanoid.MoveToFinished(bool reached)
  1224. Event Humanoid.PlatformStanding(bool active)
  1225. Event Humanoid.Ragdoll(bool active)
  1226. Event Humanoid.Running(float speed)
  1227. Event Humanoid.Seated(bool active, Instance currentSeatPart)
  1228. Event Humanoid.StateChanged(HumanoidStateType old, HumanoidStateType new)
  1229. Event Humanoid.StateEnabledChanged(HumanoidStateType state, bool isEnabled)
  1230. Event Humanoid.StatusAdded(Status status) [deprecated]
  1231. Event Humanoid.StatusRemoved(Status status) [deprecated]
  1232. Event Humanoid.Strafing(bool active)
  1233. Event Humanoid.Swimming(float speed)
  1234. Event Humanoid.Touched(Instance touchingPart, Instance humanoidPart)
  1235. Class HumanoidDescription : Instance
  1236. Property string HumanoidDescription.BackAccessory
  1237. Property float HumanoidDescription.BodyTypeScale
  1238. Property int64 HumanoidDescription.ClimbAnimation
  1239. Property float HumanoidDescription.DepthScale
  1240. Property int64 HumanoidDescription.Face
  1241. Property string HumanoidDescription.FaceAccessory
  1242. Property int64 HumanoidDescription.FallAnimation
  1243. Property string HumanoidDescription.FrontAccessory
  1244. Property int64 HumanoidDescription.GraphicTShirt
  1245. Property string HumanoidDescription.HairAccessory
  1246. Property string HumanoidDescription.HatAccessory
  1247. Property int64 HumanoidDescription.Head
  1248. Property Color3 HumanoidDescription.HeadColor
  1249. Property float HumanoidDescription.HeadScale
  1250. Property float HumanoidDescription.HeightScale
  1251. Property int64 HumanoidDescription.IdleAnimation
  1252. Property int64 HumanoidDescription.JumpAnimation
  1253. Property int64 HumanoidDescription.LeftArm
  1254. Property Color3 HumanoidDescription.LeftArmColor
  1255. Property int64 HumanoidDescription.LeftLeg
  1256. Property Color3 HumanoidDescription.LeftLegColor
  1257. Property string HumanoidDescription.NeckAccessory
  1258. Property int64 HumanoidDescription.Pants
  1259. Property float HumanoidDescription.ProportionScale
  1260. Property int64 HumanoidDescription.RightArm
  1261. Property Color3 HumanoidDescription.RightArmColor
  1262. Property int64 HumanoidDescription.RightLeg
  1263. Property Color3 HumanoidDescription.RightLegColor
  1264. Property int64 HumanoidDescription.RunAnimation
  1265. Property int64 HumanoidDescription.Shirt
  1266. Property string HumanoidDescription.ShouldersAccessory
  1267. Property int64 HumanoidDescription.SwimAnimation
  1268. Property int64 HumanoidDescription.Torso
  1269. Property Color3 HumanoidDescription.TorsoColor
  1270. Property string HumanoidDescription.WaistAccessory
  1271. Property int64 HumanoidDescription.WalkAnimation
  1272. Property float HumanoidDescription.WidthScale
  1273. Class InputObject : Instance [notCreatable]
  1274. Property Vector3 InputObject.Delta
  1275. Property KeyCode InputObject.KeyCode
  1276. Property Vector3 InputObject.Position
  1277. Property UserInputState InputObject.UserInputState
  1278. Property UserInputType InputObject.UserInputType
  1279. Class InsertService : Instance [notCreatable]
  1280. Property bool InsertService.AllowInsertFreeModels [notbrowsable] [deprecated]
  1281. Function void InsertService:ApproveAssetId(int64 assetId) [deprecated]
  1282. Function void InsertService:ApproveAssetVersionId(int64 assetVersionId) [deprecated]
  1283. Function void InsertService:Insert(Instance instance) [deprecated]
  1284. Function Instance InsertService:LoadLocalAsset(string assetPath) [RobloxScriptSecurity]
  1285. YieldFunction Array InsertService:GetBaseCategories() [deprecated]
  1286. YieldFunction Array InsertService:GetBaseSets()
  1287. YieldFunction Array InsertService:GetCollection(int64 categoryId)
  1288. YieldFunction Array InsertService:GetFreeDecals(string searchText, int pageNum)
  1289. YieldFunction Array InsertService:GetFreeModels(string searchText, int pageNum)
  1290. YieldFunction int64 InsertService:GetLatestAssetVersionAsync(int64 assetId)
  1291. YieldFunction Array InsertService:GetUserCategories(int64 userId) [deprecated]
  1292. YieldFunction Array InsertService:GetUserSets(int64 userId)
  1293. YieldFunction Instance InsertService:LoadAsset(int64 assetId)
  1294. YieldFunction Instance InsertService:LoadAssetVersion(int64 assetVersionId)
  1295. YieldFunction Instance InsertService:loadAsset(int64 assetId) [deprecated]
  1296. Class JointInstance : Instance
  1297. Property bool JointInstance.Active [readonly]
  1298. Property CoordinateFrame JointInstance.C0
  1299. Property CoordinateFrame JointInstance.C1
  1300. Property Class:BasePart JointInstance.Part0
  1301. Property Class:BasePart JointInstance.Part1
  1302. Property Class:BasePart JointInstance.part1 [deprecated] [hidden]
  1303. Class DynamicRotate : JointInstance
  1304. Property float DynamicRotate.BaseAngle
  1305. Class RotateP : DynamicRotate
  1306. Class RotateV : DynamicRotate
  1307. Class Glue : JointInstance
  1308. Property Vector3 Glue.F0
  1309. Property Vector3 Glue.F1
  1310. Property Vector3 Glue.F2
  1311. Property Vector3 Glue.F3
  1312. Class ManualSurfaceJointInstance : JointInstance
  1313. Class ManualGlue : ManualSurfaceJointInstance
  1314. Class ManualWeld : ManualSurfaceJointInstance
  1315. Class Motor : JointInstance
  1316. Property float Motor.CurrentAngle
  1317. Property float Motor.DesiredAngle
  1318. Property float Motor.MaxVelocity
  1319. Function void Motor:SetDesiredAngle(float value)
  1320. Class Motor6D : Motor
  1321. Property CoordinateFrame Motor6D.Transform [hidden]
  1322. Class Rotate : JointInstance
  1323. Class Snap : JointInstance
  1324. Class VelocityMotor : JointInstance
  1325. Property float VelocityMotor.CurrentAngle
  1326. Property float VelocityMotor.DesiredAngle
  1327. Property Class:Hole VelocityMotor.Hole
  1328. Property float VelocityMotor.MaxVelocity
  1329. Class Weld : JointInstance
  1330. Class JointsService : Instance [notCreatable]
  1331. Function void JointsService:ClearJoinAfterMoveJoints()
  1332. Function void JointsService:CreateJoinAfterMoveJoints()
  1333. Function void JointsService:SetJoinAfterMoveInstance(Instance joinInstance)
  1334. Function void JointsService:SetJoinAfterMoveTarget(Instance joinTarget)
  1335. Function void JointsService:ShowPermissibleJoints()
  1336. Class KeyboardService : Instance
  1337. Class Keyframe : Instance
  1338. Property float Keyframe.Time
  1339. Function void Keyframe:AddMarker(Instance marker)
  1340. Function void Keyframe:AddPose(Instance pose)
  1341. Function Objects Keyframe:GetMarkers()
  1342. Function Objects Keyframe:GetPoses()
  1343. Function void Keyframe:RemoveMarker(Instance marker)
  1344. Function void Keyframe:RemovePose(Instance pose)
  1345. Class KeyframeMarker : Instance
  1346. Property string KeyframeMarker.Value
  1347. Class KeyframeSequence : Instance
  1348. Property float KeyframeSequence.AuthoredHipHeight [PluginSecurity]
  1349. Property bool KeyframeSequence.Loop
  1350. Property AnimationPriority KeyframeSequence.Priority
  1351. Function void KeyframeSequence:AddKeyframe(Instance keyframe)
  1352. Function Objects KeyframeSequence:GetKeyframes()
  1353. Function void KeyframeSequence:RemoveKeyframe(Instance keyframe)
  1354. Class KeyframeSequenceProvider : Instance
  1355. Function Instance KeyframeSequenceProvider:GetKeyframeSequence(Content assetId) [deprecated] [PluginSecurity]
  1356. Function Instance KeyframeSequenceProvider:GetKeyframeSequenceById(int64 assetId, bool useCache) [deprecated] [PluginSecurity]
  1357. Function Content KeyframeSequenceProvider:RegisterActiveKeyframeSequence(Instance keyframeSequence)
  1358. Function Content KeyframeSequenceProvider:RegisterKeyframeSequence(Instance keyframeSequence)
  1359. YieldFunction Instance KeyframeSequenceProvider:GetAnimations(int64 userId)
  1360. YieldFunction Instance KeyframeSequenceProvider:GetKeyframeSequenceAsync(Content assetId)
  1361. Class Light : Instance
  1362. Property float Light.Brightness
  1363. Property Color3 Light.Color
  1364. Property bool Light.Enabled
  1365. Property bool Light.Shadows
  1366. Class PointLight : Light
  1367. Property float PointLight.Range
  1368. Class SpotLight : Light
  1369. Property float SpotLight.Angle
  1370. Property NormalId SpotLight.Face
  1371. Property float SpotLight.Range
  1372. Class SurfaceLight : Light
  1373. Property float SurfaceLight.Angle
  1374. Property NormalId SurfaceLight.Face
  1375. Property float SurfaceLight.Range
  1376. Class Lighting : Instance [notCreatable]
  1377. Property Color3 Lighting.Ambient
  1378. Property float Lighting.Brightness
  1379. Property float Lighting.ClockTime
  1380. Property Color3 Lighting.ColorShift_Bottom
  1381. Property Color3 Lighting.ColorShift_Top
  1382. Property float Lighting.ExposureCompensation
  1383. Property Color3 Lighting.FogColor
  1384. Property float Lighting.FogEnd
  1385. Property float Lighting.FogStart
  1386. Property float Lighting.GeographicLatitude
  1387. Property bool Lighting.GlobalShadows
  1388. Property Color3 Lighting.OutdoorAmbient
  1389. Property bool Lighting.Outlines
  1390. Property Color3 Lighting.ShadowColor [deprecated]
  1391. Property string Lighting.TimeOfDay
  1392. Function double Lighting:GetMinutesAfterMidnight()
  1393. Function Vector3 Lighting:GetMoonDirection()
  1394. Function float Lighting:GetMoonPhase()
  1395. Function Vector3 Lighting:GetSunDirection()
  1396. Function void Lighting:SetMinutesAfterMidnight(double minutes)
  1397. Function double Lighting:getMinutesAfterMidnight() [deprecated]
  1398. Function void Lighting:setMinutesAfterMidnight(double minutes) [deprecated]
  1399. Event Lighting.LightingChanged(bool skyboxChanged)
  1400. Class LocalStorageService : Instance [notCreatable]
  1401. Function void LocalStorageService:Flush() [RobloxScriptSecurity]
  1402. Function string LocalStorageService:GetItem(string key) [RobloxScriptSecurity]
  1403. Function void LocalStorageService:SetItem(string key, string value) [RobloxScriptSecurity]
  1404. Function void LocalStorageService:WhenLoaded(Function callback) [RobloxScriptSecurity]
  1405. Event LocalStorageService.ItemWasSet(string key, string value) [RobloxScriptSecurity]
  1406. Event LocalStorageService.StoreWasCleared() [RobloxScriptSecurity]
  1407. Class AppStorageService : LocalStorageService [notCreatable]
  1408. Class UserStorageService : LocalStorageService [notCreatable]
  1409. Class LocalizationService : Instance [notCreatable]
  1410. Property string LocalizationService.ForcePlayModeGameLocaleId [LocalUserSecurity]
  1411. Property string LocalizationService.ForcePlayModeRobloxLocaleId [LocalUserSecurity]
  1412. Property bool LocalizationService.IsTextScraperRunning [hidden] [RobloxScriptSecurity]
  1413. Property string LocalizationService.RobloxForcePlayModeGameLocaleId [RobloxScriptSecurity]
  1414. Property string LocalizationService.RobloxForcePlayModeRobloxLocaleId [RobloxScriptSecurity]
  1415. Property string LocalizationService.RobloxLocaleId [readonly]
  1416. Property string LocalizationService.SystemLocaleId [readonly]
  1417. Function Objects LocalizationService:GetCorescriptLocalizations()
  1418. Function Array LocalizationService:GetTableEntries(Instance instance = nil)
  1419. Function Instance LocalizationService:GetTranslatorForPlayer(Instance player)
  1420. Function void LocalizationService:StartTextScraper(bool enforceRequirements = false) [RobloxScriptSecurity]
  1421. Function void LocalizationService:StopTextScraper() [RobloxScriptSecurity]
  1422. YieldFunction Instance LocalizationService:GetTranslatorForLocaleAsync(string locale)
  1423. YieldFunction Instance LocalizationService:GetTranslatorForPlayerAsync(Instance player)
  1424. YieldFunction void LocalizationService:PromptDownloadGameTableToCSV(Instance table) [RobloxScriptSecurity]
  1425. YieldFunction void LocalizationService:PromptExportToCSVs() [RobloxScriptSecurity]
  1426. YieldFunction void LocalizationService:PromptImportFromCSVs() [RobloxScriptSecurity]
  1427. YieldFunction Instance LocalizationService:PromptUploadCSVToGameTable() [RobloxScriptSecurity]
  1428. Event LocalizationService.AutoTranslateWillRun() [RobloxScriptSecurity]
  1429. Class LocalizationTable : Instance
  1430. Property string LocalizationTable.DevelopmentLanguage [deprecated] [hidden]
  1431. Property Class:Instance LocalizationTable.Root [deprecated] [hidden]
  1432. Property string LocalizationTable.SourceLocaleId
  1433. Function string LocalizationTable:GetContents() [deprecated]
  1434. Function Array LocalizationTable:GetEntries()
  1435. Function string LocalizationTable:GetString(string targetLocaleId, string key) [deprecated]
  1436. Function Instance LocalizationTable:GetTranslator(string localeId)
  1437. Function void LocalizationTable:RemoveEntry(string key, string source, string context)
  1438. Function void LocalizationTable:RemoveEntryValue(string key, string source, string context, string localeId)
  1439. Function void LocalizationTable:RemoveKey(string key) [deprecated]
  1440. Function void LocalizationTable:RemoveTargetLocale(string localeId)
  1441. Function void LocalizationTable:SetContents(string contents) [deprecated]
  1442. Function void LocalizationTable:SetEntries(Variant entries)
  1443. Function void LocalizationTable:SetEntry(string key, string targetLocaleId, string text) [deprecated]
  1444. Function void LocalizationTable:SetEntryContext(string key, string source, string context, string newContext)
  1445. Function void LocalizationTable:SetEntryExample(string key, string source, string context, string example)
  1446. Function void LocalizationTable:SetEntryKey(string key, string source, string context, string newKey)
  1447. Function void LocalizationTable:SetEntrySource(string key, string source, string context, string newSource)
  1448. Function void LocalizationTable:SetEntryValue(string key, string source, string context, string localeId, string text)
  1449. Function void LocalizationTable:SetIsExemptFromUGCAnalytics(bool value) [RobloxScriptSecurity]
  1450. Class LogService : Instance [notCreatable]
  1451. Function void LogService:ExecuteScript(string source) [RobloxScriptSecurity]
  1452. Function Array LogService:GetHttpResultHistory() [RobloxScriptSecurity]
  1453. Function Array LogService:GetLogHistory()
  1454. Function void LogService:RequestHttpResultApproved() [RobloxScriptSecurity]
  1455. Function void LogService:RequestServerHttpResult() [RobloxScriptSecurity]
  1456. Function void LogService:RequestServerOutput() [RobloxScriptSecurity]
  1457. Event LogService.HttpResultOut(Dictionary httpResult) [RobloxScriptSecurity]
  1458. Event LogService.MessageOut(string message, MessageType messageType)
  1459. Event LogService.OnHttpResultApproved(bool isApproved) [RobloxScriptSecurity]
  1460. Event LogService.ServerHttpResultOut(Dictionary httpResult) [RobloxScriptSecurity]
  1461. Event LogService.ServerMessageOut(string message, MessageType messageType, int timestamp) [RobloxScriptSecurity]
  1462. Class LoginService : Instance
  1463. Function void LoginService:Logout() [RobloxSecurity]
  1464. Function void LoginService:PromptLogin() [RobloxSecurity]
  1465. Event LoginService.LoginFailed(string loginError) [RobloxSecurity]
  1466. Event LoginService.LoginSucceeded(string username) [RobloxSecurity]
  1467. Class LuaSettings : Instance
  1468. Property bool LuaSettings.AreScriptStartsReported
  1469. Property double LuaSettings.DefaultWaitTime
  1470. Property int LuaSettings.GcFrequency
  1471. Property int LuaSettings.GcLimit
  1472. Property int LuaSettings.GcPause
  1473. Property int LuaSettings.GcStepMul
  1474. Property float LuaSettings.WaitingThreadsBudget
  1475. Class LuaSourceContainer : Instance [notbrowsable]
  1476. Class BaseScript : LuaSourceContainer
  1477. Property bool BaseScript.Disabled
  1478. Property Content BaseScript.LinkedSource
  1479. Class CoreScript : BaseScript [notCreatable]
  1480. Class Script : BaseScript
  1481. Property ProtectedString Script.Source [PluginSecurity]
  1482. Function string Script:GetHash() [LocalUserSecurity]
  1483. Class LocalScript : Script
  1484. Class ModuleScript : LuaSourceContainer
  1485. Property Content ModuleScript.LinkedSource
  1486. Property ProtectedString ModuleScript.Source [PluginSecurity]
  1487. Class LuaWebService : Instance
  1488. Class MarketplaceService : Instance [notCreatable]
  1489. Function bool MarketplaceService:PlayerCanMakePurchases(Instance player) [RobloxScriptSecurity]
  1490. Function void MarketplaceService:PromptGamePassPurchase(Instance player, int64 gamePassId)
  1491. Function void MarketplaceService:PromptNativePurchase(Instance player, string productId) [RobloxScriptSecurity]
  1492. Function void MarketplaceService:PromptProductPurchase(Instance player, int64 productId, bool equipIfPurchased = true, CurrencyType currencyType = Default)
  1493. Function void MarketplaceService:PromptPurchase(Instance player, int64 assetId, bool equipIfPurchased = true, CurrencyType currencyType = Default)
  1494. Function void MarketplaceService:PromptThirdPartyPurchase(Instance player, string productId) [LocalUserSecurity]
  1495. Function void MarketplaceService:ReportAssetSale(string assetId, int robuxAmount) [RobloxScriptSecurity]
  1496. Function void MarketplaceService:ReportRobuxUpsellStarted() [RobloxScriptSecurity]
  1497. Function void MarketplaceService:SignalClientPurchaseSuccess(string ticket, int64 playerId, int64 productId) [RobloxScriptSecurity]
  1498. Function void MarketplaceService:SignalPromptGamePassPurchaseFinished(Instance player, int64 gamePassId, bool success) [RobloxScriptSecurity]
  1499. Function void MarketplaceService:SignalPromptProductPurchaseFinished(int64 userId, int64 productId, bool success) [RobloxScriptSecurity]
  1500. Function void MarketplaceService:SignalPromptPurchaseFinished(Instance player, int64 assetId, bool success) [RobloxScriptSecurity]
  1501. Function void MarketplaceService:SignalServerLuaDialogClosed(bool value) [RobloxScriptSecurity]
  1502. YieldFunction Instance MarketplaceService:GetDeveloperProductsAsync()
  1503. YieldFunction Dictionary MarketplaceService:GetProductInfo(int64 assetId, InfoType infoType = Asset)
  1504. YieldFunction int MarketplaceService:GetRobuxBalance() [RobloxScriptSecurity]
  1505. YieldFunction Dictionary MarketplaceService:PerformPurchase(InfoType infoType, int64 productId, int expectedPrice, string requestId) [RobloxScriptSecurity]
  1506. YieldFunction bool MarketplaceService:PlayerOwnsAsset(Instance player, int64 assetId)
  1507. YieldFunction bool MarketplaceService:UserOwnsGamePassAsync(int64 userId, int64 gamePassId)
  1508. Event MarketplaceService.ClientLuaDialogRequested(Tuple arguments) [RobloxScriptSecurity]
  1509. Event MarketplaceService.ClientPurchaseSuccess(string ticket, int64 playerId, int64 productId) [RobloxScriptSecurity]
  1510. Event MarketplaceService.NativePurchaseFinished(Instance player, string productId, bool wasPurchased) [RobloxScriptSecurity]
  1511. Event MarketplaceService.PromptGamePassPurchaseFinished(Instance player, int64 gamePassId, bool wasPurchased)
  1512. Event MarketplaceService.PromptGamePassPurchaseRequested(Instance player, int64 gamePassId) [RobloxScriptSecurity]
  1513. Event MarketplaceService.PromptProductPurchaseFinished(int64 userId, int64 productId, bool isPurchased) [deprecated]
  1514. Event MarketplaceService.PromptProductPurchaseRequested(Instance player, int64 productId, bool equipIfPurchased, CurrencyType currencyType) [RobloxScriptSecurity]
  1515. Event MarketplaceService.PromptPurchaseFinished(Instance player, int64 assetId, bool isPurchased)
  1516. Event MarketplaceService.PromptPurchaseRequested(Instance player, int64 assetId, bool equipIfPurchased, CurrencyType currencyType) [RobloxScriptSecurity]
  1517. Event MarketplaceService.ServerPurchaseVerification(Dictionary serverResponseTable) [RobloxScriptSecurity]
  1518. Event MarketplaceService.ThirdPartyPurchaseFinished(Instance player, string productId, string receipt, bool wasPurchased) [LocalUserSecurity]
  1519. Callback ProductPurchaseDecision MarketplaceService.ProcessReceipt(Dictionary receiptInfo)
  1520. Class Message : Instance [deprecated]
  1521. Property string Message.Text
  1522. Class Hint : Message [deprecated]
  1523. Class MessagingService : Instance [notCreatable]
  1524. YieldFunction void MessagingService:PublishAsync(string topic, Variant message)
  1525. YieldFunction Connection MessagingService:SubscribeAsync(string topic, Function callback)
  1526. Class Mouse : Instance
  1527. Property CoordinateFrame Mouse.Hit [readonly]
  1528. Property Content Mouse.Icon
  1529. Property CoordinateFrame Mouse.Origin [readonly]
  1530. Property Class:BasePart Mouse.Target [readonly]
  1531. Property Class:Instance Mouse.TargetFilter
  1532. Property NormalId Mouse.TargetSurface [readonly]
  1533. Property Ray Mouse.UnitRay [readonly]
  1534. Property int Mouse.ViewSizeX [readonly]
  1535. Property int Mouse.ViewSizeY [readonly]
  1536. Property int Mouse.X [readonly]
  1537. Property int Mouse.Y [readonly]
  1538. Property CoordinateFrame Mouse.hit [deprecated] [hidden] [readonly]
  1539. Property Class:BasePart Mouse.target [deprecated] [readonly]
  1540. Event Mouse.Button1Down()
  1541. Event Mouse.Button1Up()
  1542. Event Mouse.Button2Down()
  1543. Event Mouse.Button2Up()
  1544. Event Mouse.Idle()
  1545. Event Mouse.KeyDown(string key) [deprecated]
  1546. Event Mouse.KeyUp(string key) [deprecated]
  1547. Event Mouse.Move()
  1548. Event Mouse.WheelBackward()
  1549. Event Mouse.WheelForward()
  1550. Event Mouse.keyDown(string key) [deprecated]
  1551. Class PlayerMouse : Mouse
  1552. Class PluginMouse : Mouse
  1553. Event PluginMouse.DragEnter(Objects instances) [PluginSecurity]
  1554. Class MouseService : Instance [notCreatable]
  1555. Class NetworkMarker : Instance [notbrowsable]
  1556. Event NetworkMarker.Received()
  1557. Class NetworkPeer : Instance [notbrowsable]
  1558. Function void NetworkPeer:SetOutgoingKBPSLimit(int limit) [PluginSecurity]
  1559. Class NetworkClient : NetworkPeer [notCreatable]
  1560. Property string NetworkClient.Ticket
  1561. Event NetworkClient.ConnectionAccepted(string peer, Instance replicator)
  1562. Event NetworkClient.ConnectionFailed(string peer, int code, string reason)
  1563. Event NetworkClient.ConnectionRejected(string peer)
  1564. Class NetworkServer : NetworkPeer [notCreatable]
  1565. Property int NetworkServer.Port [readonly]
  1566. Function int NetworkServer:GetClientCount() [LocalUserSecurity]
  1567. Class NetworkReplicator : Instance [notCreatable]
  1568. Function void NetworkReplicator:CloseConnection() [LocalUserSecurity]
  1569. Function Instance NetworkReplicator:GetPlayer()
  1570. Function string NetworkReplicator:GetRakStatsString(int verbosityLevel = 0) [PluginSecurity]
  1571. Class ClientReplicator : NetworkReplicator [notCreatable]
  1572. Function void ClientReplicator:RequestRCCProfilerData(int frameRate, int timeFrame) [RobloxScriptSecurity]
  1573. Function void ClientReplicator:RequestServerStats(bool request) [RobloxScriptSecurity]
  1574. Event ClientReplicator.RCCProfilerDataComplete(bool success, string message) [RobloxScriptSecurity]
  1575. Event ClientReplicator.StatsReceived(Dictionary stats) [RobloxScriptSecurity]
  1576. Class ServerReplicator : NetworkReplicator [notCreatable]
  1577. Class NetworkSettings : Instance [notbrowsable]
  1578. Property bool NetworkSettings.ArePhysicsRejectionsReported
  1579. Property float NetworkSettings.ClientPhysicsSendRate
  1580. Property float NetworkSettings.DataGCRate
  1581. Property int NetworkSettings.DataMtuAdjust
  1582. Property PacketPriority NetworkSettings.DataSendPriority [hidden]
  1583. Property float NetworkSettings.DataSendRate
  1584. Property int NetworkSettings.ExtraMemoryUsed [hidden] [PluginSecurity]
  1585. Property float NetworkSettings.FreeMemoryMBytes [hidden] [readonly] [PluginSecurity]
  1586. Property double NetworkSettings.IncommingReplicationLag
  1587. Property bool NetworkSettings.IsQueueErrorComputed
  1588. Property float NetworkSettings.NetworkOwnerRate
  1589. Property int NetworkSettings.PhysicsMtuAdjust
  1590. Property PacketPriority NetworkSettings.PhysicsSendPriority [hidden]
  1591. Property float NetworkSettings.PhysicsSendRate
  1592. Property int NetworkSettings.PreferredClientPort
  1593. Property bool NetworkSettings.PrintBits
  1594. Property bool NetworkSettings.PrintEvents
  1595. Property bool NetworkSettings.PrintFilters
  1596. Property bool NetworkSettings.PrintInstances
  1597. Property bool NetworkSettings.PrintPhysicsErrors
  1598. Property bool NetworkSettings.PrintProperties
  1599. Property bool NetworkSettings.PrintSplitMessage
  1600. Property bool NetworkSettings.PrintStreamInstanceQuota
  1601. Property bool NetworkSettings.PrintTouches
  1602. Property bool NetworkSettings.ProxyEnabled
  1603. Property string NetworkSettings.ProxyURL
  1604. Property double NetworkSettings.ReceiveRate
  1605. Property bool NetworkSettings.RenderStreamedRegions
  1606. Property bool NetworkSettings.ShowActiveAnimationAsset
  1607. Property float NetworkSettings.TouchSendRate
  1608. Property bool NetworkSettings.TrackDataTypes
  1609. Property bool NetworkSettings.TrackPhysicsDetails
  1610. Property bool NetworkSettings.UsePhysicsPacketCache
  1611. Class NotificationService : Instance [notCreatable]
  1612. Property bool NotificationService.IsLuaBottomBarEnabled [readonly] [RobloxScriptSecurity]
  1613. Property bool NotificationService.IsLuaChatEnabled [readonly] [RobloxScriptSecurity]
  1614. Property bool NotificationService.IsLuaGameDetailsEnabled [readonly] [RobloxScriptSecurity]
  1615. Property bool NotificationService.IsLuaGamesPageEnabled [readonly] [RobloxScriptSecurity]
  1616. Property bool NotificationService.IsLuaHomePageEnabled [readonly] [RobloxScriptSecurity]
  1617. Property string NotificationService.SelectedTheme [RobloxScriptSecurity]
  1618. Function void NotificationService:ActionEnabled(AppShellActionType actionType) [RobloxScriptSecurity]
  1619. Function void NotificationService:ActionTaken(AppShellActionType actionType) [RobloxScriptSecurity]
  1620. Function void NotificationService:CancelAllNotification(int64 userId) [LocalUserSecurity]
  1621. Function void NotificationService:CancelNotification(int64 userId, int alertId) [LocalUserSecurity]
  1622. Function void NotificationService:ScheduleNotification(int64 userId, int alertId, string alertMsg, int minutesToFire) [LocalUserSecurity]
  1623. YieldFunction Array NotificationService:GetScheduledNotifications(int64 userId) [LocalUserSecurity]
  1624. Event NotificationService.RobloxConnectionChanged(string connectionName, ConnectionState connectionState, string sequenceNumber, string namespaceSequenceNumbers) [RobloxScriptSecurity]
  1625. Event NotificationService.RobloxEventReceived(Map eventData) [RobloxScriptSecurity]
  1626. Class PVInstance : Instance [notbrowsable]
  1627. Class BasePart : PVInstance [notbrowsable]
  1628. Property bool BasePart.Anchored
  1629. Property float BasePart.BackParamA
  1630. Property float BasePart.BackParamB
  1631. Property SurfaceType BasePart.BackSurface
  1632. Property InputType BasePart.BackSurfaceInput
  1633. Property float BasePart.BottomParamA
  1634. Property float BasePart.BottomParamB
  1635. Property SurfaceType BasePart.BottomSurface
  1636. Property InputType BasePart.BottomSurfaceInput
  1637. Property BrickColor BasePart.BrickColor
  1638. Property CoordinateFrame BasePart.CFrame
  1639. Property bool BasePart.CanCollide
  1640. Property Vector3 BasePart.CenterOfMass [readonly]
  1641. Property int BasePart.CollisionGroupId
  1642. Property Color3 BasePart.Color
  1643. Property PhysicalProperties BasePart.CustomPhysicalProperties
  1644. Property float BasePart.Elasticity [deprecated] [hidden]
  1645. Property float BasePart.Friction [deprecated] [hidden]
  1646. Property float BasePart.FrontParamA
  1647. Property float BasePart.FrontParamB
  1648. Property SurfaceType BasePart.FrontSurface
  1649. Property InputType BasePart.FrontSurfaceInput
  1650. Property float BasePart.LeftParamA
  1651. Property float BasePart.LeftParamB
  1652. Property SurfaceType BasePart.LeftSurface
  1653. Property InputType BasePart.LeftSurfaceInput
  1654. Property float BasePart.LocalTransparencyModifier [hidden]
  1655. Property bool BasePart.Locked
  1656. Property bool BasePart.Massless
  1657. Property Material BasePart.Material
  1658. Property Vector3 BasePart.Orientation
  1659. Property Vector3 BasePart.Position
  1660. Property float BasePart.ReceiveAge [hidden] [readonly]
  1661. Property float BasePart.Reflectance
  1662. Property int BasePart.ResizeIncrement [readonly]
  1663. Property Faces BasePart.ResizeableFaces [readonly]
  1664. Property float BasePart.RightParamA
  1665. Property float BasePart.RightParamB
  1666. Property SurfaceType BasePart.RightSurface
  1667. Property InputType BasePart.RightSurfaceInput
  1668. Property int BasePart.RootPriority
  1669. Property Vector3 BasePart.RotVelocity
  1670. Property Vector3 BasePart.Rotation
  1671. Property Vector3 BasePart.Size
  1672. Property float BasePart.SpecificGravity [deprecated] [readonly]
  1673. Property float BasePart.TopParamA
  1674. Property float BasePart.TopParamB
  1675. Property SurfaceType BasePart.TopSurface
  1676. Property InputType BasePart.TopSurfaceInput
  1677. Property float BasePart.Transparency
  1678. Property Vector3 BasePart.Velocity
  1679. Property BrickColor BasePart.brickColor [deprecated]
  1680. Function void BasePart:BreakJoints()
  1681. Function bool BasePart:CanCollideWith(Instance part)
  1682. Function Tuple BasePart:CanSetNetworkOwnership()
  1683. Function Objects BasePart:GetConnectedParts(bool recursive = false)
  1684. Function Objects BasePart:GetJoints()
  1685. Function float BasePart:GetMass()
  1686. Function Instance BasePart:GetNetworkOwner()
  1687. Function bool BasePart:GetNetworkOwnershipAuto()
  1688. Function CoordinateFrame BasePart:GetRenderCFrame() [deprecated]
  1689. Function Instance BasePart:GetRootPart()
  1690. Function Objects BasePart:GetTouchingParts()
  1691. Function bool BasePart:IsGrounded()
  1692. Function void BasePart:MakeJoints()
  1693. Function bool BasePart:Resize(NormalId normalId, int deltaAmount)
  1694. Function void BasePart:SetNetworkOwner(Instance playerInstance = nil)
  1695. Function void BasePart:SetNetworkOwnershipAuto()
  1696. Function void BasePart:breakJoints() [deprecated]
  1697. Function float BasePart:getMass() [deprecated]
  1698. Function void BasePart:makeJoints() [deprecated]
  1699. Function bool BasePart:resize(NormalId normalId, int deltaAmount) [deprecated]
  1700. YieldFunction Instance BasePart:SubtractAsync(Objects parts, CollisionFidelity collisionfidelity = Default, RenderFidelity renderFidelity = Automatic)
  1701. YieldFunction Instance BasePart:UnionAsync(Objects parts, CollisionFidelity collisionfidelity = Default, RenderFidelity renderFidelity = Automatic)
  1702. Event BasePart.LocalSimulationTouched(Instance part) [deprecated]
  1703. Event BasePart.OutfitChanged() [deprecated]
  1704. Event BasePart.StoppedTouching(Instance otherPart) [deprecated]
  1705. Event BasePart.TouchEnded(Instance otherPart)
  1706. Event BasePart.Touched(Instance otherPart)
  1707. Event BasePart.touched(Instance otherPart) [deprecated]
  1708. Class CornerWedgePart : BasePart
  1709. Class FormFactorPart : BasePart
  1710. Property FormFactor FormFactorPart.FormFactor [deprecated]
  1711. Property FormFactor FormFactorPart.formFactor [deprecated] [hidden]
  1712. Class Part : FormFactorPart
  1713. Property PartType Part.Shape
  1714. Class FlagStand : Part [deprecated]
  1715. Property BrickColor FlagStand.TeamColor
  1716. Event FlagStand.FlagCaptured(Instance player)
  1717. Class Platform : Part
  1718. Class Seat : Part
  1719. Property bool Seat.Disabled
  1720. Property Class:Humanoid Seat.Occupant [readonly]
  1721. Function void Seat:Sit(Instance humanoid)
  1722. Class SkateboardPlatform : Part [deprecated]
  1723. Property Class:SkateboardController SkateboardPlatform.Controller [readonly]
  1724. Property Class:Humanoid SkateboardPlatform.ControllingHumanoid [readonly]
  1725. Property int SkateboardPlatform.Steer
  1726. Property bool SkateboardPlatform.StickyWheels
  1727. Property int SkateboardPlatform.Throttle
  1728. Function void SkateboardPlatform:ApplySpecificImpulse(Vector3 impulseWorld)
  1729. Event SkateboardPlatform.Equipped(Instance humanoid, Instance skateboardController)
  1730. Event SkateboardPlatform.MoveStateChanged(MoveState newState, MoveState oldState)
  1731. Event SkateboardPlatform.Unequipped(Instance humanoid)
  1732. Event SkateboardPlatform.equipped(Instance humanoid, Instance skateboardController) [deprecated]
  1733. Event SkateboardPlatform.unequipped(Instance humanoid) [deprecated]
  1734. Class SpawnLocation : Part
  1735. Property bool SpawnLocation.AllowTeamChangeOnTouch
  1736. Property int SpawnLocation.Duration
  1737. Property bool SpawnLocation.Enabled
  1738. Property bool SpawnLocation.Neutral
  1739. Property BrickColor SpawnLocation.TeamColor
  1740. Class WedgePart : FormFactorPart
  1741. Class MeshPart : BasePart
  1742. Property Content MeshPart.MeshId [ScriptWriteRestricted: [NotAccessibleSecurity]]
  1743. Property Content MeshPart.TextureID
  1744. Class PartOperation : BasePart
  1745. Property RenderFidelity PartOperation.RenderFidelity [ScriptWriteRestricted: [PluginSecurity]]
  1746. Property int PartOperation.TriangleCount [readonly]
  1747. Property bool PartOperation.UsePartColor
  1748. Class NegateOperation : PartOperation
  1749. Class UnionOperation : PartOperation
  1750. Class Terrain : BasePart [notCreatable]
  1751. Property bool Terrain.IsSmooth [deprecated] [readonly]
  1752. Property Region3int16 Terrain.MaxExtents [readonly]
  1753. Property Color3 Terrain.WaterColor
  1754. Property float Terrain.WaterReflectance
  1755. Property float Terrain.WaterTransparency
  1756. Property float Terrain.WaterWaveSize
  1757. Property float Terrain.WaterWaveSpeed
  1758. Function bool Terrain:AutowedgeCell(int x, int y, int z) [deprecated]
  1759. Function void Terrain:AutowedgeCells(Region3int16 region) [deprecated]
  1760. Function Vector3 Terrain:CellCenterToWorld(int x, int y, int z)
  1761. Function Vector3 Terrain:CellCornerToWorld(int x, int y, int z)
  1762. Function void Terrain:Clear()
  1763. Function void Terrain:ConvertToSmooth() [deprecated] [PluginSecurity]
  1764. Function Instance Terrain:CopyRegion(Region3int16 region)
  1765. Function int Terrain:CountCells()
  1766. Function void Terrain:FillBall(Vector3 center, float radius, Material material)
  1767. Function void Terrain:FillBlock(CoordinateFrame cframe, Vector3 size, Material material)
  1768. Function void Terrain:FillRegion(Region3 region, float resolution, Material material)
  1769. Function Tuple Terrain:GetCell(int x, int y, int z) [deprecated]
  1770. Function Color3 Terrain:GetMaterialColor(Material material)
  1771. Function Tuple Terrain:GetWaterCell(int x, int y, int z) [deprecated]
  1772. Function void Terrain:PasteRegion(Instance region, Vector3int16 corner, bool pasteEmptyCells)
  1773. Function Tuple Terrain:ReadVoxels(Region3 region, float resolution)
  1774. Function void Terrain:SetCell(int x, int y, int z, CellMaterial material, CellBlock block, CellOrientation orientation) [deprecated]
  1775. Function void Terrain:SetCells(Region3int16 region, CellMaterial material, CellBlock block, CellOrientation orientation) [deprecated]
  1776. Function void Terrain:SetMaterialColor(Material material, Color3 value)
  1777. Function void Terrain:SetWaterCell(int x, int y, int z, WaterForce force, WaterDirection direction) [deprecated]
  1778. Function Vector3 Terrain:WorldToCell(Vector3 position)
  1779. Function Vector3 Terrain:WorldToCellPreferEmpty(Vector3 position)
  1780. Function Vector3 Terrain:WorldToCellPreferSolid(Vector3 position)
  1781. Function void Terrain:WriteVoxels(Region3 region, float resolution, Array materials, Array occupancy)
  1782. Class TrussPart : BasePart
  1783. Property Style TrussPart.Style
  1784. Class VehicleSeat : BasePart
  1785. Property int VehicleSeat.AreHingesDetected [readonly]
  1786. Property bool VehicleSeat.Disabled
  1787. Property bool VehicleSeat.HeadsUpDisplay
  1788. Property float VehicleSeat.MaxSpeed
  1789. Property Class:Humanoid VehicleSeat.Occupant [readonly]
  1790. Property int VehicleSeat.Steer
  1791. Property float VehicleSeat.SteerFloat
  1792. Property int VehicleSeat.Throttle
  1793. Property float VehicleSeat.ThrottleFloat
  1794. Property float VehicleSeat.Torque
  1795. Property float VehicleSeat.TurnSpeed
  1796. Function void VehicleSeat:Sit(Instance humanoid)
  1797. Class Model : PVInstance
  1798. Property Class:BasePart Model.PrimaryPart
  1799. Function void Model:BreakJoints()
  1800. Function Tuple Model:GetBoundingBox()
  1801. Function Vector3 Model:GetExtentsSize()
  1802. Function CoordinateFrame Model:GetModelCFrame() [deprecated]
  1803. Function Vector3 Model:GetModelSize() [deprecated]
  1804. Function CoordinateFrame Model:GetPrimaryPartCFrame()
  1805. Function void Model:MakeJoints()
  1806. Function void Model:MoveTo(Vector3 position)
  1807. Function void Model:ResetOrientationToIdentity() [deprecated]
  1808. Function void Model:SetIdentityOrientation() [deprecated]
  1809. Function void Model:SetPrimaryPartCFrame(CoordinateFrame cframe)
  1810. Function void Model:TranslateBy(Vector3 delta)
  1811. Function void Model:breakJoints() [deprecated]
  1812. Function void Model:makeJoints() [deprecated]
  1813. Function void Model:move(Vector3 location) [deprecated]
  1814. Function void Model:moveTo(Vector3 location) [deprecated]
  1815. Class Status : Model [deprecated] [notCreatable]
  1816. Class Workspace : Model
  1817. Property bool Workspace.AllowThirdPartySales
  1818. Property Class:Camera Workspace.CurrentCamera
  1819. Property double Workspace.DistributedGameTime
  1820. Property float Workspace.FallenPartsDestroyHeight [ScriptWriteRestricted: [PluginSecurity]]
  1821. Property bool Workspace.FilteringEnabled [ScriptWriteRestricted: [PluginSecurity]]
  1822. Property float Workspace.Gravity
  1823. Property bool Workspace.StreamingEnabled
  1824. Property Class:Instance Workspace.Terrain [readonly]
  1825. Function void Workspace:BreakJoints(Objects objects) [PluginSecurity]
  1826. Function float Workspace:CalculateJumpPower(float gravity, float jumpHeight) [RobloxScriptSecurity]
  1827. Function bool Workspace:ExperimentalSolverIsEnabled() [LocalUserSecurity]
  1828. Function Tuple Workspace:FindPartOnRay(Ray ray, Instance ignoreDescendantsInstance = nil, bool terrainCellsAreCubes = false, bool ignoreWater = false)
  1829. Function Tuple Workspace:FindPartOnRayWithIgnoreList(Ray ray, Objects ignoreDescendantsTable, bool terrainCellsAreCubes = false, bool ignoreWater = false)
  1830. Function Tuple Workspace:FindPartOnRayWithWhitelist(Ray ray, Objects whitelistDescendantsTable, bool ignoreWater = false)
  1831. Function Objects Workspace:FindPartsInRegion3(Region3 region, Instance ignoreDescendantsInstance = nil, int maxParts = 20)
  1832. Function Objects Workspace:FindPartsInRegion3WithIgnoreList(Region3 region, Objects ignoreDescendantsTable, int maxParts = 20)
  1833. Function Objects Workspace:FindPartsInRegion3WithWhiteList(Region3 region, Objects whitelistDescendantsTable, int maxParts = 20)
  1834. Function int Workspace:GetNumAwakeParts()
  1835. Function int Workspace:GetPhysicsThrottling()
  1836. Function double Workspace:GetRealPhysicsFPS()
  1837. Function bool Workspace:IsRegion3Empty(Region3 region, Instance ignoreDescendentsInstance = nil)
  1838. Function bool Workspace:IsRegion3EmptyWithIgnoreList(Region3 region, Objects ignoreDescendentsTable)
  1839. Function void Workspace:JoinToOutsiders(Objects objects, JointCreationMode jointType)
  1840. Function void Workspace:MakeJoints(Objects objects) [PluginSecurity]
  1841. Function bool Workspace:PGSIsEnabled()
  1842. Function void Workspace:SetPhysicsThrottleEnabled(bool value) [LocalUserSecurity]
  1843. Function void Workspace:UnjoinFromOutsiders(Objects objects)
  1844. Function void Workspace:ZoomToExtents() [PluginSecurity]
  1845. Function Tuple Workspace:findPartOnRay(Ray ray, Instance ignoreDescendantsInstance = nil, bool terrainCellsAreCubes = false, bool ignoreWater = false) [deprecated]
  1846. Function Objects Workspace:findPartsInRegion3(Region3 region, Instance ignoreDescendantsInstance = nil, int maxParts = 20) [deprecated]
  1847. Class PackageLink : Instance [notbrowsable] [notCreatable]
  1848. Property Content PackageLink.PackageId [readonly]
  1849. Property int64 PackageLink.VersionNumber [ScriptWriteRestricted: [NotAccessibleSecurity]]
  1850. Class PackageService : Instance [notCreatable]
  1851. Class Pages : Instance
  1852. Property bool Pages.IsFinished [readonly]
  1853. Function Array Pages:GetCurrentPage()
  1854. YieldFunction void Pages:AdvanceToNextPageAsync()
  1855. Class DataStorePages : Pages
  1856. Class FriendPages : Pages
  1857. Class InventoryPages : Pages
  1858. Class StandardPages : Pages
  1859. Class PartOperationAsset : Instance
  1860. Class ParticleEmitter : Instance
  1861. Property Vector3 ParticleEmitter.Acceleration
  1862. Property ColorSequence ParticleEmitter.Color
  1863. Property float ParticleEmitter.Drag
  1864. Property NormalId ParticleEmitter.EmissionDirection
  1865. Property bool ParticleEmitter.Enabled
  1866. Property NumberRange ParticleEmitter.Lifetime
  1867. Property float ParticleEmitter.LightEmission
  1868. Property float ParticleEmitter.LightInfluence
  1869. Property bool ParticleEmitter.LockedToPart
  1870. Property float ParticleEmitter.Rate
  1871. Property NumberRange ParticleEmitter.RotSpeed
  1872. Property NumberRange ParticleEmitter.Rotation
  1873. Property NumberSequence ParticleEmitter.Size
  1874. Property NumberRange ParticleEmitter.Speed
  1875. Property Vector2 ParticleEmitter.SpreadAngle
  1876. Property Content ParticleEmitter.Texture
  1877. Property NumberSequence ParticleEmitter.Transparency
  1878. Property float ParticleEmitter.VelocityInheritance
  1879. Property float ParticleEmitter.VelocitySpread [deprecated]
  1880. Property float ParticleEmitter.ZOffset
  1881. Function void ParticleEmitter:Clear()
  1882. Function void ParticleEmitter:Emit(int particleCount = 16)
  1883. Class Path : Instance
  1884. Property PathStatus Path.Status [readonly]
  1885. Function Array Path:GetPointCoordinates() [deprecated]
  1886. Function Array Path:GetWaypoints()
  1887. YieldFunction int Path:CheckOcclusionAsync(int start)
  1888. YieldFunction void Path:ComputeAsync(Vector3 start, Vector3 finish)
  1889. Event Path.Blocked(int blockedWaypointIdx)
  1890. Class PathfindingService : Instance [notCreatable]
  1891. Property float PathfindingService.EmptyCutoff [deprecated]
  1892. Function Instance PathfindingService:CreatePath(Dictionary agentParameters = nil)
  1893. YieldFunction Instance PathfindingService:ComputeRawPathAsync(Vector3 start, Vector3 finish, float maxDistance) [deprecated]
  1894. YieldFunction Instance PathfindingService:ComputeSmoothPathAsync(Vector3 start, Vector3 finish, float maxDistance) [deprecated]
  1895. YieldFunction Instance PathfindingService:FindPathAsync(Vector3 start, Vector3 finish)
  1896. Class PhysicsPacketCache : Instance [notCreatable]
  1897. Class PhysicsService : Instance
  1898. Function bool PhysicsService:CollisionGroupContainsPart(string name, Instance part)
  1899. Function void PhysicsService:CollisionGroupSetCollidable(string name1, string name2, bool collidable)
  1900. Function bool PhysicsService:CollisionGroupsAreCollidable(string name1, string name2)
  1901. Function int PhysicsService:CreateCollisionGroup(string name)
  1902. Function int PhysicsService:GetCollisionGroupId(string name)
  1903. Function string PhysicsService:GetCollisionGroupName(int name)
  1904. Function Array PhysicsService:GetCollisionGroups()
  1905. Function int PhysicsService:GetMaxCollisionGroups()
  1906. Function void PhysicsService:IkSolve(Instance part, CoordinateFrame target, float translateStiffness, float rotateStiffness) [RobloxScriptSecurity]
  1907. Function void PhysicsService:LocalIkSolve(Instance part, CoordinateFrame target, float translateStiffness, float rotateStiffness) [LocalUserSecurity]
  1908. Function void PhysicsService:RemoveCollisionGroup(string name)
  1909. Function void PhysicsService:RenameCollisionGroup(string from, string to)
  1910. Function void PhysicsService:SetPartCollisionGroup(Instance part, string name)
  1911. Class PhysicsSettings : Instance
  1912. Property bool PhysicsSettings.AllowSleep
  1913. Property bool PhysicsSettings.AreAnchorsShown
  1914. Property bool PhysicsSettings.AreAssembliesShown
  1915. Property bool PhysicsSettings.AreAwakePartsHighlighted
  1916. Property bool PhysicsSettings.AreBodyTypesShown
  1917. Property bool PhysicsSettings.AreContactIslandsShown
  1918. Property bool PhysicsSettings.AreContactPointsShown
  1919. Property bool PhysicsSettings.AreJointCoordinatesShown
  1920. Property bool PhysicsSettings.AreMechanismsShown
  1921. Property bool PhysicsSettings.AreModelCoordsShown
  1922. Property bool PhysicsSettings.AreOwnersShown
  1923. Property bool PhysicsSettings.ArePartCoordsShown
  1924. Property bool PhysicsSettings.AreRegionsShown
  1925. Property bool PhysicsSettings.AreUnalignedPartsShown
  1926. Property bool PhysicsSettings.AreWorldCoordsShown
  1927. Property bool PhysicsSettings.DisableCSGv2
  1928. Property bool PhysicsSettings.IsReceiveAgeShown
  1929. Property bool PhysicsSettings.IsTreeShown
  1930. Property EnviromentalPhysicsThrottle PhysicsSettings.PhysicsEnvironmentalThrottle
  1931. Property bool PhysicsSettings.ShowDecompositionGeometry
  1932. Property double PhysicsSettings.ThrottleAdjustTime
  1933. Property bool PhysicsSettings.UseCSGv2
  1934. Class Player : Instance
  1935. Property int Player.AccountAge [readonly]
  1936. Property bool Player.AppearanceDidLoad [deprecated] [readonly] [RobloxScriptSecurity]
  1937. Property bool Player.AutoJumpEnabled
  1938. Property float Player.CameraMaxZoomDistance
  1939. Property float Player.CameraMinZoomDistance
  1940. Property CameraMode Player.CameraMode
  1941. Property bool Player.CanLoadCharacterAppearance
  1942. Property Class:Model Player.Character
  1943. Property string Player.CharacterAppearance [notbrowsable] [deprecated]
  1944. Property int64 Player.CharacterAppearanceId
  1945. Property ChatMode Player.ChatMode [readonly] [RobloxScriptSecurity]
  1946. Property int Player.DataComplexity [deprecated] [readonly]
  1947. Property int Player.DataComplexityLimit [deprecated] [LocalUserSecurity]
  1948. Property bool Player.DataReady [deprecated] [readonly]
  1949. Property DevCameraOcclusionMode Player.DevCameraOcclusionMode
  1950. Property DevComputerCameraMovementMode Player.DevComputerCameraMode
  1951. Property DevComputerMovementMode Player.DevComputerMovementMode
  1952. Property bool Player.DevEnableMouseLock
  1953. Property DevTouchCameraMovementMode Player.DevTouchCameraMode
  1954. Property DevTouchMovementMode Player.DevTouchMovementMode
  1955. Property string Player.DisplayName [RobloxScriptSecurity]
  1956. Property int64 Player.FollowUserId [readonly]
  1957. Property bool Player.Guest [readonly] [RobloxScriptSecurity]
  1958. Property float Player.HealthDisplayDistance
  1959. Property string Player.LocaleId [hidden] [readonly]
  1960. Property float Player.MaximumSimulationRadius [LocalUserSecurity]
  1961. Property MembershipType Player.MembershipType [readonly]
  1962. Property float Player.NameDisplayDistance
  1963. Property bool Player.Neutral
  1964. Property string Player.OsPlatform [RobloxScriptSecurity]
  1965. Property Class:Instance Player.ReplicationFocus
  1966. Property Class:SpawnLocation Player.RespawnLocation
  1967. Property float Player.SimulationRadius [LocalUserSecurity]
  1968. Property Class:Team Player.Team
  1969. Property BrickColor Player.TeamColor
  1970. Property bool Player.Teleported [hidden] [readonly] [RobloxScriptSecurity]
  1971. Property bool Player.TeleportedIn [RobloxScriptSecurity]
  1972. Property int64 Player.UserId
  1973. Property string Player.VRDevice [RobloxScriptSecurity]
  1974. Property int64 Player.userId [deprecated]
  1975. Function void Player:AddToBlockList(Array userIds) [RobloxScriptSecurity]
  1976. Function void Player:ClearCharacterAppearance()
  1977. Function float Player:DistanceFromCharacter(Vector3 point)
  1978. Function FriendStatus Player:GetFriendStatus(Instance player) [RobloxScriptSecurity]
  1979. Function string Player:GetGameSessionID() [RobloxSecurity]
  1980. Function Dictionary Player:GetJoinData()
  1981. Function Instance Player:GetMouse()
  1982. Function bool Player:GetUnder13() [RobloxScriptSecurity]
  1983. Function bool Player:HasAppearanceLoaded()
  1984. Function bool Player:IsUserAvailableForExperiment() [deprecated]
  1985. Function void Player:Kick(string message = )
  1986. Function bool Player:LoadBoolean(string key) [deprecated]
  1987. Function void Player:LoadCharacterAppearance(Instance assetInstance) [deprecated]
  1988. Function void Player:LoadData() [deprecated] [LocalUserSecurity]
  1989. Function Instance Player:LoadInstance(string key) [deprecated]
  1990. Function double Player:LoadNumber(string key) [deprecated]
  1991. Function string Player:LoadString(string key) [deprecated]
  1992. Function void Player:Move(Vector3 walkDirection, bool relativeToCamera = false)
  1993. Function void Player:RemoveCharacter() [LocalUserSecurity]
  1994. Function void Player:RequestFriendship(Instance player) [RobloxScriptSecurity]
  1995. Function void Player:RevokeFriendship(Instance player) [RobloxScriptSecurity]
  1996. Function void Player:SaveBoolean(string key, bool value) [deprecated]
  1997. Function void Player:SaveData() [deprecated] [LocalUserSecurity]
  1998. Function void Player:SaveInstance(string key, Instance value) [deprecated]
  1999. Function void Player:SaveNumber(string key, double value) [deprecated]
  2000. Function void Player:SaveString(string key, string value) [deprecated]
  2001. Function void Player:SetAccountAge(int accountAge) [PluginSecurity]
  2002. Function void Player:SetMembershipType(MembershipType membershipType) [RobloxScriptSecurity]
  2003. Function void Player:SetSuperSafeChat(bool value) [PluginSecurity]
  2004. Function void Player:SetUnder13(bool value) [deprecated] [RobloxSecurity]
  2005. Function void Player:UpdatePlayerBlocked(int64 userId, bool blocked) [RobloxScriptSecurity]
  2006. Function bool Player:loadBoolean(string key) [deprecated]
  2007. Function Instance Player:loadInstance(string key) [deprecated]
  2008. Function double Player:loadNumber(string key) [deprecated]
  2009. Function string Player:loadString(string key) [deprecated]
  2010. Function void Player:saveBoolean(string key, bool value) [deprecated]
  2011. Function void Player:saveInstance(string key, Instance value) [deprecated]
  2012. Function void Player:saveNumber(string key, double value) [deprecated]
  2013. Function void Player:saveString(string key, string value) [deprecated]
  2014. YieldFunction Array Player:GetFriendsOnline(int maxFriends = 200)
  2015. YieldFunction int Player:GetRankInGroup(int64 groupId)
  2016. YieldFunction string Player:GetRoleInGroup(int64 groupId)
  2017. YieldFunction bool Player:IsBestFriendsWith(int64 userId) [deprecated]
  2018. YieldFunction bool Player:IsFriendsWith(int64 userId)
  2019. YieldFunction bool Player:IsInGroup(int64 groupId)
  2020. YieldFunction void Player:LoadCharacter()
  2021. YieldFunction void Player:LoadCharacterBlocking() [LocalUserSecurity]
  2022. YieldFunction void Player:LoadCharacterWithHumanoidDescription(Instance humanoidDescription)
  2023. YieldFunction bool Player:WaitForDataReady() [deprecated]
  2024. YieldFunction bool Player:isFriendsWith(int64 userId) [deprecated]
  2025. YieldFunction bool Player:waitForDataReady() [deprecated]
  2026. Event Player.CharacterAdded(Instance character)
  2027. Event Player.CharacterAppearanceLoaded(Instance character)
  2028. Event Player.CharacterRemoving(Instance character)
  2029. Event Player.Chatted(string message, Instance recipient)
  2030. Event Player.FriendStatusChanged(Instance player, FriendStatus friendStatus) [RobloxScriptSecurity]
  2031. Event Player.Idled(double time)
  2032. Event Player.OnTeleport(TeleportState teleportState, int64 placeId, string spawnName)
  2033. Event Player.SimulationRadiusChanged(float radius) [LocalUserSecurity]
  2034. Class PlayerScripts : Instance [notCreatable]
  2035. Function void PlayerScripts:ClearComputerCameraMovementModes()
  2036. Function void PlayerScripts:ClearComputerMovementModes()
  2037. Function void PlayerScripts:ClearTouchCameraMovementModes()
  2038. Function void PlayerScripts:ClearTouchMovementModes()
  2039. Function Array PlayerScripts:GetRegisteredComputerCameraMovementModes() [RobloxScriptSecurity]
  2040. Function Array PlayerScripts:GetRegisteredComputerMovementModes() [RobloxScriptSecurity]
  2041. Function Array PlayerScripts:GetRegisteredTouchCameraMovementModes() [RobloxScriptSecurity]
  2042. Function Array PlayerScripts:GetRegisteredTouchMovementModes() [RobloxScriptSecurity]
  2043. Function void PlayerScripts:RegisterComputerCameraMovementMode(ComputerCameraMovementMode cameraMovementMode)
  2044. Function void PlayerScripts:RegisterComputerMovementMode(ComputerMovementMode movementMode)
  2045. Function void PlayerScripts:RegisterTouchCameraMovementMode(TouchCameraMovementMode cameraMovementMode)
  2046. Function void PlayerScripts:RegisterTouchMovementMode(TouchMovementMode movementMode)
  2047. Event PlayerScripts.ComputerCameraMovementModeRegistered() [RobloxScriptSecurity]
  2048. Event PlayerScripts.ComputerMovementModeRegistered() [RobloxScriptSecurity]
  2049. Event PlayerScripts.TouchCameraMovementModeRegistered() [RobloxScriptSecurity]
  2050. Event PlayerScripts.TouchMovementModeRegistered() [RobloxScriptSecurity]
  2051. Class Players : Instance
  2052. Property bool Players.BubbleChat [readonly]
  2053. Property bool Players.CharacterAutoLoads
  2054. Property bool Players.ClassicChat [readonly]
  2055. Property Class:Instance Players.LocalPlayer [readonly]
  2056. Property int Players.MaxPlayers [readonly]
  2057. Property int Players.MaxPlayersInternal [LocalUserSecurity]
  2058. Property int Players.NumPlayers [deprecated] [readonly]
  2059. Property int Players.PreferredPlayers [readonly]
  2060. Property int Players.PreferredPlayersInternal [LocalUserSecurity]
  2061. Property float Players.RespawnTime
  2062. Property Class:Instance Players.localPlayer [deprecated] [hidden] [readonly]
  2063. Property int Players.numPlayers [deprecated] [hidden] [readonly]
  2064. Function void Players:Chat(string message) [PluginSecurity]
  2065. Function Instance Players:CreateLocalPlayer() [LocalUserSecurity]
  2066. Function Instance Players:GetPlayerByUserId(int64 userId)
  2067. Function Instance Players:GetPlayerFromCharacter(Instance character)
  2068. Function Objects Players:GetPlayers()
  2069. Function void Players:ReportAbuse(Instance player, string reason, string optionalMessage) [LocalUserSecurity]
  2070. Function void Players:SetChatStyle(ChatStyle style = Classic) [PluginSecurity]
  2071. Function void Players:SetLocalPlayerInfo(int64 userId, string userName, MembershipType membershipType, bool isUnder13) [RobloxScriptSecurity]
  2072. Function void Players:TeamChat(string message) [PluginSecurity]
  2073. Function void Players:WhisperChat(string message, Instance player) [LocalUserSecurity]
  2074. Function Instance Players:getPlayerFromCharacter(Instance character) [deprecated]
  2075. Function Objects Players:getPlayers() [deprecated]
  2076. Function Instance Players:playerFromCharacter(Instance character) [deprecated]
  2077. Function Objects Players:players() [deprecated]
  2078. YieldFunction Instance Players:CreateHumanoidModelFromDescription(Instance description, HumanoidRigType rigType) [RobloxScriptSecurity]
  2079. YieldFunction Instance Players:CreateHumanoidModelFromUserId(int64 userId) [RobloxScriptSecurity]
  2080. YieldFunction Instance Players:GetCharacterAppearanceAsync(int64 userId)
  2081. YieldFunction Dictionary Players:GetCharacterAppearanceInfoAsync(int64 userId)
  2082. YieldFunction Instance Players:GetFriendsAsync(int64 userId)
  2083. YieldFunction Instance Players:GetHumanoidDescriptionFromOutfitId(int64 outfitId)
  2084. YieldFunction Instance Players:GetHumanoidDescriptionFromUserId(int64 userId)
  2085. YieldFunction string Players:GetNameFromUserIdAsync(int64 userId)
  2086. YieldFunction int64 Players:GetUserIdFromNameAsync(string userName)
  2087. YieldFunction Tuple Players:GetUserThumbnailAsync(int64 userId, ThumbnailType thumbnailType, ThumbnailSize thumbnailSize)
  2088. Event Players.FriendRequestEvent(Instance player, Instance player, FriendRequestEvent friendRequestEvent) [RobloxScriptSecurity]
  2089. Event Players.GameAnnounce(string message) [RobloxScriptSecurity]
  2090. Event Players.PlayerAdded(Instance player)
  2091. Event Players.PlayerChatted(PlayerChatType chatType, Instance player, string message, Instance targetPlayer) [LocalUserSecurity]
  2092. Event Players.PlayerConnecting(Instance player) [LocalUserSecurity]
  2093. Event Players.PlayerDisconnecting(Instance player) [LocalUserSecurity]
  2094. Event Players.PlayerRejoining(Instance player) [LocalUserSecurity]
  2095. Event Players.PlayerRemoving(Instance player)
  2096. Class Plugin : Instance
  2097. Property bool Plugin.CollisionEnabled [readonly]
  2098. Property float Plugin.GridSize [readonly]
  2099. Property bool Plugin.UsesAssetInsertionDrag [RobloxScriptSecurity]
  2100. Function void Plugin:Activate(bool exclusiveMouse) [PluginSecurity]
  2101. Function Instance Plugin:CreatePluginAction(string actionId, string text, string statusTip, string iconName = , bool allowBinding = true) [PluginSecurity]
  2102. Function Instance Plugin:CreatePluginMenu(string id, string title = , string icon = ) [PluginSecurity]
  2103. Function Instance Plugin:CreateToolbar(string name) [PluginSecurity]
  2104. Function void Plugin:Deactivate() [PluginSecurity]
  2105. Function JointCreationMode Plugin:GetJoinMode() [PluginSecurity]
  2106. Function Instance Plugin:GetMouse() [PluginSecurity]
  2107. Function RibbonTool Plugin:GetSelectedRibbonTool() [PluginSecurity]
  2108. Function Variant Plugin:GetSetting(string key) [PluginSecurity]
  2109. Function int64 Plugin:GetStudioUserId() [PluginSecurity]
  2110. Function bool Plugin:IsActivated() [PluginSecurity]
  2111. Function bool Plugin:IsActivatedWithExclusiveMouse() [PluginSecurity]
  2112. Function Objects Plugin:Negate(Objects objects) [PluginSecurity]
  2113. Function void Plugin:OpenScript(Instance script, int lineNumber = 1) [PluginSecurity]
  2114. Function void Plugin:OpenWikiPage(string url) [PluginSecurity]
  2115. Function void Plugin:PauseSound(Instance soundChannel) [RobloxScriptSecurity]
  2116. Function void Plugin:PlaySound(Instance soundChannel) [RobloxScriptSecurity]
  2117. Function void Plugin:ResumeSound(Instance soundChannel) [RobloxScriptSecurity]
  2118. Function void Plugin:SaveSelectedToRoblox() [PluginSecurity]
  2119. Function void Plugin:SelectRibbonTool(RibbonTool tool, UDim2 position) [PluginSecurity]
  2120. Function Objects Plugin:Separate(Objects objects) [PluginSecurity]
  2121. Function void Plugin:SetSetting(string key, Variant value) [PluginSecurity]
  2122. Function void Plugin:StartDecalDrag(Instance decal) [RobloxScriptSecurity]
  2123. Function void Plugin:StartDrag(Dictionary dragData) [PluginSecurity]
  2124. Function void Plugin:StopAllSounds() [RobloxScriptSecurity]
  2125. Function Instance Plugin:Union(Objects objects) [PluginSecurity]
  2126. YieldFunction Instance Plugin:CreateDockWidgetPluginGui(string pluginGuiId, DockWidgetPluginGuiInfo dockWidgetPluginGuiInfo) [PluginSecurity]
  2127. YieldFunction Instance Plugin:CreateQWidgetPluginGui(string pluginGuiId, Dictionary pluginGuiOptions) [RobloxScriptSecurity]
  2128. YieldFunction Instance Plugin:ImportFbxAnimation(Instance rigModel, bool isR15 = true) [PluginSecurity]
  2129. YieldFunction Instance Plugin:ImportFbxRig(bool isR15 = true) [PluginSecurity]
  2130. YieldFunction int64 Plugin:PromptForExistingAssetId(string assetType) [PluginSecurity]
  2131. YieldFunction bool Plugin:PromptSaveSelection(string suggestedFileName = ) [PluginSecurity]
  2132. Event Plugin.Deactivation() [PluginSecurity]
  2133. Event Plugin.Unloading() [PluginSecurity]
  2134. Class PluginAction : Instance
  2135. Property string PluginAction.ActionId [readonly]
  2136. Property bool PluginAction.AllowBinding [readonly]
  2137. Property string PluginAction.StatusTip [readonly]
  2138. Property string PluginAction.Text [readonly]
  2139. Event PluginAction.Triggered() [PluginSecurity]
  2140. Class PluginGuiService : Instance [notCreatable]
  2141. Class PluginManager : Instance
  2142. Function Instance PluginManager:CreatePlugin() [PluginSecurity]
  2143. Function void PluginManager:ExportPlace(string filePath = ) [PluginSecurity]
  2144. Function void PluginManager:ExportSelection(string filePath = ) [PluginSecurity]
  2145. Class PluginMenu : Instance
  2146. Property string PluginMenu.Icon
  2147. Property string PluginMenu.Title
  2148. Function void PluginMenu:AddAction(Instance action) [PluginSecurity]
  2149. Function void PluginMenu:AddMenu(Instance menu) [PluginSecurity]
  2150. Function Instance PluginMenu:AddNewAction(string actionId, string text, string icon = ) [PluginSecurity]
  2151. Function void PluginMenu:AddSeparator() [PluginSecurity]
  2152. Function void PluginMenu:Clear() [PluginSecurity]
  2153. YieldFunction Instance PluginMenu:ShowAsync() [PluginSecurity]
  2154. Class PluginToolbar : Instance
  2155. Function Instance PluginToolbar:CreateButton(string buttonId, string tooltip, string iconname, string text = ) [PluginSecurity]
  2156. Class PluginToolbarButton : Instance
  2157. Property bool PluginToolbarButton.ClickableWhenViewportHidden
  2158. Property bool PluginToolbarButton.Enabled
  2159. Property Content PluginToolbarButton.Icon
  2160. Function void PluginToolbarButton:SetActive(bool active) [PluginSecurity]
  2161. Event PluginToolbarButton.Click() [PluginSecurity]
  2162. Class PointsService : Instance [deprecated] [notCreatable]
  2163. Function int PointsService:GetAwardablePoints() [deprecated]
  2164. YieldFunction Tuple PointsService:AwardPoints(int64 userId, int amount) [deprecated]
  2165. YieldFunction int PointsService:GetGamePointBalance(int64 userId) [deprecated]
  2166. YieldFunction int PointsService:GetPointBalance(int64 userId) [deprecated]
  2167. Event PointsService.PointsAwarded(int64 userId, int pointsAwarded, int userBalanceInGame, int userTotalBalance)
  2168. Class Pose : Instance
  2169. Property CoordinateFrame Pose.CFrame
  2170. Property PoseEasingDirection Pose.EasingDirection
  2171. Property PoseEasingStyle Pose.EasingStyle
  2172. Property float Pose.MaskWeight [deprecated]
  2173. Property float Pose.Weight
  2174. Function void Pose:AddSubPose(Instance pose)
  2175. Function Objects Pose:GetSubPoses()
  2176. Function void Pose:RemoveSubPose(Instance pose)
  2177. Class PostEffect : Instance
  2178. Property bool PostEffect.Enabled
  2179. Class BloomEffect : PostEffect
  2180. Property float BloomEffect.Intensity
  2181. Property float BloomEffect.Size
  2182. Property float BloomEffect.Threshold
  2183. Class BlurEffect : PostEffect
  2184. Property float BlurEffect.Size
  2185. Class ColorCorrectionEffect : PostEffect
  2186. Property float ColorCorrectionEffect.Brightness
  2187. Property float ColorCorrectionEffect.Contrast
  2188. Property float ColorCorrectionEffect.Saturation
  2189. Property Color3 ColorCorrectionEffect.TintColor
  2190. Class SunRaysEffect : PostEffect
  2191. Property float SunRaysEffect.Intensity
  2192. Property float SunRaysEffect.Spread
  2193. Class ReflectionMetadata : Instance
  2194. Class ReflectionMetadataCallbacks : Instance
  2195. Class ReflectionMetadataClasses : Instance
  2196. Class ReflectionMetadataEnums : Instance
  2197. Class ReflectionMetadataEvents : Instance
  2198. Class ReflectionMetadataFunctions : Instance
  2199. Class ReflectionMetadataItem : Instance
  2200. Property bool ReflectionMetadataItem.Browsable
  2201. Property string ReflectionMetadataItem.ClassCategory
  2202. Property bool ReflectionMetadataItem.ClientOnly
  2203. Property string ReflectionMetadataItem.Constraint
  2204. Property bool ReflectionMetadataItem.Deprecated
  2205. Property bool ReflectionMetadataItem.EditingDisabled
  2206. Property bool ReflectionMetadataItem.IsBackend
  2207. Property string ReflectionMetadataItem.ScriptContext
  2208. Property bool ReflectionMetadataItem.ServerOnly
  2209. Property double ReflectionMetadataItem.UIMaximum
  2210. Property double ReflectionMetadataItem.UIMinimum
  2211. Property double ReflectionMetadataItem.UINumTicks
  2212. Property string ReflectionMetadataItem.summary
  2213. Class ReflectionMetadataClass : ReflectionMetadataItem
  2214. Property int ReflectionMetadataClass.ExplorerImageIndex
  2215. Property int ReflectionMetadataClass.ExplorerOrder
  2216. Property bool ReflectionMetadataClass.Insertable
  2217. Property string ReflectionMetadataClass.PreferredParent
  2218. Property string ReflectionMetadataClass.PreferredParents
  2219. Class ReflectionMetadataEnum : ReflectionMetadataItem
  2220. Class ReflectionMetadataEnumItem : ReflectionMetadataItem
  2221. Class ReflectionMetadataMember : ReflectionMetadataItem
  2222. Class ReflectionMetadataProperties : Instance
  2223. Class ReflectionMetadataYieldFunctions : Instance
  2224. Class RemoteEvent : Instance
  2225. Function void RemoteEvent:FireAllClients(Tuple arguments)
  2226. Function void RemoteEvent:FireClient(Instance player, Tuple arguments)
  2227. Function void RemoteEvent:FireServer(Tuple arguments)
  2228. Event RemoteEvent.OnClientEvent(Tuple arguments)
  2229. Event RemoteEvent.OnServerEvent(Instance player, Tuple arguments)
  2230. Class RemoteFunction : Instance
  2231. YieldFunction Tuple RemoteFunction:InvokeClient(Instance player, Tuple arguments)
  2232. YieldFunction Tuple RemoteFunction:InvokeServer(Tuple arguments)
  2233. Callback Tuple RemoteFunction.OnClientInvoke(Tuple arguments)
  2234. Callback Tuple RemoteFunction.OnServerInvoke(Instance player, Tuple arguments)
  2235. Class RenderSettings : Instance [notbrowsable]
  2236. Property int RenderSettings.AutoFRMLevel
  2237. Property bool RenderSettings.EagerBulkExecution
  2238. Property QualityLevel RenderSettings.EditQualityLevel
  2239. Property bool RenderSettings.EnableFRM [hidden]
  2240. Property bool RenderSettings.ExportMergeByMaterial
  2241. Property FramerateManagerMode RenderSettings.FrameRateManager
  2242. Property GraphicsMode RenderSettings.GraphicsMode
  2243. Property int RenderSettings.MeshCacheSize
  2244. Property QualityLevel RenderSettings.QualityLevel
  2245. Property bool RenderSettings.ReloadAssets
  2246. Property bool RenderSettings.RenderCSGTrianglesDebug
  2247. Property bool RenderSettings.ShowBoundingBoxes
  2248. Function int RenderSettings:GetMaxQualityLevel()
  2249. Class RenderingTest : Instance
  2250. Property CoordinateFrame RenderingTest.CFrame
  2251. Property int RenderingTest.ComparisonDiffThreshold
  2252. Property RenderingTestComparisonMethod RenderingTest.ComparisonMethod
  2253. Property float RenderingTest.ComparisonPsnrThreshold
  2254. Property string RenderingTest.Description
  2255. Property float RenderingTest.FieldOfView
  2256. Property Vector3 RenderingTest.Orientation
  2257. Property Vector3 RenderingTest.Position
  2258. Property int RenderingTest.QualityLevel
  2259. Property bool RenderingTest.ShouldSkip
  2260. Property string RenderingTest.Ticket
  2261. Class ReplicatedFirst : Instance [notCreatable]
  2262. Function bool ReplicatedFirst:IsDefaultLoadingGuiRemoved() [RobloxScriptSecurity]
  2263. Function bool ReplicatedFirst:IsFinishedReplicating() [RobloxScriptSecurity]
  2264. Function void ReplicatedFirst:RemoveDefaultLoadingScreen()
  2265. Function void ReplicatedFirst:SetDefaultLoadingGuiRemoved() [RobloxScriptSecurity]
  2266. Event ReplicatedFirst.DefaultLoadingGuiRemoved() [RobloxScriptSecurity]
  2267. Event ReplicatedFirst.FinishedReplicating() [RobloxScriptSecurity]
  2268. Event ReplicatedFirst.RemoveDefaultLoadingGuiSignal() [RobloxScriptSecurity]
  2269. Class ReplicatedStorage : Instance [notCreatable]
  2270. Class RobloxReplicatedStorage : Instance [notbrowsable] [notCreatable]
  2271. Class RunService : Instance
  2272. Function void RunService:BindToRenderStep(string name, int priority, Function function)
  2273. Function string RunService:GetRobloxVersion() [RobloxScriptSecurity]
  2274. Function bool RunService:IsClient()
  2275. Function bool RunService:IsEdit() [PluginSecurity]
  2276. Function bool RunService:IsRunMode()
  2277. Function bool RunService:IsRunning()
  2278. Function bool RunService:IsServer()
  2279. Function bool RunService:IsStudio()
  2280. Function void RunService:Pause() [PluginSecurity]
  2281. Function void RunService:Reset() [deprecated] [PluginSecurity]
  2282. Function void RunService:Run() [PluginSecurity]
  2283. Function void RunService:Set3dRenderingEnabled(bool enable) [RobloxScriptSecurity]
  2284. Function void RunService:SetRobloxGuiFocused(bool focus) [RobloxScriptSecurity]
  2285. Function void RunService:Stop() [PluginSecurity]
  2286. Function void RunService:UnbindFromRenderStep(string name)
  2287. Function void RunService:setThrottleFramerateEnabled(bool enable) [RobloxScriptSecurity]
  2288. Event RunService.Heartbeat(double step)
  2289. Event RunService.RenderStepped(double step)
  2290. Event RunService.Stepped(double time, double step)
  2291. Class RuntimeScriptService : Instance [notCreatable]
  2292. Class ScriptContext : Instance [notCreatable]
  2293. Property bool ScriptContext.ScriptsDisabled [LocalUserSecurity]
  2294. Function void ScriptContext:AddCoreScriptLocal(string name, Instance parent) [RobloxScriptSecurity]
  2295. Function void ScriptContext:SetTimeout(double seconds) [PluginSecurity]
  2296. Event ScriptContext.Error(string message, string stackTrace, Instance script)
  2297. Class ScriptDebugger : Instance [notCreatable]
  2298. Property int ScriptDebugger.CurrentLine [readonly]
  2299. Property bool ScriptDebugger.IsDebugging [readonly]
  2300. Property bool ScriptDebugger.IsPaused [readonly]
  2301. Property Class:Instance ScriptDebugger.Script [readonly]
  2302. Function Instance ScriptDebugger:AddWatch(string expression)
  2303. Function Objects ScriptDebugger:GetBreakpoints()
  2304. Function Map ScriptDebugger:GetGlobals()
  2305. Function Map ScriptDebugger:GetLocals(int stackFrame = 0)
  2306. Function Array ScriptDebugger:GetStack()
  2307. Function Map ScriptDebugger:GetUpvalues(int stackFrame = 0)
  2308. Function Variant ScriptDebugger:GetWatchValue(Instance watch)
  2309. Function Objects ScriptDebugger:GetWatches()
  2310. Function void ScriptDebugger:Resume() [deprecated]
  2311. Function Instance ScriptDebugger:SetBreakpoint(int line)
  2312. Function void ScriptDebugger:SetGlobal(string name, Variant value)
  2313. Function void ScriptDebugger:SetLocal(string name, Variant value, int stackFrame = 0)
  2314. Function void ScriptDebugger:SetUpvalue(string name, Variant value, int stackFrame = 0)
  2315. Function void ScriptDebugger:StepIn() [deprecated]
  2316. Function void ScriptDebugger:StepOut() [deprecated]
  2317. Function void ScriptDebugger:StepOver() [deprecated]
  2318. Event ScriptDebugger.BreakpointAdded(Instance breakpoint)
  2319. Event ScriptDebugger.BreakpointRemoved(Instance breakpoint)
  2320. Event ScriptDebugger.EncounteredBreak(int line)
  2321. Event ScriptDebugger.Resuming()
  2322. Event ScriptDebugger.WatchAdded(Instance watch)
  2323. Event ScriptDebugger.WatchRemoved(Instance watch)
  2324. Class ScriptService : Instance
  2325. Class Selection : Instance
  2326. Function Objects Selection:Get() [PluginSecurity]
  2327. Function void Selection:Set(Objects selection) [PluginSecurity]
  2328. Event Selection.SelectionChanged()
  2329. Class ServerScriptService : Instance [notCreatable]
  2330. Class ServerStorage : Instance [notCreatable]
  2331. Class ServiceProvider : Instance [notbrowsable]
  2332. Function Instance ServiceProvider:FindService(string className)
  2333. Function Instance ServiceProvider:GetService(string className)
  2334. Function Instance ServiceProvider:getService(string className) [deprecated]
  2335. Function Instance ServiceProvider:service(string className) [deprecated]
  2336. Event ServiceProvider.Close()
  2337. Event ServiceProvider.CloseLate() [LocalUserSecurity]
  2338. Event ServiceProvider.ServiceAdded(Instance service)
  2339. Event ServiceProvider.ServiceRemoving(Instance service)
  2340. Class DataModel : ServiceProvider
  2341. Property int64 DataModel.CreatorId [readonly]
  2342. Property CreatorType DataModel.CreatorType [readonly]
  2343. Property int64 DataModel.GameId [readonly]
  2344. Property GearGenreSetting DataModel.GearGenreSetting [readonly]
  2345. Property Genre DataModel.Genre [readonly]
  2346. Property bool DataModel.IsSFFlagsLoaded [readonly] [RobloxScriptSecurity]
  2347. Property string DataModel.JobId [readonly]
  2348. Property int64 DataModel.PlaceId [readonly]
  2349. Property int DataModel.PlaceVersion [readonly]
  2350. Property string DataModel.PrivateServerId [readonly]
  2351. Property int64 DataModel.PrivateServerOwnerId [readonly]
  2352. Property string DataModel.VIPServerId [deprecated] [hidden] [readonly]
  2353. Property int64 DataModel.VIPServerOwnerId [deprecated] [hidden] [readonly]
  2354. Property Class:Workspace DataModel.Workspace [readonly]
  2355. Property Class:Instance DataModel.lighting [deprecated] [readonly]
  2356. Property Class:Workspace DataModel.workspace [deprecated] [readonly]
  2357. Function void DataModel:BindToClose(Function function)
  2358. Function double DataModel:GetJobIntervalPeakFraction(string jobname, double greaterThan) [PluginSecurity]
  2359. Function double DataModel:GetJobTimePeakFraction(string jobname, double greaterThan) [PluginSecurity]
  2360. Function Array DataModel:GetJobsExtendedStats() [PluginSecurity]
  2361. Function Array DataModel:GetJobsInfo() [PluginSecurity]
  2362. Function string DataModel:GetMessage() [deprecated]
  2363. Function bool DataModel:GetRemoteBuildMode() [deprecated]
  2364. Function bool DataModel:IsGearTypeAllowed(GearType gearType)
  2365. Function bool DataModel:IsLoaded()
  2366. Function void DataModel:Load(Content url) [LocalUserSecurity]
  2367. Function void DataModel:OpenScreenshotsFolder() [RobloxScriptSecurity]
  2368. Function void DataModel:OpenVideosFolder() [RobloxScriptSecurity]
  2369. Function void DataModel:ReportInGoogleAnalytics(string category, string action = custom, string label = none, int value = 0) [RobloxScriptSecurity]
  2370. Function void DataModel:Shutdown() [LocalUserSecurity]
  2371. YieldFunction string DataModel:HttpGetAsync(string url, HttpRequestType httpRequestType = Default, bool doNotAllowDiabolicalMode = false) [RobloxScriptSecurity]
  2372. YieldFunction string DataModel:HttpPostAsync(string url, string data, string contentType = */*, HttpRequestType httpRequestType = Default, bool doNotAllowDiabolicalMode = false) [RobloxScriptSecurity]
  2373. YieldFunction bool DataModel:SavePlace(SaveFilter saveFilter = SaveAll) [deprecated]
  2374. Event DataModel.AllowedGearTypeChanged() [deprecated]
  2375. Event DataModel.GraphicsQualityChangeRequest(bool betterQuality)
  2376. Event DataModel.ItemChanged(Instance object, Property descriptor) [deprecated]
  2377. Event DataModel.Loaded()
  2378. Event DataModel.ScreenshotReady(string path) [RobloxScriptSecurity]
  2379. Callback Tuple DataModel.OnClose() [deprecated]
  2380. Class GenericSettings : ServiceProvider
  2381. Class AnalysticsSettings : GenericSettings
  2382. Class GlobalSettings : GenericSettings [notbrowsable]
  2383. Function bool GlobalSettings:GetFFlag(string name)
  2384. Function string GlobalSettings:GetFVariable(string name)
  2385. Class UserSettings : GenericSettings
  2386. Function bool UserSettings:IsUserFeatureEnabled(string name)
  2387. Function void UserSettings:Reset()
  2388. Class Sky : Instance
  2389. Property bool Sky.CelestialBodiesShown
  2390. Property float Sky.MoonAngularSize
  2391. Property Content Sky.MoonTextureId
  2392. Property Content Sky.SkyboxBk
  2393. Property Content Sky.SkyboxDn
  2394. Property Content Sky.SkyboxFt
  2395. Property Content Sky.SkyboxLf
  2396. Property Content Sky.SkyboxRt
  2397. Property Content Sky.SkyboxUp
  2398. Property int Sky.StarCount
  2399. Property float Sky.SunAngularSize
  2400. Property Content Sky.SunTextureId
  2401. Class Smoke : Instance
  2402. Property Color3 Smoke.Color
  2403. Property bool Smoke.Enabled
  2404. Property float Smoke.Opacity
  2405. Property float Smoke.RiseVelocity
  2406. Property float Smoke.Size
  2407. Class SocialService : Instance [notCreatable]
  2408. Function void SocialService:InvokeGameInvitePromptClosed(Instance player, Array recipientIds) [RobloxScriptSecurity]
  2409. Function void SocialService:PromptGameInvite(Instance player)
  2410. YieldFunction bool SocialService:CanSendGameInviteAsync(Instance player)
  2411. Event SocialService.GameInvitePromptClosed(Instance player, Array recipientIds)
  2412. Event SocialService.PromptInviteRequested(Instance player) [RobloxScriptSecurity]
  2413. Class Sound : Instance
  2414. Property float Sound.EmitterSize
  2415. Property bool Sound.IsLoaded [readonly]
  2416. Property bool Sound.IsPaused [readonly]
  2417. Property bool Sound.IsPlaying [readonly]
  2418. Property bool Sound.Looped
  2419. Property float Sound.MaxDistance
  2420. Property float Sound.MinDistance [deprecated]
  2421. Property float Sound.Pitch [deprecated]
  2422. Property bool Sound.PlayOnRemove
  2423. Property double Sound.PlaybackLoudness [readonly]
  2424. Property float Sound.PlaybackSpeed
  2425. Property bool Sound.Playing
  2426. Property RollOffMode Sound.RollOffMode
  2427. Property Class:SoundGroup Sound.SoundGroup
  2428. Property Content Sound.SoundId
  2429. Property double Sound.TimeLength [readonly]
  2430. Property double Sound.TimePosition
  2431. Property float Sound.Volume
  2432. Property bool Sound.isPlaying [deprecated] [readonly]
  2433. Function void Sound:Pause()
  2434. Function void Sound:Play()
  2435. Function void Sound:Resume()
  2436. Function void Sound:Stop()
  2437. Function void Sound:pause() [deprecated]
  2438. Function void Sound:play() [deprecated]
  2439. Function void Sound:stop() [deprecated]
  2440. Event Sound.DidLoop(string soundId, int numOfTimesLooped)
  2441. Event Sound.Ended(string soundId)
  2442. Event Sound.Loaded(string soundId)
  2443. Event Sound.Paused(string soundId)
  2444. Event Sound.Played(string soundId)
  2445. Event Sound.Resumed(string soundId)
  2446. Event Sound.Stopped(string soundId)
  2447. Class SoundEffect : Instance
  2448. Property bool SoundEffect.Enabled
  2449. Property int SoundEffect.Priority
  2450. Class ChorusSoundEffect : SoundEffect
  2451. Property float ChorusSoundEffect.Depth
  2452. Property float ChorusSoundEffect.Mix
  2453. Property float ChorusSoundEffect.Rate
  2454. Class CompressorSoundEffect : SoundEffect
  2455. Property float CompressorSoundEffect.Attack
  2456. Property float CompressorSoundEffect.GainMakeup
  2457. Property float CompressorSoundEffect.Ratio
  2458. Property float CompressorSoundEffect.Release
  2459. Property Class:Instance CompressorSoundEffect.SideChain
  2460. Property float CompressorSoundEffect.Threshold
  2461. Class DistortionSoundEffect : SoundEffect
  2462. Property float DistortionSoundEffect.Level
  2463. Class EchoSoundEffect : SoundEffect
  2464. Property float EchoSoundEffect.Delay
  2465. Property float EchoSoundEffect.DryLevel
  2466. Property float EchoSoundEffect.Feedback
  2467. Property float EchoSoundEffect.WetLevel
  2468. Class EqualizerSoundEffect : SoundEffect
  2469. Property float EqualizerSoundEffect.HighGain
  2470. Property float EqualizerSoundEffect.LowGain
  2471. Property float EqualizerSoundEffect.MidGain
  2472. Class FlangeSoundEffect : SoundEffect
  2473. Property float FlangeSoundEffect.Depth
  2474. Property float FlangeSoundEffect.Mix
  2475. Property float FlangeSoundEffect.Rate
  2476. Class PitchShiftSoundEffect : SoundEffect
  2477. Property float PitchShiftSoundEffect.Octave
  2478. Class ReverbSoundEffect : SoundEffect
  2479. Property float ReverbSoundEffect.DecayTime
  2480. Property float ReverbSoundEffect.Density
  2481. Property float ReverbSoundEffect.Diffusion
  2482. Property float ReverbSoundEffect.DryLevel
  2483. Property float ReverbSoundEffect.WetLevel
  2484. Class TremoloSoundEffect : SoundEffect
  2485. Property float TremoloSoundEffect.Depth
  2486. Property float TremoloSoundEffect.Duty
  2487. Property float TremoloSoundEffect.Frequency
  2488. Class SoundGroup : Instance
  2489. Property float SoundGroup.Volume
  2490. Class SoundService : Instance [notCreatable]
  2491. Property ReverbType SoundService.AmbientReverb
  2492. Property float SoundService.DistanceFactor
  2493. Property float SoundService.DopplerScale
  2494. Property bool SoundService.RespectFilteringEnabled
  2495. Property float SoundService.RolloffScale
  2496. Function bool SoundService:BeginRecording() [RobloxScriptSecurity]
  2497. Function Tuple SoundService:GetListener()
  2498. Function Dictionary SoundService:GetSoundMemoryData() [RobloxScriptSecurity]
  2499. Function void SoundService:PlayLocalSound(Instance sound)
  2500. Function void SoundService:PlayStockSound(SoundType sound) [RobloxScriptSecurity]
  2501. Function void SoundService:SetListener(ListenerType listenerType, Tuple listener)
  2502. Function bool SoundService:SetRecordingDevice(int deviceIndex) [RobloxScriptSecurity]
  2503. YieldFunction Dictionary SoundService:EndRecording() [RobloxScriptSecurity]
  2504. YieldFunction Dictionary SoundService:GetRecordingDevices() [RobloxScriptSecurity]
  2505. Class Sparkles : Instance
  2506. Property Color3 Sparkles.Color [hidden]
  2507. Property bool Sparkles.Enabled
  2508. Property Color3 Sparkles.SparkleColor
  2509. Class SpawnerService : Instance
  2510. Class StarterGear : Instance
  2511. Class StarterPack : Instance
  2512. Class StarterPlayer : Instance [notCreatable]
  2513. Property bool StarterPlayer.AllowCustomAnimations [hidden] [ScriptWriteRestricted: [RobloxScriptSecurity]]
  2514. Property bool StarterPlayer.AutoJumpEnabled
  2515. Property float StarterPlayer.CameraMaxZoomDistance
  2516. Property float StarterPlayer.CameraMinZoomDistance
  2517. Property CameraMode StarterPlayer.CameraMode
  2518. Property float StarterPlayer.CharacterJumpHeight [hidden] [RobloxScriptSecurity]
  2519. Property float StarterPlayer.CharacterJumpPower [hidden] [RobloxScriptSecurity]
  2520. Property float StarterPlayer.CharacterMaxSlopeAngle [hidden] [RobloxScriptSecurity]
  2521. Property bool StarterPlayer.CharacterUseJumpPower [hidden] [RobloxScriptSecurity]
  2522. Property float StarterPlayer.CharacterWalkSpeed [hidden] [RobloxScriptSecurity]
  2523. Property DevCameraOcclusionMode StarterPlayer.DevCameraOcclusionMode
  2524. Property DevComputerCameraMovementMode StarterPlayer.DevComputerCameraMovementMode
  2525. Property DevComputerMovementMode StarterPlayer.DevComputerMovementMode
  2526. Property DevTouchCameraMovementMode StarterPlayer.DevTouchCameraMovementMode
  2527. Property DevTouchMovementMode StarterPlayer.DevTouchMovementMode
  2528. Property bool StarterPlayer.EnableMouseLockOption
  2529. Property int64 StarterPlayer.GameSettingsAssetIDFace [hidden] [RobloxScriptSecurity]
  2530. Property int64 StarterPlayer.GameSettingsAssetIDHead [hidden] [RobloxScriptSecurity]
  2531. Property int64 StarterPlayer.GameSettingsAssetIDLeftArm [hidden] [RobloxScriptSecurity]
  2532. Property int64 StarterPlayer.GameSettingsAssetIDLeftLeg [hidden] [RobloxScriptSecurity]
  2533. Property int64 StarterPlayer.GameSettingsAssetIDPants [hidden] [RobloxScriptSecurity]
  2534. Property int64 StarterPlayer.GameSettingsAssetIDRightArm [hidden] [RobloxScriptSecurity]
  2535. Property int64 StarterPlayer.GameSettingsAssetIDRightLeg [hidden] [RobloxScriptSecurity]
  2536. Property int64 StarterPlayer.GameSettingsAssetIDShirt [hidden] [RobloxScriptSecurity]
  2537. Property int64 StarterPlayer.GameSettingsAssetIDTeeShirt [hidden] [RobloxScriptSecurity]
  2538. Property int64 StarterPlayer.GameSettingsAssetIDTorso [hidden] [RobloxScriptSecurity]
  2539. Property GameAvatarType StarterPlayer.GameSettingsAvatarType [hidden] [RobloxScriptSecurity]
  2540. Property R15CollisionType StarterPlayer.GameSettingsR15CollisionType [hidden] [RobloxScriptSecurity]
  2541. Property NumberRange StarterPlayer.GameSettingsScaleBodyType [hidden] [RobloxScriptSecurity]
  2542. Property NumberRange StarterPlayer.GameSettingsScaleHead [hidden] [RobloxScriptSecurity]
  2543. Property NumberRange StarterPlayer.GameSettingsScaleHeight [hidden] [RobloxScriptSecurity]
  2544. Property NumberRange StarterPlayer.GameSettingsScaleProportion [hidden] [RobloxScriptSecurity]
  2545. Property NumberRange StarterPlayer.GameSettingsScaleWidth [hidden] [RobloxScriptSecurity]
  2546. Property float StarterPlayer.HealthDisplayDistance
  2547. Property bool StarterPlayer.LoadCharacterAppearance
  2548. Property float StarterPlayer.NameDisplayDistance
  2549. Class StarterPlayerScripts : Instance
  2550. Class StarterCharacterScripts : StarterPlayerScripts
  2551. Class Stats : Instance
  2552. Property int Stats.ContactsCount [readonly]
  2553. Property float Stats.DataReceiveKbps [readonly]
  2554. Property float Stats.DataSendKbps [readonly]
  2555. Property float Stats.HeartbeatTimeMs [readonly]
  2556. Property int Stats.InstanceCount [readonly]
  2557. Property int Stats.MovingPrimitivesCount [readonly]
  2558. Property float Stats.PhysicsReceiveKbps [readonly]
  2559. Property float Stats.PhysicsSendKbps [readonly]
  2560. Property float Stats.PhysicsStepTimeMs [readonly]
  2561. Property int Stats.PrimitivesCount [readonly]
  2562. Function float Stats:GetMemoryUsageMbForTag(DeveloperMemoryTag tag)
  2563. Function float Stats:GetTotalMemoryUsageMb()
  2564. YieldFunction Dictionary Stats:GetPaginatedMemoryByTexture(TextureQueryType queryType, int pageIndex, int pageSize) [RobloxScriptSecurity]
  2565. Class StatsItem : Instance
  2566. Function double StatsItem:GetValue() [PluginSecurity]
  2567. Function string StatsItem:GetValueString() [PluginSecurity]
  2568. Class RunningAverageItemDouble : StatsItem
  2569. Class RunningAverageItemInt : StatsItem
  2570. Class RunningAverageTimeIntervalItem : StatsItem
  2571. Class TotalCountTimeIntervalItem : StatsItem
  2572. Class StopWatchReporter : Instance [notCreatable]
  2573. Function void StopWatchReporter:FinishTask(int taskId) [RobloxScriptSecurity]
  2574. Function void StopWatchReporter:SendReport(string reportName) [RobloxScriptSecurity]
  2575. Function int StopWatchReporter:StartTask(string reportName, string taskName) [RobloxScriptSecurity]
  2576. Class TaskScheduler : Instance
  2577. Property double TaskScheduler.SchedulerDutyCycle [readonly]
  2578. Property double TaskScheduler.SchedulerRate [readonly]
  2579. Property ThreadPoolConfig TaskScheduler.ThreadPoolConfig
  2580. Property int TaskScheduler.ThreadPoolSize [readonly]
  2581. Class Team : Instance
  2582. Property bool Team.AutoAssignable
  2583. Property bool Team.AutoColorCharacters [deprecated]
  2584. Property int Team.Score [deprecated]
  2585. Property BrickColor Team.TeamColor
  2586. Function Objects Team:GetPlayers()
  2587. Event Team.PlayerAdded(Instance player)
  2588. Event Team.PlayerRemoved(Instance player)
  2589. Class Teams : Instance [notCreatable]
  2590. Function Objects Teams:GetTeams()
  2591. Function void Teams:RebalanceTeams() [deprecated]
  2592. Class TeleportService : Instance
  2593. Property bool TeleportService.CustomizedTeleportUI [deprecated]
  2594. Function Instance TeleportService:GetArrivingTeleportGui()
  2595. Function Variant TeleportService:GetLocalPlayerTeleportData()
  2596. Function Variant TeleportService:GetTeleportSetting(string setting)
  2597. Function void TeleportService:SetTeleportGui(Instance gui)
  2598. Function void TeleportService:SetTeleportSetting(string setting, Variant value)
  2599. Function void TeleportService:Teleport(int64 placeId, Instance player = nil, Variant teleportData, Instance customLoadingScreen = nil)
  2600. Function void TeleportService:TeleportCancel() [RobloxScriptSecurity]
  2601. Function void TeleportService:TeleportToPlaceInstance(int64 placeId, string instanceId, Instance player = nil, string spawnName = , Variant teleportData, Instance customLoadingScreen = nil)
  2602. Function void TeleportService:TeleportToPrivateServer(int64 placeId, string reservedServerAccessCode, Objects players, string spawnName = , Variant teleportData, Instance customLoadingScreen = nil)
  2603. Function void TeleportService:TeleportToSpawnByName(int64 placeId, string spawnName, Instance player = nil, Variant teleportData, Instance customLoadingScreen = nil)
  2604. YieldFunction Tuple TeleportService:GetPlayerPlaceInstanceAsync(int64 userId)
  2605. YieldFunction Tuple TeleportService:ReserveServer(int64 placeId)
  2606. YieldFunction string TeleportService:TeleportPartyAsync(int64 placeId, Objects players, Variant teleportData, Instance customLoadingScreen = nil)
  2607. Event TeleportService.LocalPlayerArrivedFromTeleport(Instance loadingGui, Variant dataTable)
  2608. Event TeleportService.TeleportInitFailed(Instance player, TeleportResult teleportResult, string errorMessage)
  2609. Class TerrainRegion : Instance
  2610. Property bool TerrainRegion.IsSmooth [deprecated] [readonly]
  2611. Property Vector3 TerrainRegion.SizeInCells [readonly]
  2612. Function void TerrainRegion:ConvertToSmooth() [deprecated] [PluginSecurity]
  2613. Class TestService : Instance
  2614. Property bool TestService.AutoRuns
  2615. Property string TestService.Description
  2616. Property int TestService.ErrorCount [readonly]
  2617. Property bool TestService.ExecuteWithStudioRun
  2618. Property bool TestService.Is30FpsThrottleEnabled
  2619. Property bool TestService.IsPhysicsEnvironmentalThrottled
  2620. Property bool TestService.IsSleepAllowed
  2621. Property int TestService.NumberOfPlayers
  2622. Property double TestService.SimulateSecondsLag
  2623. Property int TestService.TestCount [readonly]
  2624. Property double TestService.Timeout
  2625. Property int TestService.WarnCount [readonly]
  2626. Function void TestService:Check(bool condition, string description, Instance source = nil, int line = 0)
  2627. Function void TestService:Checkpoint(string text, Instance source = nil, int line = 0)
  2628. Function void TestService:Done()
  2629. Function void TestService:Error(string description, Instance source = nil, int line = 0)
  2630. Function void TestService:Fail(string description, Instance source = nil, int line = 0)
  2631. Function void TestService:Message(string text, Instance source = nil, int line = 0)
  2632. Function void TestService:Require(bool condition, string description, Instance source = nil, int line = 0)
  2633. Function void TestService:Warn(bool condition, string description, Instance source = nil, int line = 0)
  2634. YieldFunction void TestService:Run() [PluginSecurity]
  2635. Event TestService.ServerCollectConditionalResult(bool condition, string text, Instance script, int line)
  2636. Event TestService.ServerCollectResult(string text, Instance script, int line)
  2637. Class TextFilterResult : Instance [notCreatable]
  2638. YieldFunction string TextFilterResult:GetChatForUserAsync(int64 toUserId)
  2639. YieldFunction string TextFilterResult:GetNonChatStringForBroadcastAsync()
  2640. YieldFunction string TextFilterResult:GetNonChatStringForUserAsync(int64 toUserId)
  2641. Class TextService : Instance
  2642. Function Vector2 TextService:GetTextSize(string string, int fontSize, Font font, Vector2 frameSize)
  2643. YieldFunction Instance TextService:FilterStringAsync(string stringToFilter, int64 fromUserId, TextFilterContext textContext = PrivateChat)
  2644. Class ThirdPartyUserService : Instance [notCreatable]
  2645. Function string ThirdPartyUserService:GetUserDisplayName() [RobloxScriptSecurity]
  2646. Function string ThirdPartyUserService:GetUserPlatformId() [RobloxScriptSecurity]
  2647. Function bool ThirdPartyUserService:HaveActiveUser() [RobloxScriptSecurity]
  2648. Function void ThirdPartyUserService:ReturnToEngagement() [RobloxScriptSecurity]
  2649. Function void ThirdPartyUserService:ShowAccountPicker() [RobloxScriptSecurity]
  2650. YieldFunction int ThirdPartyUserService:RegisterActiveUser(UserInputType gamepadId) [RobloxScriptSecurity]
  2651. Event ThirdPartyUserService.ActiveGamepadAdded() [RobloxScriptSecurity]
  2652. Event ThirdPartyUserService.ActiveGamepadRemoved() [RobloxScriptSecurity]
  2653. Event ThirdPartyUserService.ActiveUserSignedOut(int signOutStatus) [RobloxScriptSecurity]
  2654. Class TimerService : Instance [notCreatable]
  2655. Class TouchInputService : Instance
  2656. Class TouchTransmitter : Instance [notbrowsable] [notCreatable]
  2657. Class Trail : Instance
  2658. Property Class:Attachment Trail.Attachment0
  2659. Property Class:Attachment Trail.Attachment1
  2660. Property ColorSequence Trail.Color
  2661. Property bool Trail.Enabled
  2662. Property bool Trail.FaceCamera
  2663. Property float Trail.Lifetime
  2664. Property float Trail.LightEmission
  2665. Property float Trail.LightInfluence
  2666. Property float Trail.MaxLength
  2667. Property float Trail.MinLength
  2668. Property Content Trail.Texture
  2669. Property float Trail.TextureLength
  2670. Property TextureMode Trail.TextureMode
  2671. Property NumberSequence Trail.Transparency
  2672. Property NumberSequence Trail.WidthScale
  2673. Function void Trail:Clear()
  2674. Class Translator : Instance [notCreatable]
  2675. Property string Translator.LocaleId [readonly]
  2676. Function string Translator:FormatByKey(string key, Variant args)
  2677. Function string Translator:RobloxOnlyTranslate(Instance context, string text) [RobloxScriptSecurity]
  2678. Function string Translator:Translate(Instance context, string text)
  2679. Class TweenBase : Instance [notbrowsable]
  2680. Property PlaybackState TweenBase.PlaybackState [readonly]
  2681. Function void TweenBase:Cancel()
  2682. Function void TweenBase:Pause()
  2683. Function void TweenBase:Play()
  2684. Event TweenBase.Completed(PlaybackState playbackState)
  2685. Class Tween : TweenBase
  2686. Property Class:Instance Tween.Instance [readonly]
  2687. Property TweenInfo Tween.TweenInfo [readonly]
  2688. Class TweenService : Instance
  2689. Function Instance TweenService:Create(Instance instance, TweenInfo tweenInfo, Dictionary propertyTable)
  2690. Function float TweenService:GetValue(float alpha, EasingStyle easingStyle, EasingDirection easingDirection)
  2691. Class UIBase : Instance
  2692. Class UIComponent : UIBase
  2693. Class UIConstraint : UIComponent
  2694. Class UIAspectRatioConstraint : UIConstraint
  2695. Property float UIAspectRatioConstraint.AspectRatio
  2696. Property AspectType UIAspectRatioConstraint.AspectType
  2697. Property DominantAxis UIAspectRatioConstraint.DominantAxis
  2698. Class UISizeConstraint : UIConstraint
  2699. Property Vector2 UISizeConstraint.MaxSize
  2700. Property Vector2 UISizeConstraint.MinSize
  2701. Class UITextSizeConstraint : UIConstraint
  2702. Property int UITextSizeConstraint.MaxTextSize
  2703. Property int UITextSizeConstraint.MinTextSize
  2704. Class UILayout : UIComponent
  2705. Class UIGridStyleLayout : UILayout [notbrowsable]
  2706. Property Vector2 UIGridStyleLayout.AbsoluteContentSize [readonly]
  2707. Property FillDirection UIGridStyleLayout.FillDirection
  2708. Property HorizontalAlignment UIGridStyleLayout.HorizontalAlignment
  2709. Property SortOrder UIGridStyleLayout.SortOrder
  2710. Property VerticalAlignment UIGridStyleLayout.VerticalAlignment
  2711. Function void UIGridStyleLayout:ApplyLayout()
  2712. Function void UIGridStyleLayout:SetCustomSortFunction(Function function = nil) [deprecated]
  2713. Class UIGridLayout : UIGridStyleLayout
  2714. Property UDim2 UIGridLayout.CellPadding
  2715. Property UDim2 UIGridLayout.CellSize
  2716. Property int UIGridLayout.FillDirectionMaxCells
  2717. Property StartCorner UIGridLayout.StartCorner
  2718. Class UIListLayout : UIGridStyleLayout
  2719. Property UDim UIListLayout.Padding
  2720. Class UIPageLayout : UIGridStyleLayout
  2721. Property bool UIPageLayout.Animated
  2722. Property bool UIPageLayout.Circular
  2723. Property Class:GuiObject UIPageLayout.CurrentPage [readonly]
  2724. Property EasingDirection UIPageLayout.EasingDirection
  2725. Property EasingStyle UIPageLayout.EasingStyle
  2726. Property bool UIPageLayout.GamepadInputEnabled
  2727. Property UDim UIPageLayout.Padding
  2728. Property bool UIPageLayout.ScrollWheelInputEnabled
  2729. Property bool UIPageLayout.TouchInputEnabled
  2730. Property float UIPageLayout.TweenTime
  2731. Function void UIPageLayout:JumpTo(Instance page)
  2732. Function void UIPageLayout:JumpToIndex(int index)
  2733. Function void UIPageLayout:Next()
  2734. Function void UIPageLayout:Previous()
  2735. Event UIPageLayout.PageEnter(Instance page)
  2736. Event UIPageLayout.PageLeave(Instance page)
  2737. Event UIPageLayout.Stopped(Instance currentPage)
  2738. Class UITableLayout : UIGridStyleLayout
  2739. Property bool UITableLayout.FillEmptySpaceColumns
  2740. Property bool UITableLayout.FillEmptySpaceRows
  2741. Property TableMajorAxis UITableLayout.MajorAxis
  2742. Property UDim2 UITableLayout.Padding
  2743. Class UIPadding : UIComponent
  2744. Property UDim UIPadding.PaddingBottom
  2745. Property UDim UIPadding.PaddingLeft
  2746. Property UDim UIPadding.PaddingRight
  2747. Property UDim UIPadding.PaddingTop
  2748. Class UIScale : UIComponent
  2749. Property float UIScale.Scale
  2750. Class UserGameSettings : Instance
  2751. Property bool UserGameSettings.AllTutorialsDisabled [RobloxScriptSecurity]
  2752. Property CustomCameraMode UserGameSettings.CameraMode [RobloxScriptSecurity]
  2753. Property bool UserGameSettings.CameraYInverted [hidden] [RobloxScriptSecurity]
  2754. Property bool UserGameSettings.ChatVisible [RobloxScriptSecurity]
  2755. Property ComputerCameraMovementMode UserGameSettings.ComputerCameraMovementMode
  2756. Property ComputerMovementMode UserGameSettings.ComputerMovementMode
  2757. Property ControlMode UserGameSettings.ControlMode
  2758. Property bool UserGameSettings.Fullscreen [RobloxScriptSecurity]
  2759. Property float UserGameSettings.GamepadCameraSensitivity
  2760. Property bool UserGameSettings.HasEverUsedVR [RobloxScriptSecurity]
  2761. Property bool UserGameSettings.IsUsingCameraYInverted [hidden] [readonly] [RobloxScriptSecurity]
  2762. Property bool UserGameSettings.IsUsingGamepadCameraSensitivity [hidden] [readonly] [RobloxScriptSecurity]
  2763. Property float UserGameSettings.MasterVolume
  2764. Property bool UserGameSettings.MicroProfilerWebServerEnabled [hidden] [RobloxScriptSecurity]
  2765. Property string UserGameSettings.MicroProfilerWebServerIP [hidden] [readonly] [RobloxScriptSecurity]
  2766. Property int UserGameSettings.MicroProfilerWebServerPort [hidden] [readonly] [RobloxScriptSecurity]
  2767. Property float UserGameSettings.MouseSensitivity
  2768. Property Vector2 UserGameSettings.MouseSensitivityFirstPerson [hidden] [RobloxScriptSecurity]
  2769. Property Vector2 UserGameSettings.MouseSensitivityThirdPerson [hidden] [RobloxScriptSecurity]
  2770. Property bool UserGameSettings.OnScreenProfilerEnabled [hidden] [RobloxScriptSecurity]
  2771. Property string UserGameSettings.OnboardingsCompleted [RobloxScriptSecurity]
  2772. Property bool UserGameSettings.PerformanceStatsVisible [hidden] [RobloxScriptSecurity]
  2773. Property int UserGameSettings.RCCProfilerRecordFrameRate
  2774. Property int UserGameSettings.RCCProfilerRecordTimeFrame
  2775. Property RotationType UserGameSettings.RotationType
  2776. Property SavedQualitySetting UserGameSettings.SavedQualityLevel
  2777. Property TouchCameraMovementMode UserGameSettings.TouchCameraMovementMode
  2778. Property TouchMovementMode UserGameSettings.TouchMovementMode
  2779. Property bool UserGameSettings.UsedCoreGuiIsVisibleToggle [RobloxScriptSecurity]
  2780. Property bool UserGameSettings.UsedCustomGuiIsVisibleToggle [RobloxScriptSecurity]
  2781. Property bool UserGameSettings.UsedHideHudShortcut [RobloxScriptSecurity]
  2782. Property bool UserGameSettings.VREnabled [RobloxScriptSecurity]
  2783. Property int UserGameSettings.VRRotationIntensity [RobloxScriptSecurity]
  2784. Function int UserGameSettings:GetCameraYInvertValue()
  2785. Function bool UserGameSettings:GetOnboardingCompleted(string onboardingId)
  2786. Function bool UserGameSettings:GetTutorialState(string tutorialId) [RobloxScriptSecurity]
  2787. Function bool UserGameSettings:InFullScreen()
  2788. Function bool UserGameSettings:InStudioMode()
  2789. Function void UserGameSettings:ResetOnboardingCompleted(string onboardingId) [RobloxScriptSecurity]
  2790. Function void UserGameSettings:SetCameraYInvertVisible()
  2791. Function void UserGameSettings:SetGamepadCameraSensitivityVisible()
  2792. Function void UserGameSettings:SetOnboardingCompleted(string onboardingId)
  2793. Function void UserGameSettings:SetTutorialState(string tutorialId, bool value) [RobloxScriptSecurity]
  2794. Event UserGameSettings.FullscreenChanged(bool isFullscreen)
  2795. Event UserGameSettings.PerformanceStatsVisibleChanged(bool isPerformanceStatsVisible) [RobloxScriptSecurity]
  2796. Event UserGameSettings.StudioModeChanged(bool isStudioMode)
  2797. Class UserInputService : Instance [notCreatable]
  2798. Property bool UserInputService.AccelerometerEnabled [readonly]
  2799. Property Vector2 UserInputService.BottomBarSize [readonly] [RobloxScriptSecurity]
  2800. Property bool UserInputService.GamepadEnabled [readonly]
  2801. Property bool UserInputService.GazeSelectionEnabled [hidden] [RobloxScriptSecurity]
  2802. Property bool UserInputService.GyroscopeEnabled [readonly]
  2803. Property bool UserInputService.KeyboardEnabled [readonly]
  2804. Property bool UserInputService.LegacyInputEventsEnabled [RobloxScriptSecurity]
  2805. Property bool UserInputService.ModalEnabled
  2806. Property MouseBehavior UserInputService.MouseBehavior
  2807. Property float UserInputService.MouseDeltaSensitivity
  2808. Property bool UserInputService.MouseEnabled [readonly]
  2809. Property bool UserInputService.MouseIconEnabled
  2810. Property Vector2 UserInputService.NavBarSize [readonly] [RobloxScriptSecurity]
  2811. Property double UserInputService.OnScreenKeyboardAnimationDuration [readonly] [RobloxScriptSecurity]
  2812. Property Vector2 UserInputService.OnScreenKeyboardPosition [readonly]
  2813. Property Vector2 UserInputService.OnScreenKeyboardSize [readonly]
  2814. Property bool UserInputService.OnScreenKeyboardVisible [readonly]
  2815. Property OverrideMouseIconBehavior UserInputService.OverrideMouseIconBehavior [RobloxScriptSecurity]
  2816. Property Vector2 UserInputService.RightBarSize [readonly] [RobloxScriptSecurity]
  2817. Property Vector2 UserInputService.StatusBarSize [readonly] [RobloxScriptSecurity]
  2818. Property bool UserInputService.TouchEnabled [readonly]
  2819. Property CoordinateFrame UserInputService.UserHeadCFrame [deprecated] [readonly]
  2820. Property bool UserInputService.VREnabled [readonly]
  2821. Function bool UserInputService:GamepadSupports(UserInputType gamepadNum, KeyCode gamepadKeyCode)
  2822. Function Array UserInputService:GetConnectedGamepads()
  2823. Function Instance UserInputService:GetDeviceAcceleration()
  2824. Function Instance UserInputService:GetDeviceGravity()
  2825. Function Tuple UserInputService:GetDeviceRotation()
  2826. Function DeviceType UserInputService:GetDeviceType() [RobloxScriptSecurity]
  2827. Function Instance UserInputService:GetFocusedTextBox()
  2828. Function bool UserInputService:GetGamepadConnected(UserInputType gamepadNum)
  2829. Function Array UserInputService:GetGamepadState(UserInputType gamepadNum)
  2830. Function Array UserInputService:GetKeysPressed()
  2831. Function UserInputType UserInputService:GetLastInputType()
  2832. Function Array UserInputService:GetMouseButtonsPressed()
  2833. Function Vector2 UserInputService:GetMouseDelta()
  2834. Function Vector2 UserInputService:GetMouseLocation()
  2835. Function Array UserInputService:GetNavigationGamepads()
  2836. Function Platform UserInputService:GetPlatform() [RobloxScriptSecurity]
  2837. Function Array UserInputService:GetSupportedGamepadKeyCodes(UserInputType gamepadNum)
  2838. Function CoordinateFrame UserInputService:GetUserCFrame(UserCFrame type)
  2839. Function bool UserInputService:IsGamepadButtonDown(UserInputType gamepadNum, KeyCode gamepadKeyCode)
  2840. Function bool UserInputService:IsKeyDown(KeyCode keyCode)
  2841. Function bool UserInputService:IsMouseButtonPressed(UserInputType mouseButton)
  2842. Function bool UserInputService:IsNavigationGamepad(UserInputType gamepadEnum)
  2843. Function void UserInputService:RecenterUserHeadCFrame()
  2844. Function void UserInputService:SendAppUISizes(Vector2 statusBarSize, Vector2 navBarSize, Vector2 bottomBarSize, Vector2 rightBarSize) [RobloxScriptSecurity]
  2845. Function void UserInputService:SetNavigationGamepad(UserInputType gamepadEnum, bool enabled)
  2846. Event UserInputService.DeviceAccelerationChanged(Instance acceleration)
  2847. Event UserInputService.DeviceGravityChanged(Instance gravity)
  2848. Event UserInputService.DeviceRotationChanged(Instance rotation, CoordinateFrame cframe)
  2849. Event UserInputService.GamepadConnected(UserInputType gamepadNum)
  2850. Event UserInputService.GamepadDisconnected(UserInputType gamepadNum)
  2851. Event UserInputService.InputBegan(Instance input, bool gameProcessedEvent)
  2852. Event UserInputService.InputChanged(Instance input, bool gameProcessedEvent)
  2853. Event UserInputService.InputEnded(Instance input, bool gameProcessedEvent)
  2854. Event UserInputService.JumpRequest()
  2855. Event UserInputService.LastInputTypeChanged(UserInputType lastInputType)
  2856. Event UserInputService.StatusBarTapped(Vector2 position) [RobloxScriptSecurity]
  2857. Event UserInputService.TextBoxFocusReleased(Instance textboxReleased)
  2858. Event UserInputService.TextBoxFocused(Instance textboxFocused)
  2859. Event UserInputService.TouchEnded(Instance touch, bool gameProcessedEvent)
  2860. Event UserInputService.TouchLongPress(Array touchPositions, UserInputState state, bool gameProcessedEvent)
  2861. Event UserInputService.TouchMoved(Instance touch, bool gameProcessedEvent)
  2862. Event UserInputService.TouchPan(Array touchPositions, Vector2 totalTranslation, Vector2 velocity, UserInputState state, bool gameProcessedEvent)
  2863. Event UserInputService.TouchPinch(Array touchPositions, float scale, float velocity, UserInputState state, bool gameProcessedEvent)
  2864. Event UserInputService.TouchRotate(Array touchPositions, float rotation, float velocity, UserInputState state, bool gameProcessedEvent)
  2865. Event UserInputService.TouchStarted(Instance touch, bool gameProcessedEvent)
  2866. Event UserInputService.TouchSwipe(SwipeDirection swipeDirection, int numberOfTouches, bool gameProcessedEvent)
  2867. Event UserInputService.TouchTap(Array touchPositions, bool gameProcessedEvent)
  2868. Event UserInputService.TouchTapInWorld(Vector2 position, bool processedByUI)
  2869. Event UserInputService.UserCFrameChanged(UserCFrame type, CoordinateFrame value)
  2870. Event UserInputService.WindowFocusReleased()
  2871. Event UserInputService.WindowFocused()
  2872. Class VRService : Instance
  2873. Property UserCFrame VRService.GuiInputUserCFrame
  2874. Property string VRService.VRDeviceName [readonly] [RobloxScriptSecurity]
  2875. Property bool VRService.VREnabled [readonly]
  2876. Function VRTouchpadMode VRService:GetTouchpadMode(VRTouchpad pad)
  2877. Function CoordinateFrame VRService:GetUserCFrame(UserCFrame type)
  2878. Function bool VRService:GetUserCFrameEnabled(UserCFrame type)
  2879. Function void VRService:RecenterUserHeadCFrame()
  2880. Function void VRService:RequestNavigation(CoordinateFrame cframe, UserCFrame inputUserCFrame)
  2881. Function void VRService:SetTouchpadMode(VRTouchpad pad, VRTouchpadMode mode)
  2882. Event VRService.NavigationRequested(CoordinateFrame cframe, UserCFrame inputUserCFrame)
  2883. Event VRService.TouchpadModeChanged(VRTouchpad pad, VRTouchpadMode mode)
  2884. Event VRService.UserCFrameChanged(UserCFrame type, CoordinateFrame value)
  2885. Event VRService.UserCFrameEnabled(UserCFrame type, bool enabled)
  2886. Class ValueBase : Instance
  2887. Class BinaryStringValue : ValueBase
  2888. Event BinaryStringValue.Changed(BinaryString value)
  2889. Class BoolValue : ValueBase
  2890. Property bool BoolValue.Value
  2891. Event BoolValue.Changed(bool value)
  2892. Event BoolValue.changed(bool value) [deprecated]
  2893. Class BrickColorValue : ValueBase
  2894. Property BrickColor BrickColorValue.Value
  2895. Event BrickColorValue.Changed(BrickColor value)
  2896. Event BrickColorValue.changed(BrickColor value) [deprecated]
  2897. Class CFrameValue : ValueBase
  2898. Property CoordinateFrame CFrameValue.Value
  2899. Event CFrameValue.Changed(CoordinateFrame value)
  2900. Event CFrameValue.changed(CoordinateFrame value) [deprecated]
  2901. Class Color3Value : ValueBase
  2902. Property Color3 Color3Value.Value
  2903. Event Color3Value.Changed(Color3 value)
  2904. Event Color3Value.changed(Color3 value) [deprecated]
  2905. Class DoubleConstrainedValue : ValueBase [deprecated]
  2906. Property double DoubleConstrainedValue.ConstrainedValue [hidden]
  2907. Property double DoubleConstrainedValue.MaxValue
  2908. Property double DoubleConstrainedValue.MinValue
  2909. Property double DoubleConstrainedValue.Value
  2910. Event DoubleConstrainedValue.Changed(double value)
  2911. Event DoubleConstrainedValue.changed(double value) [deprecated]
  2912. Class IntConstrainedValue : ValueBase [deprecated]
  2913. Property int64 IntConstrainedValue.ConstrainedValue [hidden]
  2914. Property int64 IntConstrainedValue.MaxValue
  2915. Property int64 IntConstrainedValue.MinValue
  2916. Property int64 IntConstrainedValue.Value
  2917. Event IntConstrainedValue.Changed(int64 value)
  2918. Event IntConstrainedValue.changed(int64 value) [deprecated]
  2919. Class IntValue : ValueBase
  2920. Property int64 IntValue.Value
  2921. Event IntValue.Changed(int64 value)
  2922. Event IntValue.changed(int64 value) [deprecated]
  2923. Class NumberValue : ValueBase
  2924. Property double NumberValue.Value
  2925. Event NumberValue.Changed(double value)
  2926. Event NumberValue.changed(double value) [deprecated]
  2927. Class ObjectValue : ValueBase
  2928. Property Class:Instance ObjectValue.Value
  2929. Event ObjectValue.Changed(Instance value)
  2930. Event ObjectValue.changed(Instance value) [deprecated]
  2931. Class RayValue : ValueBase
  2932. Property Ray RayValue.Value
  2933. Event RayValue.Changed(Ray value)
  2934. Event RayValue.changed(Ray value) [deprecated]
  2935. Class StringValue : ValueBase
  2936. Property string StringValue.Value
  2937. Event StringValue.Changed(string value)
  2938. Event StringValue.changed(string value) [deprecated]
  2939. Class Vector3Value : ValueBase
  2940. Property Vector3 Vector3Value.Value
  2941. Event Vector3Value.Changed(Vector3 value)
  2942. Event Vector3Value.changed(Vector3 value) [deprecated]
  2943. Class VirtualInputManager : Instance
  2944. Property string VirtualInputManager.AdditionalLuaState [RobloxScriptSecurity]
  2945. Function void VirtualInputManager:Dump() [RobloxScriptSecurity]
  2946. Function void VirtualInputManager:HandleGamepadAxisInput(int objectId, KeyCode keyCode, float x, float y, float z) [RobloxScriptSecurity]
  2947. Function void VirtualInputManager:HandleGamepadButtonInput(int deviceId, KeyCode keyCode, int buttonState) [RobloxScriptSecurity]
  2948. Function void VirtualInputManager:HandleGamepadConnect(int deviceId) [RobloxScriptSecurity]
  2949. Function void VirtualInputManager:HandleGamepadDisconnect(int deviceId) [RobloxScriptSecurity]
  2950. Function void VirtualInputManager:SendAccelerometerEvent(float x, float y, float z) [RobloxScriptSecurity]
  2951. Function void VirtualInputManager:SendGravityEvent(float x, float y, float z) [RobloxScriptSecurity]
  2952. Function void VirtualInputManager:SendGyroscopeEvent(float quatX, float quatY, float quatZ, float quatW) [RobloxScriptSecurity]
  2953. Function void VirtualInputManager:SendKeyEvent(bool isPressed, KeyCode keyCode, bool isRepeatedKey, Instance pluginGui) [RobloxScriptSecurity]
  2954. Function void VirtualInputManager:SendMouseButtonEvent(int x, int y, int mouseButton, bool isDown, Instance pluginGui) [RobloxScriptSecurity]
  2955. Function void VirtualInputManager:SendMouseMoveEvent(float x, float y, Instance pluginGui) [RobloxScriptSecurity]
  2956. Function void VirtualInputManager:SendMouseWheelEvent(float x, float y, bool isForwardScroll, Instance pluginGui) [RobloxScriptSecurity]
  2957. Function void VirtualInputManager:SendTextInputCharacterEvent(string str, Instance pluginGui) [RobloxScriptSecurity]
  2958. Function void VirtualInputManager:SendTouchEvent(int64 touchId, int state, float x, float y) [RobloxScriptSecurity]
  2959. Function void VirtualInputManager:StartPlaying(string fileName) [RobloxScriptSecurity]
  2960. Function void VirtualInputManager:StartRecording() [RobloxScriptSecurity]
  2961. Function void VirtualInputManager:StopRecording() [RobloxScriptSecurity]
  2962. Function void VirtualInputManager:sendRobloxEvent(string namespace, string detail, string detailType) [RobloxScriptSecurity]
  2963. Event VirtualInputManager.PlaybackCompleted(string additionalLuaState) [RobloxScriptSecurity]
  2964. Event VirtualInputManager.RecordingCompleted(string result) [RobloxScriptSecurity]
  2965. Class VirtualUser : Instance [notCreatable]
  2966. Function void VirtualUser:Button1Down(Vector2 position, CoordinateFrame camera = Identity) [LocalUserSecurity]
  2967. Function void VirtualUser:Button1Up(Vector2 position, CoordinateFrame camera = Identity) [LocalUserSecurity]
  2968. Function void VirtualUser:Button2Down(Vector2 position, CoordinateFrame camera = Identity) [LocalUserSecurity]
  2969. Function void VirtualUser:Button2Up(Vector2 position, CoordinateFrame camera = Identity) [LocalUserSecurity]
  2970. Function void VirtualUser:CaptureController() [LocalUserSecurity]
  2971. Function void VirtualUser:ClickButton1(Vector2 position, CoordinateFrame camera = Identity) [LocalUserSecurity]
  2972. Function void VirtualUser:ClickButton2(Vector2 position, CoordinateFrame camera = Identity) [LocalUserSecurity]
  2973. Function void VirtualUser:MoveMouse(Vector2 position, CoordinateFrame camera = Identity) [LocalUserSecurity]
  2974. Function void VirtualUser:SetKeyDown(string key) [LocalUserSecurity]
  2975. Function void VirtualUser:SetKeyUp(string key) [LocalUserSecurity]
  2976. Function void VirtualUser:StartRecording() [LocalUserSecurity]
  2977. Function string VirtualUser:StopRecording() [LocalUserSecurity]
  2978. Function void VirtualUser:TypeKey(string key) [LocalUserSecurity]
  2979. Class Visit : Instance [notCreatable]
  2980. Class WeldConstraint : Instance
  2981. Property bool WeldConstraint.Active [readonly]
  2982. Property bool WeldConstraint.Enabled
  2983. Property Class:BasePart WeldConstraint.Part0
  2984. Property Class:BasePart WeldConstraint.Part1
  2985. Enum ActionType
  2986. EnumItem ActionType.Nothing : 0
  2987. EnumItem ActionType.Pause : 1
  2988. EnumItem ActionType.Lose : 2
  2989. EnumItem ActionType.Draw : 3
  2990. EnumItem ActionType.Win : 4
  2991. Enum ActuatorRelativeTo
  2992. EnumItem ActuatorRelativeTo.Attachment0 : 0
  2993. EnumItem ActuatorRelativeTo.Attachment1 : 1
  2994. EnumItem ActuatorRelativeTo.World : 2
  2995. Enum ActuatorType
  2996. EnumItem ActuatorType.None : 0
  2997. EnumItem ActuatorType.Motor : 1
  2998. EnumItem ActuatorType.Servo : 2
  2999. Enum AlignType
  3000. EnumItem AlignType.Parallel : 0
  3001. EnumItem AlignType.Perpendicular : 1
  3002. Enum AnimationPriority
  3003. EnumItem AnimationPriority.Idle : 0
  3004. EnumItem AnimationPriority.Movement : 1
  3005. EnumItem AnimationPriority.Action : 2
  3006. EnumItem AnimationPriority.Core : 1000
  3007. Enum AppShellActionType
  3008. EnumItem AppShellActionType.None : 0
  3009. EnumItem AppShellActionType.OpenApp : 1
  3010. EnumItem AppShellActionType.TapChatTab : 2
  3011. EnumItem AppShellActionType.TapConversationEntry : 3
  3012. EnumItem AppShellActionType.TapAvatarTab : 4
  3013. EnumItem AppShellActionType.ReadConversation : 5
  3014. EnumItem AppShellActionType.TapGamePageTab : 6
  3015. EnumItem AppShellActionType.TapHomePageTab : 7
  3016. EnumItem AppShellActionType.GamePageLoaded : 8
  3017. EnumItem AppShellActionType.HomePageLoaded : 9
  3018. EnumItem AppShellActionType.AvatarEditorPageLoaded : 10
  3019. Enum AspectType
  3020. EnumItem AspectType.FitWithinMaxSize : 0
  3021. EnumItem AspectType.ScaleWithParentSize : 1
  3022. Enum AssetType
  3023. EnumItem AssetType.Image : 1
  3024. EnumItem AssetType.TeeShirt : 2
  3025. EnumItem AssetType.Audio : 3
  3026. EnumItem AssetType.Mesh : 4
  3027. EnumItem AssetType.Lua : 5
  3028. EnumItem AssetType.Hat : 8
  3029. EnumItem AssetType.Place : 9
  3030. EnumItem AssetType.Model : 10
  3031. EnumItem AssetType.Shirt : 11
  3032. EnumItem AssetType.Pants : 12
  3033. EnumItem AssetType.Decal : 13
  3034. EnumItem AssetType.Head : 17
  3035. EnumItem AssetType.Face : 18
  3036. EnumItem AssetType.Gear : 19
  3037. EnumItem AssetType.Badge : 21
  3038. EnumItem AssetType.Animation : 24
  3039. EnumItem AssetType.Torso : 27
  3040. EnumItem AssetType.RightArm : 28
  3041. EnumItem AssetType.LeftArm : 29
  3042. EnumItem AssetType.LeftLeg : 30
  3043. EnumItem AssetType.RightLeg : 31
  3044. EnumItem AssetType.Package : 32
  3045. EnumItem AssetType.GamePass : 34
  3046. EnumItem AssetType.Plugin : 38
  3047. EnumItem AssetType.MeshPart : 40
  3048. EnumItem AssetType.HairAccessory : 41
  3049. EnumItem AssetType.FaceAccessory : 42
  3050. EnumItem AssetType.NeckAccessory : 43
  3051. EnumItem AssetType.ShoulderAccessory : 44
  3052. EnumItem AssetType.FrontAccessory : 45
  3053. EnumItem AssetType.BackAccessory : 46
  3054. EnumItem AssetType.WaistAccessory : 47
  3055. EnumItem AssetType.ClimbAnimation : 48
  3056. EnumItem AssetType.DeathAnimation : 49
  3057. EnumItem AssetType.FallAnimation : 50
  3058. EnumItem AssetType.IdleAnimation : 51
  3059. EnumItem AssetType.JumpAnimation : 52
  3060. EnumItem AssetType.RunAnimation : 53
  3061. EnumItem AssetType.SwimAnimation : 54
  3062. EnumItem AssetType.WalkAnimation : 55
  3063. EnumItem AssetType.PoseAnimation : 56
  3064. EnumItem AssetType.EarAccessory : 57
  3065. EnumItem AssetType.EyeAccessory : 58
  3066. Enum AutoJointsMode
  3067. EnumItem AutoJointsMode.Default : 0
  3068. EnumItem AutoJointsMode.Explicit : 1
  3069. EnumItem AutoJointsMode.LegacyImplicit : 2
  3070. Enum AvatarContextMenuOption
  3071. EnumItem AvatarContextMenuOption.Friend : 0
  3072. EnumItem AvatarContextMenuOption.Chat : 1
  3073. EnumItem AvatarContextMenuOption.Emote : 2
  3074. Enum AvatarJointPositionType
  3075. EnumItem AvatarJointPositionType.Fixed : 0
  3076. EnumItem AvatarJointPositionType.ArtistIntent : 1
  3077. Enum Axis
  3078. EnumItem Axis.X : 0
  3079. EnumItem Axis.Y : 1
  3080. EnumItem Axis.Z : 2
  3081. Enum BinType
  3082. EnumItem BinType.Script : 0
  3083. EnumItem BinType.GameTool : 1
  3084. EnumItem BinType.Grab : 2
  3085. EnumItem BinType.Clone : 3
  3086. EnumItem BinType.Hammer : 4
  3087. Enum BodyPart
  3088. EnumItem BodyPart.Head : 0
  3089. EnumItem BodyPart.Torso : 1
  3090. EnumItem BodyPart.LeftArm : 2
  3091. EnumItem BodyPart.RightArm : 3
  3092. EnumItem BodyPart.LeftLeg : 4
  3093. EnumItem BodyPart.RightLeg : 5
  3094. Enum BodyPartR15
  3095. EnumItem BodyPartR15.Head : 0
  3096. EnumItem BodyPartR15.UpperTorso : 1
  3097. EnumItem BodyPartR15.LowerTorso : 2
  3098. EnumItem BodyPartR15.LeftFoot : 3
  3099. EnumItem BodyPartR15.LeftLowerLeg : 4
  3100. EnumItem BodyPartR15.LeftUpperLeg : 5
  3101. EnumItem BodyPartR15.RightFoot : 6
  3102. EnumItem BodyPartR15.RightLowerLeg : 7
  3103. EnumItem BodyPartR15.RightUpperLeg : 8
  3104. EnumItem BodyPartR15.LeftHand : 9
  3105. EnumItem BodyPartR15.LeftLowerArm : 10
  3106. EnumItem BodyPartR15.LeftUpperArm : 11
  3107. EnumItem BodyPartR15.RightHand : 12
  3108. EnumItem BodyPartR15.RightLowerArm : 13
  3109. EnumItem BodyPartR15.RightUpperArm : 14
  3110. EnumItem BodyPartR15.RootPart : 15
  3111. EnumItem BodyPartR15.Unknown : 17
  3112. Enum Button
  3113. EnumItem Button.Jump : 32
  3114. EnumItem Button.Dismount : 8
  3115. Enum ButtonStyle
  3116. EnumItem ButtonStyle.Custom : 0
  3117. EnumItem ButtonStyle.RobloxButtonDefault : 1
  3118. EnumItem ButtonStyle.RobloxButton : 2
  3119. EnumItem ButtonStyle.RobloxRoundButton : 3
  3120. EnumItem ButtonStyle.RobloxRoundDefaultButton : 4
  3121. EnumItem ButtonStyle.RobloxRoundDropdownButton : 5
  3122. Enum CameraMode
  3123. EnumItem CameraMode.Classic : 0
  3124. EnumItem CameraMode.LockFirstPerson : 1
  3125. Enum CameraPanMode
  3126. EnumItem CameraPanMode.Classic : 0
  3127. EnumItem CameraPanMode.EdgeBump : 1
  3128. Enum CameraType
  3129. EnumItem CameraType.Fixed : 0
  3130. EnumItem CameraType.Watch : 2
  3131. EnumItem CameraType.Attach : 1
  3132. EnumItem CameraType.Track : 3
  3133. EnumItem CameraType.Follow : 4
  3134. EnumItem CameraType.Custom : 5
  3135. EnumItem CameraType.Scriptable : 6
  3136. EnumItem CameraType.Orbital : 7
  3137. Enum CellBlock
  3138. EnumItem CellBlock.Solid : 0
  3139. EnumItem CellBlock.VerticalWedge : 1
  3140. EnumItem CellBlock.CornerWedge : 2
  3141. EnumItem CellBlock.InverseCornerWedge : 3
  3142. EnumItem CellBlock.HorizontalWedge : 4
  3143. Enum CellMaterial
  3144. EnumItem CellMaterial.Empty : 0
  3145. EnumItem CellMaterial.Grass : 1
  3146. EnumItem CellMaterial.Sand : 2
  3147. EnumItem CellMaterial.Brick : 3
  3148. EnumItem CellMaterial.Granite : 4
  3149. EnumItem CellMaterial.Asphalt : 5
  3150. EnumItem CellMaterial.Iron : 6
  3151. EnumItem CellMaterial.Aluminum : 7
  3152. EnumItem CellMaterial.Gold : 8
  3153. EnumItem CellMaterial.WoodPlank : 9
  3154. EnumItem CellMaterial.WoodLog : 10
  3155. EnumItem CellMaterial.Gravel : 11
  3156. EnumItem CellMaterial.CinderBlock : 12
  3157. EnumItem CellMaterial.MossyStone : 13
  3158. EnumItem CellMaterial.Cement : 14
  3159. EnumItem CellMaterial.RedPlastic : 15
  3160. EnumItem CellMaterial.BluePlastic : 16
  3161. EnumItem CellMaterial.Water : 17
  3162. Enum CellOrientation
  3163. EnumItem CellOrientation.NegZ : 0
  3164. EnumItem CellOrientation.X : 1
  3165. EnumItem CellOrientation.Z : 2
  3166. EnumItem CellOrientation.NegX : 3
  3167. Enum CenterDialogType
  3168. EnumItem CenterDialogType.UnsolicitedDialog : 1
  3169. EnumItem CenterDialogType.PlayerInitiatedDialog : 2
  3170. EnumItem CenterDialogType.ModalDialog : 3
  3171. EnumItem CenterDialogType.QuitDialog : 4
  3172. Enum ChatCallbackType
  3173. EnumItem ChatCallbackType.OnCreatingChatWindow : 1
  3174. EnumItem ChatCallbackType.OnClientSendingMessage : 2
  3175. EnumItem ChatCallbackType.OnClientFormattingMessage : 3
  3176. EnumItem ChatCallbackType.OnServerReceivingMessage : 17
  3177. Enum ChatColor
  3178. EnumItem ChatColor.Blue : 0
  3179. EnumItem ChatColor.Green : 1
  3180. EnumItem ChatColor.Red : 2
  3181. EnumItem ChatColor.White : 3
  3182. Enum ChatMode
  3183. EnumItem ChatMode.Menu : 0
  3184. EnumItem ChatMode.TextAndMenu : 1
  3185. Enum ChatPrivacyMode
  3186. EnumItem ChatPrivacyMode.AllUsers : 0
  3187. EnumItem ChatPrivacyMode.NoOne : 1
  3188. EnumItem ChatPrivacyMode.Friends : 2
  3189. Enum ChatStyle
  3190. EnumItem ChatStyle.Classic : 0
  3191. EnumItem ChatStyle.Bubble : 1
  3192. EnumItem ChatStyle.ClassicAndBubble : 2
  3193. Enum CollisionFidelity
  3194. EnumItem CollisionFidelity.Default : 0
  3195. EnumItem CollisionFidelity.Hull : 1
  3196. EnumItem CollisionFidelity.Box : 2
  3197. Enum ComputerCameraMovementMode
  3198. EnumItem ComputerCameraMovementMode.Default : 0
  3199. EnumItem ComputerCameraMovementMode.Follow : 2
  3200. EnumItem ComputerCameraMovementMode.Classic : 1
  3201. EnumItem ComputerCameraMovementMode.Orbital : 3
  3202. Enum ComputerMovementMode
  3203. EnumItem ComputerMovementMode.Default : 0
  3204. EnumItem ComputerMovementMode.KeyboardMouse : 1
  3205. EnumItem ComputerMovementMode.ClickToMove : 2
  3206. Enum ConnectionError
  3207. EnumItem ConnectionError.OK : 0
  3208. EnumItem ConnectionError.DisconnectErrors : 256
  3209. EnumItem ConnectionError.DisconnectBadhash : 257
  3210. EnumItem ConnectionError.DisconnectSecurityKeyMismatch : 258
  3211. EnumItem ConnectionError.DisconnectNewSecurityKeyMismatch : 272
  3212. EnumItem ConnectionError.DisconnectProtocolMismatch : 259
  3213. EnumItem ConnectionError.DisconnectReceivePacketError : 260
  3214. EnumItem ConnectionError.DisconnectReceivePacketStreamError : 261
  3215. EnumItem ConnectionError.DisconnectSendPacketError : 262
  3216. EnumItem ConnectionError.DisconnectIllegalTeleport : 263
  3217. EnumItem ConnectionError.DisconnectDuplicatePlayer : 264
  3218. EnumItem ConnectionError.DisconnectDuplicateTicket : 265
  3219. EnumItem ConnectionError.DisconnectTimeout : 266
  3220. EnumItem ConnectionError.DisconnectLuaKick : 267
  3221. EnumItem ConnectionError.DisconnectOnRemoteSysStats : 268
  3222. EnumItem ConnectionError.DisconnectHashTimeout : 269
  3223. EnumItem ConnectionError.DisconnectCloudEditKick : 270
  3224. EnumItem ConnectionError.DisconnectPlayerless : 271
  3225. EnumItem ConnectionError.DisconnectEvicted : 273
  3226. EnumItem ConnectionError.DisconnectDevMaintenance : 274
  3227. EnumItem ConnectionError.DisconnectRobloxMaintenance : 275
  3228. EnumItem ConnectionError.DisconnectRejoin : 276
  3229. EnumItem ConnectionError.DisconnectConnectionLost : 277
  3230. EnumItem ConnectionError.DisconnectIdle : 278
  3231. EnumItem ConnectionError.DisconnectRaknetErrors : 279
  3232. EnumItem ConnectionError.DisconnectWrongVersion : 280
  3233. EnumItem ConnectionError.PlacelaunchErrors : 512
  3234. EnumItem ConnectionError.PlacelaunchDisabled : 515
  3235. EnumItem ConnectionError.PlacelaunchError : 516
  3236. EnumItem ConnectionError.PlacelaunchGameEnded : 517
  3237. EnumItem ConnectionError.PlacelaunchGameFull : 518
  3238. EnumItem ConnectionError.PlacelaunchUserLeft : 522
  3239. EnumItem ConnectionError.PlacelaunchRestricted : 523
  3240. EnumItem ConnectionError.PlacelaunchUnauthorized : 524
  3241. EnumItem ConnectionError.PlacelaunchFlooded : 525
  3242. EnumItem ConnectionError.PlacelaunchHashExpired : 526
  3243. EnumItem ConnectionError.PlacelaunchHashException : 527
  3244. EnumItem ConnectionError.PlacelaunchPartyCannotFit : 528
  3245. EnumItem ConnectionError.PlacelaunchHttpError : 529
  3246. EnumItem ConnectionError.PlacelaunchCustomMessage : 610
  3247. EnumItem ConnectionError.PlacelaunchOtherError : 611
  3248. EnumItem ConnectionError.TeleportErrors : 768
  3249. EnumItem ConnectionError.TeleportFailure : 769
  3250. EnumItem ConnectionError.TeleportGameNotFound : 770
  3251. EnumItem ConnectionError.TeleportGameEnded : 771
  3252. EnumItem ConnectionError.TeleportGameFull : 772
  3253. EnumItem ConnectionError.TeleportUnauthorized : 773
  3254. EnumItem ConnectionError.TeleportFlooded : 774
  3255. EnumItem ConnectionError.TeleportIsTeleporting : 775
  3256. Enum ConnectionState
  3257. EnumItem ConnectionState.Connected : 0
  3258. EnumItem ConnectionState.Disconnected : 1
  3259. Enum ContextActionPriority
  3260. EnumItem ContextActionPriority.Low : 1000
  3261. EnumItem ContextActionPriority.Medium : 2000
  3262. EnumItem ContextActionPriority.Default : 2000
  3263. EnumItem ContextActionPriority.High : 3000
  3264. Enum ContextActionResult
  3265. EnumItem ContextActionResult.Pass : 1
  3266. EnumItem ContextActionResult.Sink : 0
  3267. Enum ControlMode
  3268. EnumItem ControlMode.MouseLockSwitch : 1
  3269. EnumItem ControlMode.Classic : 0
  3270. Enum CoreGuiType
  3271. EnumItem CoreGuiType.PlayerList : 0
  3272. EnumItem CoreGuiType.Health : 1
  3273. EnumItem CoreGuiType.Backpack : 2
  3274. EnumItem CoreGuiType.Chat : 3
  3275. EnumItem CoreGuiType.All : 4
  3276. Enum CreatorType
  3277. EnumItem CreatorType.User : 0
  3278. EnumItem CreatorType.Group : 1
  3279. Enum CurrencyType
  3280. EnumItem CurrencyType.Default : 0
  3281. EnumItem CurrencyType.Robux : 1
  3282. EnumItem CurrencyType.Tix : 2
  3283. Enum CustomCameraMode
  3284. EnumItem CustomCameraMode.Default : 0
  3285. EnumItem CustomCameraMode.Follow : 2
  3286. EnumItem CustomCameraMode.Classic : 1
  3287. Enum DataStoreRequestType
  3288. EnumItem DataStoreRequestType.GetAsync : 0
  3289. EnumItem DataStoreRequestType.SetIncrementAsync : 1
  3290. EnumItem DataStoreRequestType.UpdateAsync : 2
  3291. EnumItem DataStoreRequestType.GetSortedAsync : 3
  3292. EnumItem DataStoreRequestType.SetIncrementSortedAsync : 4
  3293. EnumItem DataStoreRequestType.OnUpdate : 5
  3294. Enum DevCameraOcclusionMode
  3295. EnumItem DevCameraOcclusionMode.Zoom : 0
  3296. EnumItem DevCameraOcclusionMode.Invisicam : 1
  3297. Enum DevComputerCameraMovementMode
  3298. EnumItem DevComputerCameraMovementMode.UserChoice : 0
  3299. EnumItem DevComputerCameraMovementMode.Classic : 1
  3300. EnumItem DevComputerCameraMovementMode.Follow : 2
  3301. EnumItem DevComputerCameraMovementMode.Orbital : 3
  3302. Enum DevComputerMovementMode
  3303. EnumItem DevComputerMovementMode.UserChoice : 0
  3304. EnumItem DevComputerMovementMode.KeyboardMouse : 1
  3305. EnumItem DevComputerMovementMode.ClickToMove : 2
  3306. EnumItem DevComputerMovementMode.Scriptable : 3
  3307. Enum DevTouchCameraMovementMode
  3308. EnumItem DevTouchCameraMovementMode.UserChoice : 0
  3309. EnumItem DevTouchCameraMovementMode.Classic : 1
  3310. EnumItem DevTouchCameraMovementMode.Follow : 2
  3311. EnumItem DevTouchCameraMovementMode.Orbital : 3
  3312. Enum DevTouchMovementMode
  3313. EnumItem DevTouchMovementMode.UserChoice : 0
  3314. EnumItem DevTouchMovementMode.Thumbstick : 1
  3315. EnumItem DevTouchMovementMode.DPad : 2
  3316. EnumItem DevTouchMovementMode.Thumbpad : 3
  3317. EnumItem DevTouchMovementMode.ClickToMove : 4
  3318. EnumItem DevTouchMovementMode.Scriptable : 5
  3319. EnumItem DevTouchMovementMode.DynamicThumbstick : 6
  3320. Enum DeveloperMemoryTag
  3321. EnumItem DeveloperMemoryTag.Internal : 0
  3322. EnumItem DeveloperMemoryTag.HttpCache : 1
  3323. EnumItem DeveloperMemoryTag.Instances : 2
  3324. EnumItem DeveloperMemoryTag.Signals : 3
  3325. EnumItem DeveloperMemoryTag.LuaHeap : 4
  3326. EnumItem DeveloperMemoryTag.Script : 5
  3327. EnumItem DeveloperMemoryTag.PhysicsCollision : 6
  3328. EnumItem DeveloperMemoryTag.PhysicsParts : 7
  3329. EnumItem DeveloperMemoryTag.GraphicsSolidModels : 8
  3330. EnumItem DeveloperMemoryTag.GraphicsMeshParts : 9
  3331. EnumItem DeveloperMemoryTag.GraphicsParticles : 10
  3332. EnumItem DeveloperMemoryTag.GraphicsParts : 11
  3333. EnumItem DeveloperMemoryTag.GraphicsSpatialHash : 12
  3334. EnumItem DeveloperMemoryTag.GraphicsTerrain : 13
  3335. EnumItem DeveloperMemoryTag.GraphicsTexture : 14
  3336. EnumItem DeveloperMemoryTag.GraphicsTextureCharacter : 15
  3337. EnumItem DeveloperMemoryTag.Sounds : 16
  3338. EnumItem DeveloperMemoryTag.StreamingSounds : 17
  3339. EnumItem DeveloperMemoryTag.TerrainVoxels : 18
  3340. EnumItem DeveloperMemoryTag.Gui : 20
  3341. EnumItem DeveloperMemoryTag.Animation : 21
  3342. EnumItem DeveloperMemoryTag.Navigation : 22
  3343. Enum DeviceType
  3344. EnumItem DeviceType.Unknown : 0
  3345. EnumItem DeviceType.Desktop : 1
  3346. EnumItem DeviceType.Tablet : 2
  3347. EnumItem DeviceType.Phone : 3
  3348. Enum DialogBehaviorType
  3349. EnumItem DialogBehaviorType.SinglePlayer : 0
  3350. EnumItem DialogBehaviorType.MultiplePlayers : 1
  3351. Enum DialogPurpose
  3352. EnumItem DialogPurpose.Quest : 0
  3353. EnumItem DialogPurpose.Help : 1
  3354. EnumItem DialogPurpose.Shop : 2
  3355. Enum DialogTone
  3356. EnumItem DialogTone.Neutral : 0
  3357. EnumItem DialogTone.Friendly : 1
  3358. EnumItem DialogTone.Enemy : 2
  3359. Enum DominantAxis
  3360. EnumItem DominantAxis.Width : 0
  3361. EnumItem DominantAxis.Height : 1
  3362. Enum EasingDirection
  3363. EnumItem EasingDirection.In : 0
  3364. EnumItem EasingDirection.Out : 1
  3365. EnumItem EasingDirection.InOut : 2
  3366. Enum EasingStyle
  3367. EnumItem EasingStyle.Linear : 0
  3368. EnumItem EasingStyle.Sine : 1
  3369. EnumItem EasingStyle.Back : 2
  3370. EnumItem EasingStyle.Quad : 3
  3371. EnumItem EasingStyle.Quart : 4
  3372. EnumItem EasingStyle.Quint : 5
  3373. EnumItem EasingStyle.Bounce : 6
  3374. EnumItem EasingStyle.Elastic : 7
  3375. Enum ElasticBehavior
  3376. EnumItem ElasticBehavior.WhenScrollable : 0
  3377. EnumItem ElasticBehavior.Always : 1
  3378. EnumItem ElasticBehavior.Never : 2
  3379. Enum EnviromentalPhysicsThrottle
  3380. EnumItem EnviromentalPhysicsThrottle.DefaultAuto : 0
  3381. EnumItem EnviromentalPhysicsThrottle.Disabled : 1
  3382. EnumItem EnviromentalPhysicsThrottle.Always : 2
  3383. EnumItem EnviromentalPhysicsThrottle.Skip2 : 3
  3384. EnumItem EnviromentalPhysicsThrottle.Skip4 : 4
  3385. EnumItem EnviromentalPhysicsThrottle.Skip8 : 5
  3386. EnumItem EnviromentalPhysicsThrottle.Skip16 : 6
  3387. Enum ErrorReporting
  3388. EnumItem ErrorReporting.DontReport : 0
  3389. EnumItem ErrorReporting.Prompt : 1
  3390. EnumItem ErrorReporting.Report : 2
  3391. Enum ExplosionType
  3392. EnumItem ExplosionType.NoCraters : 0
  3393. EnumItem ExplosionType.Craters : 1
  3394. EnumItem ExplosionType.CratersAndDebris : 2
  3395. Enum FillDirection
  3396. EnumItem FillDirection.Horizontal : 0
  3397. EnumItem FillDirection.Vertical : 1
  3398. Enum FilterResult
  3399. EnumItem FilterResult.Rejected : 1
  3400. EnumItem FilterResult.Accepted : 0
  3401. Enum Font
  3402. EnumItem Font.Legacy : 0
  3403. EnumItem Font.Arial : 1
  3404. EnumItem Font.ArialBold : 2
  3405. EnumItem Font.SourceSans : 3
  3406. EnumItem Font.SourceSansBold : 4
  3407. EnumItem Font.SourceSansSemibold : 16
  3408. EnumItem Font.SourceSansLight : 5
  3409. EnumItem Font.SourceSansItalic : 6
  3410. EnumItem Font.Bodoni : 7
  3411. EnumItem Font.Garamond : 8
  3412. EnumItem Font.Cartoon : 9
  3413. EnumItem Font.Code : 10
  3414. EnumItem Font.Highway : 11
  3415. EnumItem Font.SciFi : 12
  3416. EnumItem Font.Arcade : 13
  3417. EnumItem Font.Fantasy : 14
  3418. EnumItem Font.Antique : 15
  3419. EnumItem Font.Gotham : 17
  3420. EnumItem Font.GothamSemibold : 18
  3421. EnumItem Font.GothamBold : 19
  3422. EnumItem Font.GothamBlack : 20
  3423. Enum FontSize
  3424. EnumItem FontSize.Size8 : 0
  3425. EnumItem FontSize.Size9 : 1
  3426. EnumItem FontSize.Size10 : 2
  3427. EnumItem FontSize.Size11 : 3
  3428. EnumItem FontSize.Size12 : 4
  3429. EnumItem FontSize.Size14 : 5
  3430. EnumItem FontSize.Size18 : 6
  3431. EnumItem FontSize.Size24 : 7
  3432. EnumItem FontSize.Size36 : 8
  3433. EnumItem FontSize.Size48 : 9
  3434. EnumItem FontSize.Size28 : 10
  3435. EnumItem FontSize.Size32 : 11
  3436. EnumItem FontSize.Size42 : 12
  3437. EnumItem FontSize.Size60 : 13
  3438. EnumItem FontSize.Size96 : 14
  3439. Enum FormFactor
  3440. EnumItem FormFactor.Symmetric : 0
  3441. EnumItem FormFactor.Brick : 1
  3442. EnumItem FormFactor.Plate : 2
  3443. EnumItem FormFactor.Custom : 3
  3444. Enum FrameStyle
  3445. EnumItem FrameStyle.Custom : 0
  3446. EnumItem FrameStyle.ChatBlue : 1
  3447. EnumItem FrameStyle.RobloxSquare : 2
  3448. EnumItem FrameStyle.RobloxRound : 3
  3449. EnumItem FrameStyle.ChatGreen : 4
  3450. EnumItem FrameStyle.ChatRed : 5
  3451. EnumItem FrameStyle.DropShadow : 6
  3452. Enum FramerateManagerMode
  3453. EnumItem FramerateManagerMode.Automatic : 0
  3454. EnumItem FramerateManagerMode.On : 1
  3455. EnumItem FramerateManagerMode.Off : 2
  3456. Enum FriendRequestEvent
  3457. EnumItem FriendRequestEvent.Issue : 0
  3458. EnumItem FriendRequestEvent.Revoke : 1
  3459. EnumItem FriendRequestEvent.Accept : 2
  3460. EnumItem FriendRequestEvent.Deny : 3
  3461. Enum FriendStatus
  3462. EnumItem FriendStatus.Unknown : 0
  3463. EnumItem FriendStatus.NotFriend : 1
  3464. EnumItem FriendStatus.Friend : 2
  3465. EnumItem FriendStatus.FriendRequestSent : 3
  3466. EnumItem FriendStatus.FriendRequestReceived : 4
  3467. Enum FunctionalTestResult
  3468. EnumItem FunctionalTestResult.Passed : 0
  3469. EnumItem FunctionalTestResult.Warning : 1
  3470. EnumItem FunctionalTestResult.Error : 2
  3471. Enum GameAvatarType
  3472. EnumItem GameAvatarType.R6 : 0
  3473. EnumItem GameAvatarType.R15 : 1
  3474. EnumItem GameAvatarType.PlayerChoice : 2
  3475. Enum GearGenreSetting
  3476. EnumItem GearGenreSetting.AllGenres : 0
  3477. EnumItem GearGenreSetting.MatchingGenreOnly : 1
  3478. Enum GearType
  3479. EnumItem GearType.MeleeWeapons : 0
  3480. EnumItem GearType.RangedWeapons : 1
  3481. EnumItem GearType.Explosives : 2
  3482. EnumItem GearType.PowerUps : 3
  3483. EnumItem GearType.NavigationEnhancers : 4
  3484. EnumItem GearType.MusicalInstruments : 5
  3485. EnumItem GearType.SocialItems : 6
  3486. EnumItem GearType.BuildingTools : 7
  3487. EnumItem GearType.Transport : 8
  3488. Enum Genre
  3489. EnumItem Genre.All : 0
  3490. EnumItem Genre.TownAndCity : 1
  3491. EnumItem Genre.Fantasy : 2
  3492. EnumItem Genre.SciFi : 3
  3493. EnumItem Genre.Ninja : 4
  3494. EnumItem Genre.Scary : 5
  3495. EnumItem Genre.Pirate : 6
  3496. EnumItem Genre.Adventure : 7
  3497. EnumItem Genre.Sports : 8
  3498. EnumItem Genre.Funny : 9
  3499. EnumItem Genre.WildWest : 10
  3500. EnumItem Genre.War : 11
  3501. EnumItem Genre.SkatePark : 12
  3502. EnumItem Genre.Tutorial : 13
  3503. Enum GraphicsMode
  3504. EnumItem GraphicsMode.Automatic : 1
  3505. EnumItem GraphicsMode.Direct3D9 : 3
  3506. EnumItem GraphicsMode.Direct3D11 : 2
  3507. EnumItem GraphicsMode.OpenGL : 4
  3508. EnumItem GraphicsMode.Metal : 5
  3509. EnumItem GraphicsMode.Vulkan : 6
  3510. EnumItem GraphicsMode.NoGraphics : 7
  3511. Enum HandlesStyle
  3512. EnumItem HandlesStyle.Resize : 0
  3513. EnumItem HandlesStyle.Movement : 1
  3514. Enum HorizontalAlignment
  3515. EnumItem HorizontalAlignment.Center : 0
  3516. EnumItem HorizontalAlignment.Left : 1
  3517. EnumItem HorizontalAlignment.Right : 2
  3518. Enum HttpCachePolicy
  3519. EnumItem HttpCachePolicy.None : 0
  3520. EnumItem HttpCachePolicy.Full : 1
  3521. EnumItem HttpCachePolicy.DataOnly : 2
  3522. EnumItem HttpCachePolicy.Default : 3
  3523. EnumItem HttpCachePolicy.InternalRedirectRefresh : 4
  3524. Enum HttpContentType
  3525. EnumItem HttpContentType.ApplicationJson : 0
  3526. EnumItem HttpContentType.ApplicationXml : 1
  3527. EnumItem HttpContentType.ApplicationUrlEncoded : 2
  3528. EnumItem HttpContentType.TextPlain : 3
  3529. EnumItem HttpContentType.TextXml : 4
  3530. Enum HttpError
  3531. EnumItem HttpError.OK : 0
  3532. EnumItem HttpError.InvalidUrl : 1
  3533. EnumItem HttpError.DnsResolve : 2
  3534. EnumItem HttpError.ConnectFail : 3
  3535. EnumItem HttpError.OutOfMemory : 4
  3536. EnumItem HttpError.TimedOut : 5
  3537. EnumItem HttpError.TooManyRedirects : 6
  3538. EnumItem HttpError.InvalidRedirect : 7
  3539. EnumItem HttpError.NetFail : 8
  3540. EnumItem HttpError.Aborted : 9
  3541. EnumItem HttpError.SslConnectFail : 10
  3542. EnumItem HttpError.Unknown : 11
  3543. Enum HttpRequestType
  3544. EnumItem HttpRequestType.Default : 0
  3545. EnumItem HttpRequestType.MarketplaceService : 2
  3546. EnumItem HttpRequestType.Players : 7
  3547. EnumItem HttpRequestType.Chat : 15
  3548. EnumItem HttpRequestType.Avatar : 16
  3549. EnumItem HttpRequestType.Analytics : 22
  3550. EnumItem HttpRequestType.Localization : 24
  3551. Enum HumanoidCollisionType
  3552. EnumItem HumanoidCollisionType.OuterBox : 0
  3553. EnumItem HumanoidCollisionType.InnerBox : 1
  3554. Enum HumanoidDisplayDistanceType
  3555. EnumItem HumanoidDisplayDistanceType.Viewer : 0
  3556. EnumItem HumanoidDisplayDistanceType.Subject : 1
  3557. EnumItem HumanoidDisplayDistanceType.None : 2
  3558. Enum HumanoidHealthDisplayType
  3559. EnumItem HumanoidHealthDisplayType.DisplayWhenDamaged : 0
  3560. EnumItem HumanoidHealthDisplayType.AlwaysOn : 1
  3561. EnumItem HumanoidHealthDisplayType.AlwaysOff : 2
  3562. Enum HumanoidRigType
  3563. EnumItem HumanoidRigType.R6 : 0
  3564. EnumItem HumanoidRigType.R15 : 1
  3565. Enum HumanoidStateType
  3566. EnumItem HumanoidStateType.FallingDown : 0
  3567. EnumItem HumanoidStateType.Running : 8
  3568. EnumItem HumanoidStateType.RunningNoPhysics : 10
  3569. EnumItem HumanoidStateType.Climbing : 12
  3570. EnumItem HumanoidStateType.StrafingNoPhysics : 11
  3571. EnumItem HumanoidStateType.Ragdoll : 1
  3572. EnumItem HumanoidStateType.GettingUp : 2
  3573. EnumItem HumanoidStateType.Jumping : 3
  3574. EnumItem HumanoidStateType.Landed : 7
  3575. EnumItem HumanoidStateType.Flying : 6
  3576. EnumItem HumanoidStateType.Freefall : 5
  3577. EnumItem HumanoidStateType.Seated : 13
  3578. EnumItem HumanoidStateType.PlatformStanding : 14
  3579. EnumItem HumanoidStateType.Dead : 15
  3580. EnumItem HumanoidStateType.Swimming : 4
  3581. EnumItem HumanoidStateType.Physics : 16
  3582. EnumItem HumanoidStateType.None : 18
  3583. Enum InOut
  3584. EnumItem InOut.Edge : 0
  3585. EnumItem InOut.Inset : 1
  3586. EnumItem InOut.Center : 2
  3587. Enum InfoType
  3588. EnumItem InfoType.Asset : 0
  3589. EnumItem InfoType.Product : 1
  3590. EnumItem InfoType.GamePass : 2
  3591. Enum InitialDockState
  3592. EnumItem InitialDockState.Top : 0
  3593. EnumItem InitialDockState.Bottom : 1
  3594. EnumItem InitialDockState.Left : 2
  3595. EnumItem InitialDockState.Right : 3
  3596. EnumItem InitialDockState.Float : 4
  3597. Enum InputType
  3598. EnumItem InputType.NoInput : 0
  3599. EnumItem InputType.Constant : 12
  3600. EnumItem InputType.Sin : 13
  3601. Enum JointCreationMode
  3602. EnumItem JointCreationMode.All : 0
  3603. EnumItem JointCreationMode.Surface : 1
  3604. EnumItem JointCreationMode.None : 2
  3605. Enum JointType
  3606. EnumItem JointType.None : 28
  3607. EnumItem JointType.Rotate : 7
  3608. EnumItem JointType.RotateP : 8
  3609. EnumItem JointType.RotateV : 9
  3610. EnumItem JointType.Glue : 10
  3611. EnumItem JointType.Weld : 1
  3612. EnumItem JointType.Snap : 3
  3613. Enum KeyCode
  3614. EnumItem KeyCode.Unknown : 0
  3615. EnumItem KeyCode.Backspace : 8
  3616. EnumItem KeyCode.Tab : 9
  3617. EnumItem KeyCode.Clear : 12
  3618. EnumItem KeyCode.Return : 13
  3619. EnumItem KeyCode.Pause : 19
  3620. EnumItem KeyCode.Escape : 27
  3621. EnumItem KeyCode.Space : 32
  3622. EnumItem KeyCode.QuotedDouble : 34
  3623. EnumItem KeyCode.Hash : 35
  3624. EnumItem KeyCode.Dollar : 36
  3625. EnumItem KeyCode.Percent : 37
  3626. EnumItem KeyCode.Ampersand : 38
  3627. EnumItem KeyCode.Quote : 39
  3628. EnumItem KeyCode.LeftParenthesis : 40
  3629. EnumItem KeyCode.RightParenthesis : 41
  3630. EnumItem KeyCode.Asterisk : 42
  3631. EnumItem KeyCode.Plus : 43
  3632. EnumItem KeyCode.Comma : 44
  3633. EnumItem KeyCode.Minus : 45
  3634. EnumItem KeyCode.Period : 46
  3635. EnumItem KeyCode.Slash : 47
  3636. EnumItem KeyCode.Zero : 48
  3637. EnumItem KeyCode.One : 49
  3638. EnumItem KeyCode.Two : 50
  3639. EnumItem KeyCode.Three : 51
  3640. EnumItem KeyCode.Four : 52
  3641. EnumItem KeyCode.Five : 53
  3642. EnumItem KeyCode.Six : 54
  3643. EnumItem KeyCode.Seven : 55
  3644. EnumItem KeyCode.Eight : 56
  3645. EnumItem KeyCode.Nine : 57
  3646. EnumItem KeyCode.Colon : 58
  3647. EnumItem KeyCode.Semicolon : 59
  3648. EnumItem KeyCode.LessThan : 60
  3649. EnumItem KeyCode.Equals : 61
  3650. EnumItem KeyCode.GreaterThan : 62
  3651. EnumItem KeyCode.Question : 63
  3652. EnumItem KeyCode.At : 64
  3653. EnumItem KeyCode.LeftBracket : 91
  3654. EnumItem KeyCode.BackSlash : 92
  3655. EnumItem KeyCode.RightBracket : 93
  3656. EnumItem KeyCode.Caret : 94
  3657. EnumItem KeyCode.Underscore : 95
  3658. EnumItem KeyCode.Backquote : 96
  3659. EnumItem KeyCode.A : 97
  3660. EnumItem KeyCode.B : 98
  3661. EnumItem KeyCode.C : 99
  3662. EnumItem KeyCode.D : 100
  3663. EnumItem KeyCode.E : 101
  3664. EnumItem KeyCode.F : 102
  3665. EnumItem KeyCode.G : 103
  3666. EnumItem KeyCode.H : 104
  3667. EnumItem KeyCode.I : 105
  3668. EnumItem KeyCode.J : 106
  3669. EnumItem KeyCode.K : 107
  3670. EnumItem KeyCode.L : 108
  3671. EnumItem KeyCode.M : 109
  3672. EnumItem KeyCode.N : 110
  3673. EnumItem KeyCode.O : 111
  3674. EnumItem KeyCode.P : 112
  3675. EnumItem KeyCode.Q : 113
  3676. EnumItem KeyCode.R : 114
  3677. EnumItem KeyCode.S : 115
  3678. EnumItem KeyCode.T : 116
  3679. EnumItem KeyCode.U : 117
  3680. EnumItem KeyCode.V : 118
  3681. EnumItem KeyCode.W : 119
  3682. EnumItem KeyCode.X : 120
  3683. EnumItem KeyCode.Y : 121
  3684. EnumItem KeyCode.Z : 122
  3685. EnumItem KeyCode.LeftCurly : 123
  3686. EnumItem KeyCode.Pipe : 124
  3687. EnumItem KeyCode.RightCurly : 125
  3688. EnumItem KeyCode.Tilde : 126
  3689. EnumItem KeyCode.Delete : 127
  3690. EnumItem KeyCode.KeypadZero : 256
  3691. EnumItem KeyCode.KeypadOne : 257
  3692. EnumItem KeyCode.KeypadTwo : 258
  3693. EnumItem KeyCode.KeypadThree : 259
  3694. EnumItem KeyCode.KeypadFour : 260
  3695. EnumItem KeyCode.KeypadFive : 261
  3696. EnumItem KeyCode.KeypadSix : 262
  3697. EnumItem KeyCode.KeypadSeven : 263
  3698. EnumItem KeyCode.KeypadEight : 264
  3699. EnumItem KeyCode.KeypadNine : 265
  3700. EnumItem KeyCode.KeypadPeriod : 266
  3701. EnumItem KeyCode.KeypadDivide : 267
  3702. EnumItem KeyCode.KeypadMultiply : 268
  3703. EnumItem KeyCode.KeypadMinus : 269
  3704. EnumItem KeyCode.KeypadPlus : 270
  3705. EnumItem KeyCode.KeypadEnter : 271
  3706. EnumItem KeyCode.KeypadEquals : 272
  3707. EnumItem KeyCode.Up : 273
  3708. EnumItem KeyCode.Down : 274
  3709. EnumItem KeyCode.Right : 275
  3710. EnumItem KeyCode.Left : 276
  3711. EnumItem KeyCode.Insert : 277
  3712. EnumItem KeyCode.Home : 278
  3713. EnumItem KeyCode.End : 279
  3714. EnumItem KeyCode.PageUp : 280
  3715. EnumItem KeyCode.PageDown : 281
  3716. EnumItem KeyCode.LeftShift : 304
  3717. EnumItem KeyCode.RightShift : 303
  3718. EnumItem KeyCode.LeftMeta : 310
  3719. EnumItem KeyCode.RightMeta : 309
  3720. EnumItem KeyCode.LeftAlt : 308
  3721. EnumItem KeyCode.RightAlt : 307
  3722. EnumItem KeyCode.LeftControl : 306
  3723. EnumItem KeyCode.RightControl : 305
  3724. EnumItem KeyCode.CapsLock : 301
  3725. EnumItem KeyCode.NumLock : 300
  3726. EnumItem KeyCode.ScrollLock : 302
  3727. EnumItem KeyCode.LeftSuper : 311
  3728. EnumItem KeyCode.RightSuper : 312
  3729. EnumItem KeyCode.Mode : 313
  3730. EnumItem KeyCode.Compose : 314
  3731. EnumItem KeyCode.Help : 315
  3732. EnumItem KeyCode.Print : 316
  3733. EnumItem KeyCode.SysReq : 317
  3734. EnumItem KeyCode.Break : 318
  3735. EnumItem KeyCode.Menu : 319
  3736. EnumItem KeyCode.Power : 320
  3737. EnumItem KeyCode.Euro : 321
  3738. EnumItem KeyCode.Undo : 322
  3739. EnumItem KeyCode.F1 : 282
  3740. EnumItem KeyCode.F2 : 283
  3741. EnumItem KeyCode.F3 : 284
  3742. EnumItem KeyCode.F4 : 285
  3743. EnumItem KeyCode.F5 : 286
  3744. EnumItem KeyCode.F6 : 287
  3745. EnumItem KeyCode.F7 : 288
  3746. EnumItem KeyCode.F8 : 289
  3747. EnumItem KeyCode.F9 : 290
  3748. EnumItem KeyCode.F10 : 291
  3749. EnumItem KeyCode.F11 : 292
  3750. EnumItem KeyCode.F12 : 293
  3751. EnumItem KeyCode.F13 : 294
  3752. EnumItem KeyCode.F14 : 295
  3753. EnumItem KeyCode.F15 : 296
  3754. EnumItem KeyCode.World0 : 160
  3755. EnumItem KeyCode.World1 : 161
  3756. EnumItem KeyCode.World2 : 162
  3757. EnumItem KeyCode.World3 : 163
  3758. EnumItem KeyCode.World4 : 164
  3759. EnumItem KeyCode.World5 : 165
  3760. EnumItem KeyCode.World6 : 166
  3761. EnumItem KeyCode.World7 : 167
  3762. EnumItem KeyCode.World8 : 168
  3763. EnumItem KeyCode.World9 : 169
  3764. EnumItem KeyCode.World10 : 170
  3765. EnumItem KeyCode.World11 : 171
  3766. EnumItem KeyCode.World12 : 172
  3767. EnumItem KeyCode.World13 : 173
  3768. EnumItem KeyCode.World14 : 174
  3769. EnumItem KeyCode.World15 : 175
  3770. EnumItem KeyCode.World16 : 176
  3771. EnumItem KeyCode.World17 : 177
  3772. EnumItem KeyCode.World18 : 178
  3773. EnumItem KeyCode.World19 : 179
  3774. EnumItem KeyCode.World20 : 180
  3775. EnumItem KeyCode.World21 : 181
  3776. EnumItem KeyCode.World22 : 182
  3777. EnumItem KeyCode.World23 : 183
  3778. EnumItem KeyCode.World24 : 184
  3779. EnumItem KeyCode.World25 : 185
  3780. EnumItem KeyCode.World26 : 186
  3781. EnumItem KeyCode.World27 : 187
  3782. EnumItem KeyCode.World28 : 188
  3783. EnumItem KeyCode.World29 : 189
  3784. EnumItem KeyCode.World30 : 190
  3785. EnumItem KeyCode.World31 : 191
  3786. EnumItem KeyCode.World32 : 192
  3787. EnumItem KeyCode.World33 : 193
  3788. EnumItem KeyCode.World34 : 194
  3789. EnumItem KeyCode.World35 : 195
  3790. EnumItem KeyCode.World36 : 196
  3791. EnumItem KeyCode.World37 : 197
  3792. EnumItem KeyCode.World38 : 198
  3793. EnumItem KeyCode.World39 : 199
  3794. EnumItem KeyCode.World40 : 200
  3795. EnumItem KeyCode.World41 : 201
  3796. EnumItem KeyCode.World42 : 202
  3797. EnumItem KeyCode.World43 : 203
  3798. EnumItem KeyCode.World44 : 204
  3799. EnumItem KeyCode.World45 : 205
  3800. EnumItem KeyCode.World46 : 206
  3801. EnumItem KeyCode.World47 : 207
  3802. EnumItem KeyCode.World48 : 208
  3803. EnumItem KeyCode.World49 : 209
  3804. EnumItem KeyCode.World50 : 210
  3805. EnumItem KeyCode.World51 : 211
  3806. EnumItem KeyCode.World52 : 212
  3807. EnumItem KeyCode.World53 : 213
  3808. EnumItem KeyCode.World54 : 214
  3809. EnumItem KeyCode.World55 : 215
  3810. EnumItem KeyCode.World56 : 216
  3811. EnumItem KeyCode.World57 : 217
  3812. EnumItem KeyCode.World58 : 218
  3813. EnumItem KeyCode.World59 : 219
  3814. EnumItem KeyCode.World60 : 220
  3815. EnumItem KeyCode.World61 : 221
  3816. EnumItem KeyCode.World62 : 222
  3817. EnumItem KeyCode.World63 : 223
  3818. EnumItem KeyCode.World64 : 224
  3819. EnumItem KeyCode.World65 : 225
  3820. EnumItem KeyCode.World66 : 226
  3821. EnumItem KeyCode.World67 : 227
  3822. EnumItem KeyCode.World68 : 228
  3823. EnumItem KeyCode.World69 : 229
  3824. EnumItem KeyCode.World70 : 230
  3825. EnumItem KeyCode.World71 : 231
  3826. EnumItem KeyCode.World72 : 232
  3827. EnumItem KeyCode.World73 : 233
  3828. EnumItem KeyCode.World74 : 234
  3829. EnumItem KeyCode.World75 : 235
  3830. EnumItem KeyCode.World76 : 236
  3831. EnumItem KeyCode.World77 : 237
  3832. EnumItem KeyCode.World78 : 238
  3833. EnumItem KeyCode.World79 : 239
  3834. EnumItem KeyCode.World80 : 240
  3835. EnumItem KeyCode.World81 : 241
  3836. EnumItem KeyCode.World82 : 242
  3837. EnumItem KeyCode.World83 : 243
  3838. EnumItem KeyCode.World84 : 244
  3839. EnumItem KeyCode.World85 : 245
  3840. EnumItem KeyCode.World86 : 246
  3841. EnumItem KeyCode.World87 : 247
  3842. EnumItem KeyCode.World88 : 248
  3843. EnumItem KeyCode.World89 : 249
  3844. EnumItem KeyCode.World90 : 250
  3845. EnumItem KeyCode.World91 : 251
  3846. EnumItem KeyCode.World92 : 252
  3847. EnumItem KeyCode.World93 : 253
  3848. EnumItem KeyCode.World94 : 254
  3849. EnumItem KeyCode.World95 : 255
  3850. EnumItem KeyCode.ButtonX : 1000
  3851. EnumItem KeyCode.ButtonY : 1001
  3852. EnumItem KeyCode.ButtonA : 1002
  3853. EnumItem KeyCode.ButtonB : 1003
  3854. EnumItem KeyCode.ButtonR1 : 1004
  3855. EnumItem KeyCode.ButtonL1 : 1005
  3856. EnumItem KeyCode.ButtonR2 : 1006
  3857. EnumItem KeyCode.ButtonL2 : 1007
  3858. EnumItem KeyCode.ButtonR3 : 1008
  3859. EnumItem KeyCode.ButtonL3 : 1009
  3860. EnumItem KeyCode.ButtonStart : 1010
  3861. EnumItem KeyCode.ButtonSelect : 1011
  3862. EnumItem KeyCode.DPadLeft : 1012
  3863. EnumItem KeyCode.DPadRight : 1013
  3864. EnumItem KeyCode.DPadUp : 1014
  3865. EnumItem KeyCode.DPadDown : 1015
  3866. EnumItem KeyCode.Thumbstick1 : 1016
  3867. EnumItem KeyCode.Thumbstick2 : 1017
  3868. Enum KeywordFilterType
  3869. EnumItem KeywordFilterType.Include : 0
  3870. EnumItem KeywordFilterType.Exclude : 1
  3871. Enum Language
  3872. EnumItem Language.Default : 0
  3873. Enum LeftRight
  3874. EnumItem LeftRight.Left : 0
  3875. EnumItem LeftRight.Center : 1
  3876. EnumItem LeftRight.Right : 2
  3877. Enum LevelOfDetailSetting
  3878. EnumItem LevelOfDetailSetting.High : 2
  3879. EnumItem LevelOfDetailSetting.Medium : 1
  3880. EnumItem LevelOfDetailSetting.Low : 0
  3881. Enum Limb
  3882. EnumItem Limb.Head : 0
  3883. EnumItem Limb.Torso : 1
  3884. EnumItem Limb.LeftArm : 2
  3885. EnumItem Limb.RightArm : 3
  3886. EnumItem Limb.LeftLeg : 4
  3887. EnumItem Limb.RightLeg : 5
  3888. EnumItem Limb.Unknown : 6
  3889. Enum ListenerType
  3890. EnumItem ListenerType.Camera : 0
  3891. EnumItem ListenerType.CFrame : 1
  3892. EnumItem ListenerType.ObjectPosition : 2
  3893. EnumItem ListenerType.ObjectCFrame : 3
  3894. Enum Material
  3895. EnumItem Material.Plastic : 256
  3896. EnumItem Material.Wood : 512
  3897. EnumItem Material.Slate : 800
  3898. EnumItem Material.Concrete : 816
  3899. EnumItem Material.CorrodedMetal : 1040
  3900. EnumItem Material.DiamondPlate : 1056
  3901. EnumItem Material.Foil : 1072
  3902. EnumItem Material.Grass : 1280
  3903. EnumItem Material.Ice : 1536
  3904. EnumItem Material.Marble : 784
  3905. EnumItem Material.Granite : 832
  3906. EnumItem Material.Brick : 848
  3907. EnumItem Material.Pebble : 864
  3908. EnumItem Material.Sand : 1296
  3909. EnumItem Material.Fabric : 1312
  3910. EnumItem Material.SmoothPlastic : 272
  3911. EnumItem Material.Metal : 1088
  3912. EnumItem Material.WoodPlanks : 528
  3913. EnumItem Material.Cobblestone : 880
  3914. EnumItem Material.Air : 1792 [notbrowsable]
  3915. EnumItem Material.Water : 2048 [notbrowsable]
  3916. EnumItem Material.Rock : 896 [notbrowsable]
  3917. EnumItem Material.Glacier : 1552 [notbrowsable]
  3918. EnumItem Material.Snow : 1328 [notbrowsable]
  3919. EnumItem Material.Sandstone : 912 [notbrowsable]
  3920. EnumItem Material.Mud : 1344 [notbrowsable]
  3921. EnumItem Material.Basalt : 788 [notbrowsable]
  3922. EnumItem Material.Ground : 1360 [notbrowsable]
  3923. EnumItem Material.CrackedLava : 804 [notbrowsable]
  3924. EnumItem Material.Neon : 288
  3925. EnumItem Material.Glass : 1568
  3926. EnumItem Material.Asphalt : 1376 [notbrowsable]
  3927. EnumItem Material.LeafyGrass : 1284 [notbrowsable]
  3928. EnumItem Material.Salt : 1392 [notbrowsable]
  3929. EnumItem Material.Limestone : 820 [notbrowsable]
  3930. EnumItem Material.Pavement : 836 [notbrowsable]
  3931. EnumItem Material.ForceField : 1584 [deprecated]
  3932. Enum MembershipType
  3933. EnumItem MembershipType.None : 0
  3934. EnumItem MembershipType.BuildersClub : 1
  3935. EnumItem MembershipType.TurboBuildersClub : 2
  3936. EnumItem MembershipType.OutrageousBuildersClub : 3
  3937. Enum MeshType
  3938. EnumItem MeshType.Head : 0
  3939. EnumItem MeshType.Torso : 1
  3940. EnumItem MeshType.Wedge : 2
  3941. EnumItem MeshType.Prism : 7 [deprecated]
  3942. EnumItem MeshType.Pyramid : 8 [deprecated]
  3943. EnumItem MeshType.ParallelRamp : 9 [deprecated]
  3944. EnumItem MeshType.RightAngleRamp : 10 [deprecated]
  3945. EnumItem MeshType.CornerWedge : 11 [deprecated]
  3946. EnumItem MeshType.Brick : 6
  3947. EnumItem MeshType.Sphere : 3
  3948. EnumItem MeshType.Cylinder : 4
  3949. EnumItem MeshType.FileMesh : 5
  3950. Enum MessageType
  3951. EnumItem MessageType.MessageOutput : 0
  3952. EnumItem MessageType.MessageInfo : 1
  3953. EnumItem MessageType.MessageWarning : 2
  3954. EnumItem MessageType.MessageError : 3
  3955. Enum MouseBehavior
  3956. EnumItem MouseBehavior.Default : 0
  3957. EnumItem MouseBehavior.LockCenter : 1
  3958. EnumItem MouseBehavior.LockCurrentPosition : 2
  3959. Enum MoveState
  3960. EnumItem MoveState.Stopped : 0
  3961. EnumItem MoveState.Coasting : 1
  3962. EnumItem MoveState.Pushing : 2
  3963. EnumItem MoveState.Stopping : 3
  3964. EnumItem MoveState.AirFree : 4
  3965. Enum NameOcclusion
  3966. EnumItem NameOcclusion.OccludeAll : 2
  3967. EnumItem NameOcclusion.EnemyOcclusion : 1
  3968. EnumItem NameOcclusion.NoOcclusion : 0
  3969. Enum NetworkOwnership
  3970. EnumItem NetworkOwnership.Automatic : 0
  3971. EnumItem NetworkOwnership.Manual : 1
  3972. EnumItem NetworkOwnership.OnContact : 2
  3973. Enum NormalId
  3974. EnumItem NormalId.Top : 1
  3975. EnumItem NormalId.Bottom : 4
  3976. EnumItem NormalId.Back : 2
  3977. EnumItem NormalId.Front : 5
  3978. EnumItem NormalId.Right : 0
  3979. EnumItem NormalId.Left : 3
  3980. Enum OverrideMouseIconBehavior
  3981. EnumItem OverrideMouseIconBehavior.None : 0
  3982. EnumItem OverrideMouseIconBehavior.ForceShow : 1
  3983. EnumItem OverrideMouseIconBehavior.ForceHide : 2
  3984. Enum PacketPriority
  3985. EnumItem PacketPriority.IMMEDIATE_PRIORITY : 0
  3986. EnumItem PacketPriority.HIGH_PRIORITY : 1
  3987. EnumItem PacketPriority.MEDIUM_PRIORITY : 2
  3988. EnumItem PacketPriority.LOW_PRIORITY : 3
  3989. Enum PartType
  3990. EnumItem PartType.Ball : 0
  3991. EnumItem PartType.Block : 1
  3992. EnumItem PartType.Cylinder : 2
  3993. Enum PathStatus
  3994. EnumItem PathStatus.Success : 0
  3995. EnumItem PathStatus.ClosestNoPath : 1 [deprecated]
  3996. EnumItem PathStatus.ClosestOutOfRange : 2 [deprecated]
  3997. EnumItem PathStatus.FailStartNotEmpty : 3 [deprecated]
  3998. EnumItem PathStatus.FailFinishNotEmpty : 4 [deprecated]
  3999. EnumItem PathStatus.NoPath : 5
  4000. Enum PathWaypointAction
  4001. EnumItem PathWaypointAction.Walk : 0
  4002. EnumItem PathWaypointAction.Jump : 1
  4003. Enum Platform
  4004. EnumItem Platform.Windows : 0
  4005. EnumItem Platform.OSX : 1
  4006. EnumItem Platform.IOS : 2
  4007. EnumItem Platform.Android : 3
  4008. EnumItem Platform.XBoxOne : 4
  4009. EnumItem Platform.PS4 : 5
  4010. EnumItem Platform.PS3 : 6
  4011. EnumItem Platform.XBox360 : 7
  4012. EnumItem Platform.WiiU : 8
  4013. EnumItem Platform.NX : 9
  4014. EnumItem Platform.Ouya : 10
  4015. EnumItem Platform.AndroidTV : 11
  4016. EnumItem Platform.Chromecast : 12
  4017. EnumItem Platform.Linux : 13
  4018. EnumItem Platform.SteamOS : 14
  4019. EnumItem Platform.WebOS : 15
  4020. EnumItem Platform.DOS : 16
  4021. EnumItem Platform.BeOS : 17
  4022. EnumItem Platform.UWP : 18
  4023. EnumItem Platform.None : 19
  4024. Enum PlaybackState
  4025. EnumItem PlaybackState.Begin : 0
  4026. EnumItem PlaybackState.Delayed : 1
  4027. EnumItem PlaybackState.Playing : 2
  4028. EnumItem PlaybackState.Paused : 3
  4029. EnumItem PlaybackState.Completed : 4
  4030. EnumItem PlaybackState.Cancelled : 5
  4031. Enum PlayerActions
  4032. EnumItem PlayerActions.CharacterForward : 0
  4033. EnumItem PlayerActions.CharacterBackward : 1
  4034. EnumItem PlayerActions.CharacterLeft : 2
  4035. EnumItem PlayerActions.CharacterRight : 3
  4036. EnumItem PlayerActions.CharacterJump : 4
  4037. Enum PlayerChatType
  4038. EnumItem PlayerChatType.All : 0
  4039. EnumItem PlayerChatType.Team : 1
  4040. EnumItem PlayerChatType.Whisper : 2
  4041. Enum PoseEasingDirection
  4042. EnumItem PoseEasingDirection.Out : 1
  4043. EnumItem PoseEasingDirection.InOut : 2
  4044. EnumItem PoseEasingDirection.In : 0
  4045. Enum PoseEasingStyle
  4046. EnumItem PoseEasingStyle.Linear : 0
  4047. EnumItem PoseEasingStyle.Constant : 1
  4048. EnumItem PoseEasingStyle.Elastic : 2
  4049. EnumItem PoseEasingStyle.Cubic : 3
  4050. EnumItem PoseEasingStyle.Bounce : 4
  4051. Enum PrivilegeType
  4052. EnumItem PrivilegeType.Owner : 255
  4053. EnumItem PrivilegeType.Admin : 240
  4054. EnumItem PrivilegeType.Member : 128
  4055. EnumItem PrivilegeType.Visitor : 10
  4056. EnumItem PrivilegeType.Banned : 0
  4057. Enum ProductPurchaseDecision
  4058. EnumItem ProductPurchaseDecision.NotProcessedYet : 0
  4059. EnumItem ProductPurchaseDecision.PurchaseGranted : 1
  4060. Enum QualityLevel
  4061. EnumItem QualityLevel.Automatic : 0
  4062. EnumItem QualityLevel.Level01 : 1
  4063. EnumItem QualityLevel.Level02 : 2
  4064. EnumItem QualityLevel.Level03 : 3
  4065. EnumItem QualityLevel.Level04 : 4
  4066. EnumItem QualityLevel.Level05 : 5
  4067. EnumItem QualityLevel.Level06 : 6
  4068. EnumItem QualityLevel.Level07 : 7
  4069. EnumItem QualityLevel.Level08 : 8
  4070. EnumItem QualityLevel.Level09 : 9
  4071. EnumItem QualityLevel.Level10 : 10
  4072. EnumItem QualityLevel.Level11 : 11
  4073. EnumItem QualityLevel.Level12 : 12
  4074. EnumItem QualityLevel.Level13 : 13
  4075. EnumItem QualityLevel.Level14 : 14
  4076. EnumItem QualityLevel.Level15 : 15
  4077. EnumItem QualityLevel.Level16 : 16
  4078. EnumItem QualityLevel.Level17 : 17
  4079. EnumItem QualityLevel.Level18 : 18
  4080. EnumItem QualityLevel.Level19 : 19
  4081. EnumItem QualityLevel.Level20 : 20
  4082. EnumItem QualityLevel.Level21 : 21
  4083. Enum R15CollisionType
  4084. EnumItem R15CollisionType.OuterBox : 0
  4085. EnumItem R15CollisionType.InnerBox : 1
  4086. Enum RenderFidelity
  4087. EnumItem RenderFidelity.Automatic : 0
  4088. EnumItem RenderFidelity.Precise : 1
  4089. Enum RenderPriority
  4090. EnumItem RenderPriority.First : 0
  4091. EnumItem RenderPriority.Input : 100
  4092. EnumItem RenderPriority.Camera : 200
  4093. EnumItem RenderPriority.Character : 300
  4094. EnumItem RenderPriority.Last : 2000
  4095. Enum RenderingTestComparisonMethod
  4096. EnumItem RenderingTestComparisonMethod.psnr : 0
  4097. EnumItem RenderingTestComparisonMethod.diff : 1
  4098. Enum ReverbType
  4099. EnumItem ReverbType.NoReverb : 0
  4100. EnumItem ReverbType.GenericReverb : 1
  4101. EnumItem ReverbType.PaddedCell : 2
  4102. EnumItem ReverbType.Room : 3
  4103. EnumItem ReverbType.Bathroom : 4
  4104. EnumItem ReverbType.LivingRoom : 5
  4105. EnumItem ReverbType.StoneRoom : 6
  4106. EnumItem ReverbType.Auditorium : 7
  4107. EnumItem ReverbType.ConcertHall : 8
  4108. EnumItem ReverbType.Cave : 9
  4109. EnumItem ReverbType.Arena : 10
  4110. EnumItem ReverbType.Hangar : 11
  4111. EnumItem ReverbType.CarpettedHallway : 12
  4112. EnumItem ReverbType.Hallway : 13
  4113. EnumItem ReverbType.StoneCorridor : 14
  4114. EnumItem ReverbType.Alley : 15
  4115. EnumItem ReverbType.Forest : 16
  4116. EnumItem ReverbType.City : 17
  4117. EnumItem ReverbType.Mountains : 18
  4118. EnumItem ReverbType.Quarry : 19
  4119. EnumItem ReverbType.Plain : 20
  4120. EnumItem ReverbType.ParkingLot : 21
  4121. EnumItem ReverbType.SewerPipe : 22
  4122. EnumItem ReverbType.UnderWater : 23
  4123. Enum RibbonTool
  4124. EnumItem RibbonTool.Select : 0
  4125. EnumItem RibbonTool.Scale : 1
  4126. EnumItem RibbonTool.Rotate : 2
  4127. EnumItem RibbonTool.Move : 3
  4128. EnumItem RibbonTool.Transform : 4
  4129. EnumItem RibbonTool.ColorPicker : 5
  4130. EnumItem RibbonTool.MaterialPicker : 6
  4131. EnumItem RibbonTool.Group : 7
  4132. EnumItem RibbonTool.Ungroup : 8
  4133. EnumItem RibbonTool.None : 9
  4134. Enum RollOffMode
  4135. EnumItem RollOffMode.Inverse : 0
  4136. EnumItem RollOffMode.Linear : 1
  4137. EnumItem RollOffMode.InverseTapered : 3
  4138. EnumItem RollOffMode.LinearSquare : 2
  4139. Enum RotationType
  4140. EnumItem RotationType.MovementRelative : 0
  4141. EnumItem RotationType.CameraRelative : 1
  4142. Enum RuntimeUndoBehavior
  4143. EnumItem RuntimeUndoBehavior.Aggregate : 0
  4144. EnumItem RuntimeUndoBehavior.Snapshot : 1
  4145. EnumItem RuntimeUndoBehavior.Hybrid : 2
  4146. Enum SaveFilter
  4147. EnumItem SaveFilter.SaveAll : 2
  4148. EnumItem SaveFilter.SaveWorld : 0
  4149. EnumItem SaveFilter.SaveGame : 1
  4150. Enum SavedQualitySetting
  4151. EnumItem SavedQualitySetting.Automatic : 0
  4152. EnumItem SavedQualitySetting.QualityLevel1 : 1
  4153. EnumItem SavedQualitySetting.QualityLevel2 : 2
  4154. EnumItem SavedQualitySetting.QualityLevel3 : 3
  4155. EnumItem SavedQualitySetting.QualityLevel4 : 4
  4156. EnumItem SavedQualitySetting.QualityLevel5 : 5
  4157. EnumItem SavedQualitySetting.QualityLevel6 : 6
  4158. EnumItem SavedQualitySetting.QualityLevel7 : 7
  4159. EnumItem SavedQualitySetting.QualityLevel8 : 8
  4160. EnumItem SavedQualitySetting.QualityLevel9 : 9
  4161. EnumItem SavedQualitySetting.QualityLevel10 : 10
  4162. Enum ScaleType
  4163. EnumItem ScaleType.Stretch : 0
  4164. EnumItem ScaleType.Slice : 1
  4165. EnumItem ScaleType.Tile : 2
  4166. EnumItem ScaleType.Fit : 3
  4167. EnumItem ScaleType.Crop : 4
  4168. Enum ScreenOrientation
  4169. EnumItem ScreenOrientation.LandscapeLeft : 0
  4170. EnumItem ScreenOrientation.LandscapeRight : 1
  4171. EnumItem ScreenOrientation.LandscapeSensor : 2
  4172. EnumItem ScreenOrientation.Portrait : 3
  4173. EnumItem ScreenOrientation.Sensor : 4
  4174. Enum ScrollBarInset
  4175. EnumItem ScrollBarInset.None : 0
  4176. EnumItem ScrollBarInset.ScrollBar : 1
  4177. EnumItem ScrollBarInset.Always : 2
  4178. Enum ScrollingDirection
  4179. EnumItem ScrollingDirection.X : 1
  4180. EnumItem ScrollingDirection.Y : 2
  4181. EnumItem ScrollingDirection.XY : 4
  4182. Enum SizeConstraint
  4183. EnumItem SizeConstraint.RelativeXY : 0
  4184. EnumItem SizeConstraint.RelativeXX : 1
  4185. EnumItem SizeConstraint.RelativeYY : 2
  4186. Enum SortOrder
  4187. EnumItem SortOrder.LayoutOrder : 2
  4188. EnumItem SortOrder.Name : 0
  4189. EnumItem SortOrder.Custom : 1 [deprecated]
  4190. Enum SoundType
  4191. EnumItem SoundType.NoSound : 0
  4192. EnumItem SoundType.Boing : 1
  4193. EnumItem SoundType.Bomb : 2
  4194. EnumItem SoundType.Break : 3
  4195. EnumItem SoundType.Click : 4
  4196. EnumItem SoundType.Clock : 5
  4197. EnumItem SoundType.Slingshot : 6
  4198. EnumItem SoundType.Page : 7
  4199. EnumItem SoundType.Ping : 8
  4200. EnumItem SoundType.Snap : 9
  4201. EnumItem SoundType.Splat : 10
  4202. EnumItem SoundType.Step : 11
  4203. EnumItem SoundType.StepOn : 12
  4204. EnumItem SoundType.Swoosh : 13
  4205. EnumItem SoundType.Victory : 14
  4206. Enum SpecialKey
  4207. EnumItem SpecialKey.Insert : 0
  4208. EnumItem SpecialKey.Home : 1
  4209. EnumItem SpecialKey.End : 2
  4210. EnumItem SpecialKey.PageUp : 3
  4211. EnumItem SpecialKey.PageDown : 4
  4212. EnumItem SpecialKey.ChatHotkey : 5
  4213. Enum StartCorner
  4214. EnumItem StartCorner.TopLeft : 0
  4215. EnumItem StartCorner.TopRight : 1
  4216. EnumItem StartCorner.BottomLeft : 2
  4217. EnumItem StartCorner.BottomRight : 3
  4218. Enum Status
  4219. EnumItem Status.Poison : 0 [deprecated]
  4220. EnumItem Status.Confusion : 1 [deprecated]
  4221. Enum Style
  4222. EnumItem Style.AlternatingSupports : 0
  4223. EnumItem Style.BridgeStyleSupports : 1
  4224. EnumItem Style.NoSupports : 2
  4225. Enum SurfaceConstraint
  4226. EnumItem SurfaceConstraint.None : 0
  4227. EnumItem SurfaceConstraint.Hinge : 1
  4228. EnumItem SurfaceConstraint.SteppingMotor : 2
  4229. EnumItem SurfaceConstraint.Motor : 3
  4230. Enum SurfaceType
  4231. EnumItem SurfaceType.Smooth : 0
  4232. EnumItem SurfaceType.Glue : 1
  4233. EnumItem SurfaceType.Weld : 2
  4234. EnumItem SurfaceType.Studs : 3
  4235. EnumItem SurfaceType.Inlet : 4
  4236. EnumItem SurfaceType.Universal : 5
  4237. EnumItem SurfaceType.Hinge : 6
  4238. EnumItem SurfaceType.Motor : 7
  4239. EnumItem SurfaceType.SteppingMotor : 8
  4240. EnumItem SurfaceType.SmoothNoOutlines : 10
  4241. Enum SwipeDirection
  4242. EnumItem SwipeDirection.Right : 0
  4243. EnumItem SwipeDirection.Left : 1
  4244. EnumItem SwipeDirection.Up : 2
  4245. EnumItem SwipeDirection.Down : 3
  4246. EnumItem SwipeDirection.None : 4
  4247. Enum TableMajorAxis
  4248. EnumItem TableMajorAxis.RowMajor : 0
  4249. EnumItem TableMajorAxis.ColumnMajor : 1
  4250. Enum Technology
  4251. EnumItem Technology.Legacy : 0
  4252. EnumItem Technology.Voxel : 1
  4253. EnumItem Technology.Compatibility : 2 [deprecated]
  4254. Enum TeleportResult
  4255. EnumItem TeleportResult.Success : 0
  4256. EnumItem TeleportResult.Failure : 1
  4257. EnumItem TeleportResult.GameNotFound : 2
  4258. EnumItem TeleportResult.GameEnded : 3
  4259. EnumItem TeleportResult.GameFull : 4
  4260. EnumItem TeleportResult.Unauthorized : 5
  4261. EnumItem TeleportResult.Flooded : 6
  4262. EnumItem TeleportResult.IsTeleporting : 7
  4263. Enum TeleportState
  4264. EnumItem TeleportState.RequestedFromServer : 0
  4265. EnumItem TeleportState.Started : 1
  4266. EnumItem TeleportState.WaitingForServer : 2
  4267. EnumItem TeleportState.Failed : 3
  4268. EnumItem TeleportState.InProgress : 4
  4269. Enum TeleportType
  4270. EnumItem TeleportType.ToPlace : 0
  4271. EnumItem TeleportType.ToInstance : 1
  4272. EnumItem TeleportType.ToReservedServer : 2
  4273. Enum TextFilterContext
  4274. EnumItem TextFilterContext.PublicChat : 1
  4275. EnumItem TextFilterContext.PrivateChat : 2
  4276. Enum TextTruncate
  4277. EnumItem TextTruncate.None : 0
  4278. EnumItem TextTruncate.AtEnd : 1
  4279. Enum TextXAlignment
  4280. EnumItem TextXAlignment.Left : 0
  4281. EnumItem TextXAlignment.Center : 2
  4282. EnumItem TextXAlignment.Right : 1
  4283. Enum TextYAlignment
  4284. EnumItem TextYAlignment.Top : 0
  4285. EnumItem TextYAlignment.Center : 1
  4286. EnumItem TextYAlignment.Bottom : 2
  4287. Enum TextureMode
  4288. EnumItem TextureMode.Stretch : 0
  4289. EnumItem TextureMode.Wrap : 1
  4290. EnumItem TextureMode.Static : 2
  4291. Enum TextureQueryType
  4292. EnumItem TextureQueryType.NonHumanoid : 0
  4293. EnumItem TextureQueryType.NonHumanoidOrphaned : 1
  4294. EnumItem TextureQueryType.Humanoid : 2
  4295. EnumItem TextureQueryType.HumanoidOrphaned : 3
  4296. Enum ThreadPoolConfig
  4297. EnumItem ThreadPoolConfig.Auto : 0
  4298. EnumItem ThreadPoolConfig.PerCore1 : 101
  4299. EnumItem ThreadPoolConfig.PerCore2 : 102
  4300. EnumItem ThreadPoolConfig.PerCore3 : 103
  4301. EnumItem ThreadPoolConfig.PerCore4 : 104
  4302. EnumItem ThreadPoolConfig.Threads1 : 1
  4303. EnumItem ThreadPoolConfig.Threads2 : 2
  4304. EnumItem ThreadPoolConfig.Threads3 : 3
  4305. EnumItem ThreadPoolConfig.Threads4 : 4
  4306. EnumItem ThreadPoolConfig.Threads8 : 8
  4307. EnumItem ThreadPoolConfig.Threads16 : 16
  4308. Enum ThrottlingPriority
  4309. EnumItem ThrottlingPriority.Extreme : 2
  4310. EnumItem ThrottlingPriority.ElevatedOnServer : 1
  4311. EnumItem ThrottlingPriority.Default : 0
  4312. Enum ThumbnailSize
  4313. EnumItem ThumbnailSize.Size48x48 : 0
  4314. EnumItem ThumbnailSize.Size180x180 : 1
  4315. EnumItem ThumbnailSize.Size420x420 : 2
  4316. EnumItem ThumbnailSize.Size60x60 : 3
  4317. EnumItem ThumbnailSize.Size100x100 : 4
  4318. EnumItem ThumbnailSize.Size150x150 : 5
  4319. EnumItem ThumbnailSize.Size352x352 : 6
  4320. Enum ThumbnailType
  4321. EnumItem ThumbnailType.HeadShot : 0
  4322. EnumItem ThumbnailType.AvatarBust : 1
  4323. EnumItem ThumbnailType.AvatarThumbnail : 2
  4324. Enum TickCountSampleMethod
  4325. EnumItem TickCountSampleMethod.Fast : 0
  4326. EnumItem TickCountSampleMethod.Benchmark : 1
  4327. EnumItem TickCountSampleMethod.Precise : 2
  4328. Enum TopBottom
  4329. EnumItem TopBottom.Top : 0
  4330. EnumItem TopBottom.Center : 1
  4331. EnumItem TopBottom.Bottom : 2
  4332. Enum TouchCameraMovementMode
  4333. EnumItem TouchCameraMovementMode.Default : 0
  4334. EnumItem TouchCameraMovementMode.Follow : 2
  4335. EnumItem TouchCameraMovementMode.Classic : 1
  4336. EnumItem TouchCameraMovementMode.Orbital : 3
  4337. Enum TouchMovementMode
  4338. EnumItem TouchMovementMode.Default : 0
  4339. EnumItem TouchMovementMode.Thumbstick : 1
  4340. EnumItem TouchMovementMode.DPad : 2
  4341. EnumItem TouchMovementMode.Thumbpad : 3
  4342. EnumItem TouchMovementMode.ClickToMove : 4
  4343. EnumItem TouchMovementMode.DynamicThumbstick : 5
  4344. Enum TweenStatus
  4345. EnumItem TweenStatus.Canceled : 0
  4346. EnumItem TweenStatus.Completed : 1
  4347. Enum UiMessageType
  4348. EnumItem UiMessageType.UiMessageError : 0
  4349. EnumItem UiMessageType.UiMessageInfo : 1
  4350. Enum UploadSetting
  4351. EnumItem UploadSetting.Never : 0
  4352. EnumItem UploadSetting.Ask : 1
  4353. EnumItem UploadSetting.Always : 2
  4354. Enum UserCFrame
  4355. EnumItem UserCFrame.Head : 0
  4356. EnumItem UserCFrame.LeftHand : 1
  4357. EnumItem UserCFrame.RightHand : 2
  4358. Enum UserInputState
  4359. EnumItem UserInputState.Begin : 0
  4360. EnumItem UserInputState.Change : 1
  4361. EnumItem UserInputState.End : 2
  4362. EnumItem UserInputState.Cancel : 3
  4363. EnumItem UserInputState.None : 4
  4364. Enum UserInputType
  4365. EnumItem UserInputType.MouseButton1 : 0
  4366. EnumItem UserInputType.MouseButton2 : 1
  4367. EnumItem UserInputType.MouseButton3 : 2
  4368. EnumItem UserInputType.MouseWheel : 3
  4369. EnumItem UserInputType.MouseMovement : 4
  4370. EnumItem UserInputType.Touch : 7
  4371. EnumItem UserInputType.Keyboard : 8
  4372. EnumItem UserInputType.Focus : 9
  4373. EnumItem UserInputType.Accelerometer : 10
  4374. EnumItem UserInputType.Gyro : 11
  4375. EnumItem UserInputType.Gamepad1 : 12
  4376. EnumItem UserInputType.Gamepad2 : 13
  4377. EnumItem UserInputType.Gamepad3 : 14
  4378. EnumItem UserInputType.Gamepad4 : 15
  4379. EnumItem UserInputType.Gamepad5 : 16
  4380. EnumItem UserInputType.Gamepad6 : 17
  4381. EnumItem UserInputType.Gamepad7 : 18
  4382. EnumItem UserInputType.Gamepad8 : 19
  4383. EnumItem UserInputType.TextInput : 20
  4384. EnumItem UserInputType.InputMethod : 21
  4385. EnumItem UserInputType.None : 22
  4386. Enum VRTouchpad
  4387. EnumItem VRTouchpad.Left : 0
  4388. EnumItem VRTouchpad.Right : 1
  4389. Enum VRTouchpadMode
  4390. EnumItem VRTouchpadMode.Touch : 0
  4391. EnumItem VRTouchpadMode.VirtualThumbstick : 1
  4392. EnumItem VRTouchpadMode.ABXY : 2
  4393. Enum VerticalAlignment
  4394. EnumItem VerticalAlignment.Center : 0
  4395. EnumItem VerticalAlignment.Top : 1
  4396. EnumItem VerticalAlignment.Bottom : 2
  4397. Enum VerticalScrollBarPosition
  4398. EnumItem VerticalScrollBarPosition.Left : 1
  4399. EnumItem VerticalScrollBarPosition.Right : 0
  4400. Enum VibrationMotor
  4401. EnumItem VibrationMotor.Large : 0
  4402. EnumItem VibrationMotor.Small : 1
  4403. EnumItem VibrationMotor.LeftTrigger : 2
  4404. EnumItem VibrationMotor.RightTrigger : 3
  4405. EnumItem VibrationMotor.LeftHand : 4
  4406. EnumItem VibrationMotor.RightHand : 5
  4407. Enum VideoQualitySettings
  4408. EnumItem VideoQualitySettings.LowResolution : 0
  4409. EnumItem VideoQualitySettings.MediumResolution : 1
  4410. EnumItem VideoQualitySettings.HighResolution : 2
  4411. Enum VirtualInputMode
  4412. EnumItem VirtualInputMode.Recording : 1
  4413. EnumItem VirtualInputMode.Playing : 2
  4414. EnumItem VirtualInputMode.None : 0
  4415. Enum WaterDirection
  4416. EnumItem WaterDirection.NegX : 0
  4417. EnumItem WaterDirection.X : 1
  4418. EnumItem WaterDirection.NegY : 2
  4419. EnumItem WaterDirection.Y : 3
  4420. EnumItem WaterDirection.NegZ : 4
  4421. EnumItem WaterDirection.Z : 5
  4422. Enum WaterForce
  4423. EnumItem WaterForce.None : 0
  4424. EnumItem WaterForce.Small : 1
  4425. EnumItem WaterForce.Medium : 2
  4426. EnumItem WaterForce.Strong : 3
  4427. EnumItem WaterForce.Max : 4
  4428. Enum ZIndexBehavior
  4429. EnumItem ZIndexBehavior.Global : 0
  4430. EnumItem ZIndexBehavior.Sibling : 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement