Advertisement
SigmaBoy456

Roblox Top Keyword #2 luau

Aug 9th, 2024 (edited)
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.37 KB | None | 0 0
  1. -- Workspace and World Keywords
  2. "Workspace"
  3. "BasePart"
  4. "Model"
  5. "WorldRoot"
  6. "WorldToViewportPoint"
  7. "ViewportPointToRay"
  8. "WorldToScreenPoint"
  9. "ScreenPointToRay"
  10. "Camera"
  11. "CurrentCamera"
  12. "ViewportSize"
  13.  
  14. -- Camera Manipulation
  15. "CameraType"
  16. "FieldOfView"
  17. "Focus"
  18. "CoordinateFrame"
  19. "CFrame"
  20. "ViewportFrame"
  21.  
  22. -- Raycasting
  23. "Ray"
  24. "RaycastParams"
  25. "RaycastResult"
  26. "WorldRoot:Raycast"
  27.  
  28. -- ViewportFrame Properties and Methods
  29. "ViewportFrame"
  30. "Camera"
  31. "CurrentCamera"
  32. "ViewportSize"
  33.  
  34. -- Lighting and Environmental Effects
  35. "Lighting"
  36. "Atmosphere"
  37. "Sky"
  38. "FogEnd"
  39. "FogStart"
  40. "Brightness"
  41. "Ambient"
  42. "ClockTime"
  43. -- Workspace and World Manipulation
  44. "Workspace"
  45. "BasePart"
  46. "Model"
  47. "Anchor"
  48. "Anchored"
  49. "Position"
  50. "Orientation"
  51. "CFrame"
  52. "Size"
  53. "CanCollide"
  54. "CanTouch"
  55. "Transparency"
  56. "Reflectance"
  57. "Material"
  58. "Color"
  59. "BrickColor"
  60. "Shape"
  61. "Parent"
  62. "Children"
  63. "GetChildren"
  64. "FindFirstChild"
  65. "GetDescendants"
  66. "Clone"
  67. "Destroy"
  68.  
  69. -- Camera and Viewport
  70. "Camera"
  71. "CameraType"
  72. "FieldOfView"
  73. "Focus"
  74. "CoordinateFrame"
  75. "ViewportFrame"
  76. "ViewportSize"
  77. "CurrentCamera"
  78. "CameraSubject"
  79. "CFrame"
  80. "WorldToViewportPoint"
  81. "ViewportPointToRay"
  82. "WorldToScreenPoint"
  83. "ScreenPointToRay"
  84. "ViewportSize"
  85.  
  86. -- Lighting and Environmental Effects
  87. "Lighting"
  88. "Brightness"
  89. "Ambient"
  90. "OutdoorAmbient"
  91. "TimeOfDay"
  92. "ClockTime"
  93. "GeographicLatitude"
  94. "ExposureCompensation"
  95. "Atmosphere"
  96. "Sky"
  97. "Skybox"
  98. "SunRays"
  99. "Blur"
  100. "Bloom"
  101. "ColorCorrection"
  102. "DepthOfField"
  103. "FogStart"
  104. "FogEnd"
  105. "FogColor"
  106.  
  107. -- Terrain and Particles
  108. "Terrain"
  109. "FillBlock"
  110. "FillRegion"
  111. "Clear"
  112. "SetMaterial"
  113. "WaterWaveSize"
  114. "WaterWaveSpeed"
  115. "WaterTransparency"
  116. "WaterReflectance"
  117. "ParticleEmitter"
  118. "Emit"
  119. "Rate"
  120. "Lifetime"
  121. "Speed"
  122. "VelocitySpread"
  123. "Rotation"
  124. "RotSpeed"
  125. "Color"
  126. "LightEmission"
  127. "LightInfluence"
  128.  
  129. -- Sounds
  130. "Sound"
  131. "SoundId"
  132. "Volume"
  133. "Pitch"
  134. "PlaybackSpeed"
  135. "Play"
  136. "Stop"
  137. "Looped"
  138. "TimePosition"
  139. "TimeLength"
  140. "IsPlaying"
  141. "PlayOnRemove"
  142. "EmitterSize"
  143.  
  144. -- GUI and User Interface
  145. "ScreenGui"
  146. "TextLabel"
  147. "TextButton"
  148. "TextBox"
  149. "ImageLabel"
  150. "ImageButton"
  151. "Frame"
  152. "CanvasSize"
  153. "CanvasPosition"
  154. "ScrollBarThickness"
  155. "ScrollingFrame"
  156. "UIGridLayout"
  157. "UIListLayout"
  158. "UIScale"
  159. "UICorner"
  160. "UIStroke"
  161. "UIColor"
  162. "Visible"
  163. "Transparency"
  164. "BackgroundColor3"
  165. "Text"
  166. "TextColor3"
  167. "Font"
  168. "TextScaled"
  169. "TextSize"
  170. "TextWrapped"
  171. "AnchorPoint"
  172. "Position"
  173. "Size"
  174. "AspectRatio"
  175. "ZIndex"
  176.  
  177. -- User Input
  178. "UserInputService"
  179. "InputBegan"
  180. "InputEnded"
  181. "InputChanged"
  182. "Mouse"
  183. "Touch"
  184. "Keyboard"
  185. "KeyCode"
  186. "UserInputType"
  187. "GamepadService"
  188. "GetLastInputType"
  189.  
  190. -- Player and Character Management
  191. "Players"
  192. "LocalPlayer"
  193. "PlayerAdded"
  194. "PlayerRemoving"
  195. "Character"
  196. "Humanoid"
  197. "HumanoidRootPart"
  198. "Health"
  199. "MaxHealth"
  200. "WalkSpeed"
  201. "JumpPower"
  202. "JumpHeight"
  203. "Sit"
  204. "MoveDirection"
  205. "Jump"
  206. "EquipTool"
  207. "UnequipTools"
  208. "LoadCharacter"
  209.  
  210. -- Networking and Remote Events
  211. "RemoteEvent"
  212. "RemoteFunction"
  213. "FireServer"
  214. "InvokeServer"
  215. "OnServerEvent"
  216. "OnClientEvent"
  217. "FireClient"
  218. "FireAllClients"
  219. "InvokeClient"
  220. "BindableEvent"
  221. "BindableFunction"
  222. "Fire"
  223. "Invoke"
  224.  
  225. -- Data Persistence
  226. "DataStoreService"
  227. "DataStore"
  228. "GetAsync"
  229. "SetAsync"
  230. "UpdateAsync"
  231. "RemoveAsync"
  232. "OrderedDataStore"
  233. "IncrementAsync"
  234.  
  235. -- Pathfinding and AI
  236. "PathfindingService"
  237. "CreatePath"
  238. "Path"
  239. "ComputeAsync"
  240. "MoveTo"
  241. "MoveToFinished"
  242. "Humanoid:MoveTo"
  243. "Humanoid:MoveToFinished"
  244.  
  245. -- Physics and Constraints
  246. "BodyPosition"
  247. "BodyGyro"
  248. "BodyVelocity"
  249. "BodyAngularVelocity"
  250. "VectorForce"
  251. "Torque"
  252. "Motor6D"
  253. "HingeConstraint"
  254. "SpringConstraint"
  255. "RodConstraint"
  256. "AlignPosition"
  257. "AlignOrientation"
  258. "Attachment"
  259. "Mass"
  260. "Density"
  261. "Friction"
  262. "Elasticity"
  263.  
  264. -- Animation and Rigging
  265. "Animation"
  266. "AnimationTrack"
  267. "AnimationController"
  268. "Animator"
  269. "LoadAnimation"
  270. "Play"
  271. "Stop"
  272. "AdjustSpeed"
  273. "Keyframe"
  274. "KeyframeSequence"
  275. "AnimationPriority"
  276. "AnimationWeighted"
  277.  
  278. -- Scripting and Services
  279. "Script"
  280. "LocalScript"
  281. "ModuleScript"
  282. "RunService"
  283. "RenderStepped"
  284. "Stepped"
  285. "Heartbeat"
  286. "Debris"
  287. "Game"
  288. "UserSettings"
  289. "GuiService"
  290. "MarketplaceService"
  291. "BadgeService"
  292. "HttpService"
  293. "TeleportService"
  294. "MessagingService"
  295. "TweenService"
  296. "TweenInfo"
  297. "Tween"
  298. "Tween:Play"
  299. "Tween:Cancel"
  300. -- Networking and HTTP
  301. "HttpService"
  302. "RequestAsync"
  303. "GetAsync"
  304. "PostAsync"
  305. "JSONEncode"
  306. "JSONDecode"
  307. "GenerateGUID"
  308. "GetRequestMethod"
  309. "GetUserAgent"
  310. "EncodeURL"
  311.  
  312. -- User Data and Localization
  313. "UserId"
  314. "Username"
  315. "DisplayName"
  316. "LocaleId"
  317. "Language"
  318. "LocalizationService"
  319. "GetTranslatorForPlayer"
  320. "Translator"
  321. "Translate"
  322. "GetTranslationTable"
  323. "AddTranslation"
  324. "SetLocaleId"
  325.  
  326. -- Physics and Simulation
  327. "PhysicsService"
  328. "CollisionGroup"
  329. "SetPartCollisionGroup"
  330. "GetPartCollisionGroup"
  331. "CreateCollisionGroup"
  332. "CollisionGroupId"
  333. "GetCollisionGroupName"
  334. "CollisionGroups"
  335. "SimulationRadius"
  336. "PhysicsSteppingMethod"
  337. "PhysicalProperties"
  338.  
  339. -- Constraint Systems
  340. "WeldConstraint"
  341. "BallSocketConstraint"
  342. "PrismaticConstraint"
  343. "RopeConstraint"
  344. "Elasticity"
  345. "Friction"
  346. "LimitsEnabled"
  347. "UpperAngle"
  348. "LowerAngle"
  349. "Restitution"
  350. "ActuatorType"
  351.  
  352. -- Advanced UI and Layout
  353. "Draggable"
  354. "DragBegin"
  355. "DragEnd"
  356. "AutoButtonColor"
  357. "TextXAlignment"
  358. "TextYAlignment"
  359. "TextTransparency"
  360. "TextStrokeTransparency"
  361. "RichText"
  362. "ContentSize"
  363. "AspectType"
  364. "GridCellSize"
  365. "GridCellPadding"
  366. "GridLayout"
  367. "RelativeTo"
  368. "PositionFromTop"
  369. "DockWidgetPluginGui"
  370. "DockWidgetPluginGuiInfo"
  371.  
  372. -- Advanced Camera Manipulation
  373. "Camera:Interpolate"
  374. "Camera:PanUnits"
  375. "Camera:ScreenPointToRay"
  376. "Camera:WorldToScreenPoint"
  377. "Camera:WorldToViewportPoint"
  378. "Camera:GetRenderCFrame"
  379. "Camera:HeadLocked"
  380. "Camera:HeadScale"
  381. "Camera:GetPartsObscuringTarget"
  382. "Camera:GetCameraSubject"
  383. "CameraSubjectChanged"
  384.  
  385. -- VR and AR Capabilities
  386. "VRService"
  387. "VRService:GetUserCFrame"
  388. "VRService:GetTouchpadMode"
  389. "VRService:GetHeadsetCFrame"
  390. "VRService:GetEyePoses"
  391. "VRService:SetTouchpadMode"
  392. "UserCFrame"
  393. "VRResolution"
  394.  
  395. -- Pathfinding and AI (Advanced)
  396. "PathStatus"
  397. "Humanoid:MoveTo"
  398. "Humanoid:ChangeState"
  399. "HumanoidStateType"
  400. "PathBlocked"
  401. "Path:BlockerType"
  402. "AgentRadius"
  403. "AgentHeight"
  404. "AgentCanJump"
  405. "AgentJumpHeight"
  406. "AgentMaxSlope"
  407.  
  408. -- Constraints and Forces (Advanced)
  409. "BodyForce"
  410. "BodyThrust"
  411. "AlignOrientation"
  412. "AlignPosition"
  413. "AlignTorque"
  414. "CustomPhysicalProperties"
  415. "Drag"
  416. "Spring"
  417. "SpringDamping"
  418. "MaxForce"
  419. "Attachment0"
  420. "Attachment1"
  421. "ReactionTorque"
  422. "ReactionForce"
  423.  
  424. -- Audio and Sound Manipulation
  425. "SoundGroup"
  426. "SoundEffect"
  427. "EchoSoundEffect"
  428. "ReverbSoundEffect"
  429. "DistortionSoundEffect"
  430. "EqualizerSoundEffect"
  431. "PitchShiftSoundEffect"
  432. "LowPassFilterEffect"
  433. "SoundPlaying"
  434. "SoundStopped"
  435. "PlaybackLoudness"
  436. "IsLoaded"
  437.  
  438. -- Advanced Animation and Rigging
  439. "AnimationId"
  440. "AnimationWeight"
  441. "AnimationPriority"
  442. "AnimationController"
  443. "Animator:ApplyJoint"
  444. "Animator:RemoveJoint"
  445. "Animator:StepSimulation"
  446. "BlendTree"
  447. "KeyframeMarker"
  448. "KeyframeReached"
  449. "StopAllAnimations"
  450. "AnimationEvents"
  451.  
  452. -- Game State Management
  453. "Game:GetService"
  454. "ServerScriptService"
  455. "ServerStorage"
  456. "ReplicatedStorage"
  457. "ReplicatedFirst"
  458. "StarterGui"
  459. "StarterPack"
  460. "StarterPlayer"
  461. "StarterPlayerScripts"
  462. "StarterCharacterScripts"
  463. "Teams"
  464. "TeamColor"
  465. "TeamAutoAssignable"
  466.  
  467. -- Security and Permissions
  468. "PolicyService"
  469. "IsSubjectToChinaPolicies"
  470. "IsSubjectToCopterPolicies"
  471. "IsSubjectToThirteenPlusPolicies"
  472. "IsThirdPartyPolicyEnabled"
  473. "IsSubscriptionPolicyEnabled"
  474. "PermissionLevel"
  475. "PolicyAction"
  476. "CorePackages"
  477.  
  478. -- Advanced DataStore Management
  479. "GetOrderedDataStore"
  480. "ListKeysAsync"
  481. "ListVersionsAsync"
  482. "RemoveKeyAsync"
  483. "UpdateAsync"
  484. "IncrementAsync"
  485. "OrderedDataStore:GetSortedAsync"
  486. "OrderedDataStore:GetCurrentPage"
  487. "OrderedDataStore:GetNextPageAsync"
  488.  
  489. -- GUI and Input Management (Advanced)
  490. "TouchSwipe"
  491. "TouchPan"
  492. "TouchPinch"
  493. "TouchTap"
  494. "MouseButton1Down"
  495. "MouseButton1Up"
  496. "MouseButton2Down"
  497. "MouseButton2Up"
  498. "MouseButton3Down"
  499. "MouseButton3Up"
  500. "MouseWheelForward"
  501. "MouseWheelBackward"
  502. "MouseDelta"
  503. "InputObject"
  504. "UserInputState"
  505.  
  506. -- Miscellaneous Features
  507. "Debounce"
  508. "RecursiveSearch"
  509. "HumanoidDescription"
  510. "CloneRootPart"
  511. "RemoveAllDecals"
  512. "SetPlayerToTeamColor"
  513. "LoadCharacterAppearance"
  514. "ClientTimeout"
  515. "ServerTimeout"
  516. "AutoAssignable"
  517. "MatchmakingService"
  518. "MatchmakingTicket"
  519. -- Advanced Networking
  520. "MessagingService"
  521. "PublishAsync"
  522. "SubscribeAsync"
  523. "RemoveSubscription"
  524. "OnMessage"
  525. "ServiceStatus"
  526. "RequestBudget"
  527.  
  528. -- In-Game Economy and Transactions
  529. "MarketplaceService"
  530. "PromptProductPurchase"
  531. "PromptGamePassPurchase"
  532. "PlayerOwnsAsset"
  533. "ProcessReceipt"
  534. "UserOwnsGamePassAsync"
  535. "PromptPurchaseFinished"
  536. "PlayerHasPass"
  537. "DeveloperProduct"
  538. "GamePass"
  539. "UserIdFromNameAsync"
  540. "GetProductInfo"
  541.  
  542. -- In-Game Chat and Communication
  543. "Chat"
  544. "ChatService"
  545. "ChatColor"
  546. "ChatBarText"
  547. "Chat:Chat"
  548. "Chat:FilterStringAsync"
  549. "Chat:FilterStringForBroadcast"
  550. "Chatted"
  551. "SetBubbleChatSettings"
  552. "PlayerChatted"
  553.  
  554. -- Collaboration and Group Management
  555. "GroupService"
  556. "GroupId"
  557. "GroupRank"
  558. "GetGroupsAsync"
  559. "GetPrimaryGroup"
  560. "GetPrimaryGroupRank"
  561. "IsInGroup"
  562. "SetRank"
  563. "PromoteUser"
  564. "DemoteUser"
  565.  
  566. -- Asset and Resource Management
  567. "AssetService"
  568. "AssetId"
  569. "GetAssetIdsAsync"
  570. "GetAssetVersionId"
  571. "GetCreatorType"
  572. "IsAssetApproved"
  573. "GetProductPermissionsAsync"
  574. "InsertService"
  575.  
  576. -- Advanced Player and Character Management
  577. "HumanoidDescription"
  578. "ApplyDescription"
  579. "GetAppliedDescription"
  580. "AvatarEditorService"
  581. "Humanoid:ApplyScale"
  582. "LoadCustomCharacterAppearance"
  583. "AvatarType"
  584. "ScaleType"
  585. "R15"
  586. "R6"
  587. "PlayerScripts"
  588. "StarterPlayerScripts"
  589. "StarterCharacterScripts"
  590.  
  591. -- Localization and Translation (Advanced)
  592. "LocalizationTable"
  593. "GetTranslator"
  594. "AddEntry"
  595. "SetEntries"
  596. "GetEntryValue"
  597. "LocalizationTable:Clear"
  598. "LocalizationTable:SetEntries"
  599.  
  600. -- UI Animations and Transitions
  601. "TweenService"
  602. "Create"
  603. "Tween:Play"
  604. "Tween:Cancel"
  605. "TweenCompleted"
  606. "TweenDelay"
  607. "TweenEasingDirection"
  608. "TweenEasingStyle"
  609. "Linear"
  610. "Bounce"
  611. "Elastic"
  612. "Sine"
  613. "Quad"
  614.  
  615. -- Advanced Physics and Constraints
  616. "LineForce"
  617. "AngularVelocity"
  618. "LinearVelocity"
  619. "TorqueConstraint"
  620. "CustomPhysicalProperties"
  621. "Density"
  622. "FrictionWeight"
  623. "ElasticityWeight"
  624. "RotVelocity"
  625. "AngularAcceleration"
  626. "ConstraintSurfaceParams"
  627. "Massless"
  628.  
  629. -- Advanced Sound and Audio Effects
  630. "SoundService"
  631. "SoundEffectInstance"
  632. "ReverbEffect"
  633. "EchoEffect"
  634. "DistortionEffect"
  635. "ChorusEffect"
  636. "EqualizerEffect"
  637. "SoundGroup:PlayAll"
  638. "SoundGroup:StopAll"
  639. "PlaybackLoudness"
  640. "PlaybackSpeed"
  641.  
  642. -- Data and Persistent Storage (Advanced)
  643. "DataStore"
  644. "MemoryStoreService"
  645. "GetSortedMapAsync"
  646. "GetValueAsync"
  647. "SetValueAsync"
  648. "UpdateEntryAsync"
  649. "IncrementValueAsync"
  650. "RemoveEntryAsync"
  651. "MemoryStoreQueue"
  652. "MemoryStoreSortedMap"
  653.  
  654. -- Terrain and Environmental Effects (Advanced)
  655. "Terrain:PasteRegion"
  656. "Terrain:CopyRegion"
  657. "SetWaterColor"
  658. "FillCylinder"
  659. "SetCell"
  660. "GetCell"
  661. "ReplaceMaterial"
  662. "AutoWeld"
  663. "WaterDensity"
  664. "WaterFriction"
  665. "WaterReflectance"
  666.  
  667. -- Character Animations and Movements (Advanced)
  668. "Animator:LoadAnimation"
  669. "Animator:GetPlayingAnimationTracks"
  670. "Animator:StopAllAnimations"
  671. "Animator:AdjustSpeed"
  672. "Animator:BlendTo"
  673. "AnimationClip"
  674. "AnimationClipProvider"
  675. "GetClipAnimationTrack"
  676. "AnimationClipPlaybackSettings"
  677. "AnimationWeightedTrack"
  678.  
  679. -- Advanced Game State Management
  680. "GetService"
  681. "Server"
  682. "Client"
  683. "ReplicatedFirst"
  684. "NetworkServer"
  685. "NetworkClient"
  686. "TeleportService"
  687. "ReserveServer"
  688. "TeleportPartyAsync"
  689. "TeleportToPrivateServer"
  690. "TeleportToReservedServer"
  691.  
  692. -- Scripting and Event Handling (Advanced)
  693. "Event"
  694. "Signal"
  695. "Connect"
  696. "Disconnect"
  697. "Fire"
  698. "BindableFunction"
  699. "BindableEvent"
  700. "WaitForChild"
  701. "FindFirstAncestor"
  702. "FindFirstAncestorWhichIsA"
  703. "IsAncestorOf"
  704.  
  705. -- Asset Loading and Streaming
  706. "ContentProvider"
  707. "PreloadAsync"
  708. "RegisterContent"
  709. "RequestQueueSize"
  710. "GameLoaded"
  711. "AssetFetchStatus"
  712. "IsLoaded"
  713.  
  714. -- Vehicle and Flight Simulation
  715. "VehicleSeat"
  716. "Throttle"
  717. "Steer"
  718. "Sit"
  719. "VehicleController"
  720. "Humanoid:Sit"
  721. "Humanoid:SeatPart"
  722. "VehicleBody"
  723. "HoverVehicleController"
  724. "FlightController"
  725. "SteeringConstraint"
  726. "Wheels"
  727.  
  728. -- Environmental Sensors and Triggers
  729. "ProximityPrompt"
  730. "Triggered"
  731. "TriggerRadius"
  732. "RequiresLineOfSight"
  733. "ActionText"
  734. "ObjectText"
  735. "KeyboardKeyCode"
  736. "ClickDetector"
  737. "TouchTransmitter"
  738. "ProximityPromptService"
  739.  
  740. -- User Interface Design (Advanced)
  741. "GuiObject"
  742. "GuiBase2d"
  743. "CoreGui"
  744. "CorePackages"
  745. "StarterGui:SetCore"
  746. "GetCoreGuiEnabled"
  747. "SetCoreGuiEnabled"
  748. "StarterGui:SetCoreGuiEnabled"
  749. "TextLabel:Resize"
  750. "TextButton:Click"
  751. "TextBox:FocusLost"
  752.  
  753. -- Advanced Raycasting and Detection
  754. "RaycastParams"
  755. "FilterType"
  756. "RaycastParams:FilterDescendantsInstances"
  757. "RaycastParams:IgnoreWater"
  758. "RaycastResult:Distance"
  759. "RaycastResult:Instance"
  760. "RaycastResult:Position"
  761. "RaycastResult:Normal"
  762. "RaycastResult:Material"
  763. -- Advanced Scripting and Meta Programming
  764. "MetaTable"
  765. "__index"
  766. "__newindex"
  767. "__call"
  768. "__tostring"
  769. "__metatable"
  770. "setmetatable"
  771. "getmetatable"
  772. "pcall"
  773. "xpcall"
  774. "coroutine"
  775. "coroutine.create"
  776. "coroutine.resume"
  777. "coroutine.yield"
  778. "coroutine.status"
  779. "coroutine.wrap"
  780.  
  781. -- Advanced UI Input
  782. "GuiInputService"
  783. "GetLastInputType"
  784. "GetLastInputDevice"
  785. "SetLastInputDevice"
  786. "TouchEnabled"
  787. "MouseEnabled"
  788. "KeyboardEnabled"
  789. "GamepadEnabled"
  790. "GamepadSupports"
  791.  
  792. -- Advanced Player and Character Customization
  793. "CharacterAppearanceLoaded"
  794. "AvatarReady"
  795. "CharacterMesh"
  796. "LoadCharacterMesh"
  797. "R15Animations"
  798. "R6Animations"
  799. "SetPrimaryPartCFrame"
  800. "HumanoidDescription:Clone"
  801. "HumanoidDescription:ClearScales"
  802. "HumanoidDescription:GetScale"
  803.  
  804. -- Advanced Asset Management
  805. "AssetFetchStatus"
  806. "IsContentLoaded"
  807. "ContentLoadPriority"
  808. "ContentId"
  809. "InsertService:LoadAsset"
  810. "InsertService:LoadAssetVersion"
  811. "InsertService:Insert"
  812.  
  813. -- Plugin Development
  814. "Plugin"
  815. "PluginAction"
  816. "PluginGui"
  817. "PluginDrag"
  818. "PluginMenu"
  819. "CreatePluginMenu"
  820. "CreateDockWidgetPluginGui"
  821. "GetSelectedRibbonTool"
  822. "GetSelectedCoreScript"
  823. "ActivatePluginAction"
  824. "SetActivePlugin"
  825.  
  826. -- Advanced Lighting and Effects
  827. "Atmosphere"
  828. "GlareIntensity"
  829. "Haze"
  830. "Density"
  831. "ColorShiftTop"
  832. "ColorShiftBottom"
  833. "EnvironmentSpecularScale"
  834. "EnvironmentDiffuseScale"
  835. "LightingTechnology"
  836. "Future"
  837. "Voxel"
  838. "ShadowSoftness"
  839.  
  840. -- Audio Visualization and Effects
  841. "SoundService:PlayLocalSound"
  842. "SoundService:StopLocalSound"
  843. "PlaybackLoudness"
  844. "EchoEffect"
  845. "ChorusEffect"
  846. "ReverbEffect"
  847. "EqualizerEffect"
  848. "DistortionEffect"
  849. "PitchShiftSoundEffect"
  850.  
  851. -- Advanced User Input and Devices
  852. "GamepadInputType"
  853. "TouchSwipe"
  854. "TouchPinch"
  855. "TouchRotate"
  856. "TouchTap"
  857. "UserInputType"
  858. "UserInputState"
  859. "InputEnded"
  860. "InputBegan"
  861. "InputChanged"
  862. "Mouse:Move"
  863. "Mouse:Button1Down"
  864. "Mouse:Button1Up"
  865. "Mouse:Button2Down"
  866. "Mouse:Button2Up"
  867. "Mouse:Button3Down"
  868. "Mouse:Button3Up"
  869.  
  870. -- Pathfinding and Navigation (Advanced)
  871. "PathfindingLink"
  872. "PathfindingModifier"
  873. "Obstacle"
  874. "Waypoint"
  875. "ComputeAgentRadius"
  876. "PathStatus.Complete"
  877. "PathStatus.ClosestPoint"
  878. "PathStatus.Failed"
  879. "Humanoid:AutoJumpEnabled"
  880. "Humanoid:AutoRotate"
  881.  
  882. -- Advanced Constraints and Mechanics
  883. "PlaneConstraint"
  884. "RodConstraint"
  885. "SpringConstraint"
  886. "AngularMotor"
  887. "AlignOrientation:ApplyTorque"
  888. "AlignPosition:ApplyForce"
  889. "AngularMotor:MotorMaxTorque"
  890. "AngularMotor:MotorSpeed"
  891. "PrismaticConstraint:MotorSpeed"
  892. "PrismaticConstraint:MotorMaxForce"
  893.  
  894. -- Advanced Camera Manipulation (Advanced)
  895. "GetCameraPart"
  896. "GetCameraAngle"
  897. "CameraHeadScale"
  898. "Camera.HeadLocked"
  899. "Camera:SetFocus"
  900. "Camera:Interpolate"
  901. "Camera:SetSubject"
  902. "Camera:ScreenPointToRay"
  903.  
  904. -- UI Interaction and Control (Advanced)
  905. "DragDetector"
  906. "DragBegin"
  907. "DragEnd"
  908. "AutoButtonColor"
  909. "ImageTransparency"
  910. "ScaleType"
  911. "SizeConstraint"
  912. "AspectRatioConstraint"
  913. "ImageRectSize"
  914. "ImageRectOffset"
  915. "Slider"
  916. "Dragger"
  917.  
  918. -- Animation and Rigging (Advanced)
  919. "AnimationClipProvider:GetKeyframeAnimationTrack"
  920. "Humanoid:LoadRig"
  921. "AnimationEvent"
  922. "AnimationEventReceiver"
  923. "AnimationPriority.Action"
  924. "AnimationPriority.Core"
  925. "Animator:AdjustWeight"
  926. "Animator:GetMarkerReachedSignal"
  927.  
  928. -- Security and Data Privacy
  929. "PolicyService:GetPolicyInfoForPlayerAsync"
  930. "PolicyService:GetPolicyInfoAsync"
  931. "SecuritySettings"
  932. "SecurityLevel"
  933. "PrivacyMode"
  934. "EnableAccountRestrictions"
  935. "EnableParentalControls"
  936. "EnableHTTPRequests"
  937.  
  938. -- Advanced Networking (Advanced)
  939. "SetAsync"
  940. "UpdateAsync"
  941. "RemoveAsync"
  942. "MessagingService:OnMessageReceived"
  943. "MessagingService:OnMessagePublished"
  944. "BindToClose"
  945. "RobloxNetwork"
  946.  
  947. -- VR and AR Features
  948. "VRHeadsetEnabled"
  949. "VRService:GetTrackingSpace"
  950. "VRService:GetHeadsetCFrame"
  951. "VRService:GetEyeCFrame"
  952. "VRService:GetCameraSpace"
  953. "GetUserHeadCFrame"
  954.  
  955. -- Constraints and Forces (Advanced)
  956. "ForceField"
  957. "ForceFieldColor"
  958. "ForceFieldEnabled"
  959. "MaxForce"
  960. "BodyThrust"
  961. "BodyPosition:MaxForce"
  962. "BodyVelocity:MaxForce"
  963. "BodyGyro:MaxTorque"
  964. "VectorForce:Force"
  965. "VectorForce:ApplyAtCenter"
  966.  
  967. -- Advanced Terrain Manipulation
  968. "Region3"
  969. "Region3int16"
  970. "FillBlock"
  971. "FillCylinder"
  972. "FillRegion"
  973. "SetMaterialColor"
  974. "SetCellMaterial"
  975. "ClearRegion"
  976. "SetWaterTransparency"
  977. "GetWaterTransparency"
  978. "SetWaterReflectance"
  979. "GetWaterReflectance"
  980.  
  981. -- Particle Emitters (Advanced)
  982. "ParticleEmitter:Emit"
  983. "Rate"
  984. "Lifetime"
  985. "Speed"
  986. "VelocitySpread"
  987. "Rotation"
  988. "RotSpeed"
  989. "SpreadAngle"
  990. "EmissionDirection"
  991.  
  992. -- Advanced UI Animations
  993. "TweenInfo"
  994. "TweenStatus"
  995. "TweenCompleted"
  996. "TweenEasingDirection"
  997. "TweenEasingStyle.Bounce"
  998. "TweenEasingStyle.Cubic"
  999. "TweenEasingStyle.Elastic"
  1000. "TweenEasingStyle.Sine"
  1001. "TweenEasingStyle.Quad"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement