Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Workspace and World Keywords
- "Workspace"
- "BasePart"
- "Model"
- "WorldRoot"
- "WorldToViewportPoint"
- "ViewportPointToRay"
- "WorldToScreenPoint"
- "ScreenPointToRay"
- "Camera"
- "CurrentCamera"
- "ViewportSize"
- -- Camera Manipulation
- "CameraType"
- "FieldOfView"
- "Focus"
- "CoordinateFrame"
- "CFrame"
- "ViewportFrame"
- -- Raycasting
- "Ray"
- "RaycastParams"
- "RaycastResult"
- "WorldRoot:Raycast"
- -- ViewportFrame Properties and Methods
- "ViewportFrame"
- "Camera"
- "CurrentCamera"
- "ViewportSize"
- -- Lighting and Environmental Effects
- "Lighting"
- "Atmosphere"
- "Sky"
- "FogEnd"
- "FogStart"
- "Brightness"
- "Ambient"
- "ClockTime"
- -- Workspace and World Manipulation
- "Workspace"
- "BasePart"
- "Model"
- "Anchor"
- "Anchored"
- "Position"
- "Orientation"
- "CFrame"
- "Size"
- "CanCollide"
- "CanTouch"
- "Transparency"
- "Reflectance"
- "Material"
- "Color"
- "BrickColor"
- "Shape"
- "Parent"
- "Children"
- "GetChildren"
- "FindFirstChild"
- "GetDescendants"
- "Clone"
- "Destroy"
- -- Camera and Viewport
- "Camera"
- "CameraType"
- "FieldOfView"
- "Focus"
- "CoordinateFrame"
- "ViewportFrame"
- "ViewportSize"
- "CurrentCamera"
- "CameraSubject"
- "CFrame"
- "WorldToViewportPoint"
- "ViewportPointToRay"
- "WorldToScreenPoint"
- "ScreenPointToRay"
- "ViewportSize"
- -- Lighting and Environmental Effects
- "Lighting"
- "Brightness"
- "Ambient"
- "OutdoorAmbient"
- "TimeOfDay"
- "ClockTime"
- "GeographicLatitude"
- "ExposureCompensation"
- "Atmosphere"
- "Sky"
- "Skybox"
- "SunRays"
- "Blur"
- "Bloom"
- "ColorCorrection"
- "DepthOfField"
- "FogStart"
- "FogEnd"
- "FogColor"
- -- Terrain and Particles
- "Terrain"
- "FillBlock"
- "FillRegion"
- "Clear"
- "SetMaterial"
- "WaterWaveSize"
- "WaterWaveSpeed"
- "WaterTransparency"
- "WaterReflectance"
- "ParticleEmitter"
- "Emit"
- "Rate"
- "Lifetime"
- "Speed"
- "VelocitySpread"
- "Rotation"
- "RotSpeed"
- "Color"
- "LightEmission"
- "LightInfluence"
- -- Sounds
- "Sound"
- "SoundId"
- "Volume"
- "Pitch"
- "PlaybackSpeed"
- "Play"
- "Stop"
- "Looped"
- "TimePosition"
- "TimeLength"
- "IsPlaying"
- "PlayOnRemove"
- "EmitterSize"
- -- GUI and User Interface
- "ScreenGui"
- "TextLabel"
- "TextButton"
- "TextBox"
- "ImageLabel"
- "ImageButton"
- "Frame"
- "CanvasSize"
- "CanvasPosition"
- "ScrollBarThickness"
- "ScrollingFrame"
- "UIGridLayout"
- "UIListLayout"
- "UIScale"
- "UICorner"
- "UIStroke"
- "UIColor"
- "Visible"
- "Transparency"
- "BackgroundColor3"
- "Text"
- "TextColor3"
- "Font"
- "TextScaled"
- "TextSize"
- "TextWrapped"
- "AnchorPoint"
- "Position"
- "Size"
- "AspectRatio"
- "ZIndex"
- -- User Input
- "UserInputService"
- "InputBegan"
- "InputEnded"
- "InputChanged"
- "Mouse"
- "Touch"
- "Keyboard"
- "KeyCode"
- "UserInputType"
- "GamepadService"
- "GetLastInputType"
- -- Player and Character Management
- "Players"
- "LocalPlayer"
- "PlayerAdded"
- "PlayerRemoving"
- "Character"
- "Humanoid"
- "HumanoidRootPart"
- "Health"
- "MaxHealth"
- "WalkSpeed"
- "JumpPower"
- "JumpHeight"
- "Sit"
- "MoveDirection"
- "Jump"
- "EquipTool"
- "UnequipTools"
- "LoadCharacter"
- -- Networking and Remote Events
- "RemoteEvent"
- "RemoteFunction"
- "FireServer"
- "InvokeServer"
- "OnServerEvent"
- "OnClientEvent"
- "FireClient"
- "FireAllClients"
- "InvokeClient"
- "BindableEvent"
- "BindableFunction"
- "Fire"
- "Invoke"
- -- Data Persistence
- "DataStoreService"
- "DataStore"
- "GetAsync"
- "SetAsync"
- "UpdateAsync"
- "RemoveAsync"
- "OrderedDataStore"
- "IncrementAsync"
- -- Pathfinding and AI
- "PathfindingService"
- "CreatePath"
- "Path"
- "ComputeAsync"
- "MoveTo"
- "MoveToFinished"
- "Humanoid:MoveTo"
- "Humanoid:MoveToFinished"
- -- Physics and Constraints
- "BodyPosition"
- "BodyGyro"
- "BodyVelocity"
- "BodyAngularVelocity"
- "VectorForce"
- "Torque"
- "Motor6D"
- "HingeConstraint"
- "SpringConstraint"
- "RodConstraint"
- "AlignPosition"
- "AlignOrientation"
- "Attachment"
- "Mass"
- "Density"
- "Friction"
- "Elasticity"
- -- Animation and Rigging
- "Animation"
- "AnimationTrack"
- "AnimationController"
- "Animator"
- "LoadAnimation"
- "Play"
- "Stop"
- "AdjustSpeed"
- "Keyframe"
- "KeyframeSequence"
- "AnimationPriority"
- "AnimationWeighted"
- -- Scripting and Services
- "Script"
- "LocalScript"
- "ModuleScript"
- "RunService"
- "RenderStepped"
- "Stepped"
- "Heartbeat"
- "Debris"
- "Game"
- "UserSettings"
- "GuiService"
- "MarketplaceService"
- "BadgeService"
- "HttpService"
- "TeleportService"
- "MessagingService"
- "TweenService"
- "TweenInfo"
- "Tween"
- "Tween:Play"
- "Tween:Cancel"
- -- Networking and HTTP
- "HttpService"
- "RequestAsync"
- "GetAsync"
- "PostAsync"
- "JSONEncode"
- "JSONDecode"
- "GenerateGUID"
- "GetRequestMethod"
- "GetUserAgent"
- "EncodeURL"
- -- User Data and Localization
- "UserId"
- "Username"
- "DisplayName"
- "LocaleId"
- "Language"
- "LocalizationService"
- "GetTranslatorForPlayer"
- "Translator"
- "Translate"
- "GetTranslationTable"
- "AddTranslation"
- "SetLocaleId"
- -- Physics and Simulation
- "PhysicsService"
- "CollisionGroup"
- "SetPartCollisionGroup"
- "GetPartCollisionGroup"
- "CreateCollisionGroup"
- "CollisionGroupId"
- "GetCollisionGroupName"
- "CollisionGroups"
- "SimulationRadius"
- "PhysicsSteppingMethod"
- "PhysicalProperties"
- -- Constraint Systems
- "WeldConstraint"
- "BallSocketConstraint"
- "PrismaticConstraint"
- "RopeConstraint"
- "Elasticity"
- "Friction"
- "LimitsEnabled"
- "UpperAngle"
- "LowerAngle"
- "Restitution"
- "ActuatorType"
- -- Advanced UI and Layout
- "Draggable"
- "DragBegin"
- "DragEnd"
- "AutoButtonColor"
- "TextXAlignment"
- "TextYAlignment"
- "TextTransparency"
- "TextStrokeTransparency"
- "RichText"
- "ContentSize"
- "AspectType"
- "GridCellSize"
- "GridCellPadding"
- "GridLayout"
- "RelativeTo"
- "PositionFromTop"
- "DockWidgetPluginGui"
- "DockWidgetPluginGuiInfo"
- -- Advanced Camera Manipulation
- "Camera:Interpolate"
- "Camera:PanUnits"
- "Camera:ScreenPointToRay"
- "Camera:WorldToScreenPoint"
- "Camera:WorldToViewportPoint"
- "Camera:GetRenderCFrame"
- "Camera:HeadLocked"
- "Camera:HeadScale"
- "Camera:GetPartsObscuringTarget"
- "Camera:GetCameraSubject"
- "CameraSubjectChanged"
- -- VR and AR Capabilities
- "VRService"
- "VRService:GetUserCFrame"
- "VRService:GetTouchpadMode"
- "VRService:GetHeadsetCFrame"
- "VRService:GetEyePoses"
- "VRService:SetTouchpadMode"
- "UserCFrame"
- "VRResolution"
- -- Pathfinding and AI (Advanced)
- "PathStatus"
- "Humanoid:MoveTo"
- "Humanoid:ChangeState"
- "HumanoidStateType"
- "PathBlocked"
- "Path:BlockerType"
- "AgentRadius"
- "AgentHeight"
- "AgentCanJump"
- "AgentJumpHeight"
- "AgentMaxSlope"
- -- Constraints and Forces (Advanced)
- "BodyForce"
- "BodyThrust"
- "AlignOrientation"
- "AlignPosition"
- "AlignTorque"
- "CustomPhysicalProperties"
- "Drag"
- "Spring"
- "SpringDamping"
- "MaxForce"
- "Attachment0"
- "Attachment1"
- "ReactionTorque"
- "ReactionForce"
- -- Audio and Sound Manipulation
- "SoundGroup"
- "SoundEffect"
- "EchoSoundEffect"
- "ReverbSoundEffect"
- "DistortionSoundEffect"
- "EqualizerSoundEffect"
- "PitchShiftSoundEffect"
- "LowPassFilterEffect"
- "SoundPlaying"
- "SoundStopped"
- "PlaybackLoudness"
- "IsLoaded"
- -- Advanced Animation and Rigging
- "AnimationId"
- "AnimationWeight"
- "AnimationPriority"
- "AnimationController"
- "Animator:ApplyJoint"
- "Animator:RemoveJoint"
- "Animator:StepSimulation"
- "BlendTree"
- "KeyframeMarker"
- "KeyframeReached"
- "StopAllAnimations"
- "AnimationEvents"
- -- Game State Management
- "Game:GetService"
- "ServerScriptService"
- "ServerStorage"
- "ReplicatedStorage"
- "ReplicatedFirst"
- "StarterGui"
- "StarterPack"
- "StarterPlayer"
- "StarterPlayerScripts"
- "StarterCharacterScripts"
- "Teams"
- "TeamColor"
- "TeamAutoAssignable"
- -- Security and Permissions
- "PolicyService"
- "IsSubjectToChinaPolicies"
- "IsSubjectToCopterPolicies"
- "IsSubjectToThirteenPlusPolicies"
- "IsThirdPartyPolicyEnabled"
- "IsSubscriptionPolicyEnabled"
- "PermissionLevel"
- "PolicyAction"
- "CorePackages"
- -- Advanced DataStore Management
- "GetOrderedDataStore"
- "ListKeysAsync"
- "ListVersionsAsync"
- "RemoveKeyAsync"
- "UpdateAsync"
- "IncrementAsync"
- "OrderedDataStore:GetSortedAsync"
- "OrderedDataStore:GetCurrentPage"
- "OrderedDataStore:GetNextPageAsync"
- -- GUI and Input Management (Advanced)
- "TouchSwipe"
- "TouchPan"
- "TouchPinch"
- "TouchTap"
- "MouseButton1Down"
- "MouseButton1Up"
- "MouseButton2Down"
- "MouseButton2Up"
- "MouseButton3Down"
- "MouseButton3Up"
- "MouseWheelForward"
- "MouseWheelBackward"
- "MouseDelta"
- "InputObject"
- "UserInputState"
- -- Miscellaneous Features
- "Debounce"
- "RecursiveSearch"
- "HumanoidDescription"
- "CloneRootPart"
- "RemoveAllDecals"
- "SetPlayerToTeamColor"
- "LoadCharacterAppearance"
- "ClientTimeout"
- "ServerTimeout"
- "AutoAssignable"
- "MatchmakingService"
- "MatchmakingTicket"
- -- Advanced Networking
- "MessagingService"
- "PublishAsync"
- "SubscribeAsync"
- "RemoveSubscription"
- "OnMessage"
- "ServiceStatus"
- "RequestBudget"
- -- In-Game Economy and Transactions
- "MarketplaceService"
- "PromptProductPurchase"
- "PromptGamePassPurchase"
- "PlayerOwnsAsset"
- "ProcessReceipt"
- "UserOwnsGamePassAsync"
- "PromptPurchaseFinished"
- "PlayerHasPass"
- "DeveloperProduct"
- "GamePass"
- "UserIdFromNameAsync"
- "GetProductInfo"
- -- In-Game Chat and Communication
- "Chat"
- "ChatService"
- "ChatColor"
- "ChatBarText"
- "Chat:Chat"
- "Chat:FilterStringAsync"
- "Chat:FilterStringForBroadcast"
- "Chatted"
- "SetBubbleChatSettings"
- "PlayerChatted"
- -- Collaboration and Group Management
- "GroupService"
- "GroupId"
- "GroupRank"
- "GetGroupsAsync"
- "GetPrimaryGroup"
- "GetPrimaryGroupRank"
- "IsInGroup"
- "SetRank"
- "PromoteUser"
- "DemoteUser"
- -- Asset and Resource Management
- "AssetService"
- "AssetId"
- "GetAssetIdsAsync"
- "GetAssetVersionId"
- "GetCreatorType"
- "IsAssetApproved"
- "GetProductPermissionsAsync"
- "InsertService"
- -- Advanced Player and Character Management
- "HumanoidDescription"
- "ApplyDescription"
- "GetAppliedDescription"
- "AvatarEditorService"
- "Humanoid:ApplyScale"
- "LoadCustomCharacterAppearance"
- "AvatarType"
- "ScaleType"
- "R15"
- "R6"
- "PlayerScripts"
- "StarterPlayerScripts"
- "StarterCharacterScripts"
- -- Localization and Translation (Advanced)
- "LocalizationTable"
- "GetTranslator"
- "AddEntry"
- "SetEntries"
- "GetEntryValue"
- "LocalizationTable:Clear"
- "LocalizationTable:SetEntries"
- -- UI Animations and Transitions
- "TweenService"
- "Create"
- "Tween:Play"
- "Tween:Cancel"
- "TweenCompleted"
- "TweenDelay"
- "TweenEasingDirection"
- "TweenEasingStyle"
- "Linear"
- "Bounce"
- "Elastic"
- "Sine"
- "Quad"
- -- Advanced Physics and Constraints
- "LineForce"
- "AngularVelocity"
- "LinearVelocity"
- "TorqueConstraint"
- "CustomPhysicalProperties"
- "Density"
- "FrictionWeight"
- "ElasticityWeight"
- "RotVelocity"
- "AngularAcceleration"
- "ConstraintSurfaceParams"
- "Massless"
- -- Advanced Sound and Audio Effects
- "SoundService"
- "SoundEffectInstance"
- "ReverbEffect"
- "EchoEffect"
- "DistortionEffect"
- "ChorusEffect"
- "EqualizerEffect"
- "SoundGroup:PlayAll"
- "SoundGroup:StopAll"
- "PlaybackLoudness"
- "PlaybackSpeed"
- -- Data and Persistent Storage (Advanced)
- "DataStore"
- "MemoryStoreService"
- "GetSortedMapAsync"
- "GetValueAsync"
- "SetValueAsync"
- "UpdateEntryAsync"
- "IncrementValueAsync"
- "RemoveEntryAsync"
- "MemoryStoreQueue"
- "MemoryStoreSortedMap"
- -- Terrain and Environmental Effects (Advanced)
- "Terrain:PasteRegion"
- "Terrain:CopyRegion"
- "SetWaterColor"
- "FillCylinder"
- "SetCell"
- "GetCell"
- "ReplaceMaterial"
- "AutoWeld"
- "WaterDensity"
- "WaterFriction"
- "WaterReflectance"
- -- Character Animations and Movements (Advanced)
- "Animator:LoadAnimation"
- "Animator:GetPlayingAnimationTracks"
- "Animator:StopAllAnimations"
- "Animator:AdjustSpeed"
- "Animator:BlendTo"
- "AnimationClip"
- "AnimationClipProvider"
- "GetClipAnimationTrack"
- "AnimationClipPlaybackSettings"
- "AnimationWeightedTrack"
- -- Advanced Game State Management
- "GetService"
- "Server"
- "Client"
- "ReplicatedFirst"
- "NetworkServer"
- "NetworkClient"
- "TeleportService"
- "ReserveServer"
- "TeleportPartyAsync"
- "TeleportToPrivateServer"
- "TeleportToReservedServer"
- -- Scripting and Event Handling (Advanced)
- "Event"
- "Signal"
- "Connect"
- "Disconnect"
- "Fire"
- "BindableFunction"
- "BindableEvent"
- "WaitForChild"
- "FindFirstAncestor"
- "FindFirstAncestorWhichIsA"
- "IsAncestorOf"
- -- Asset Loading and Streaming
- "ContentProvider"
- "PreloadAsync"
- "RegisterContent"
- "RequestQueueSize"
- "GameLoaded"
- "AssetFetchStatus"
- "IsLoaded"
- -- Vehicle and Flight Simulation
- "VehicleSeat"
- "Throttle"
- "Steer"
- "Sit"
- "VehicleController"
- "Humanoid:Sit"
- "Humanoid:SeatPart"
- "VehicleBody"
- "HoverVehicleController"
- "FlightController"
- "SteeringConstraint"
- "Wheels"
- -- Environmental Sensors and Triggers
- "ProximityPrompt"
- "Triggered"
- "TriggerRadius"
- "RequiresLineOfSight"
- "ActionText"
- "ObjectText"
- "KeyboardKeyCode"
- "ClickDetector"
- "TouchTransmitter"
- "ProximityPromptService"
- -- User Interface Design (Advanced)
- "GuiObject"
- "GuiBase2d"
- "CoreGui"
- "CorePackages"
- "StarterGui:SetCore"
- "GetCoreGuiEnabled"
- "SetCoreGuiEnabled"
- "StarterGui:SetCoreGuiEnabled"
- "TextLabel:Resize"
- "TextButton:Click"
- "TextBox:FocusLost"
- -- Advanced Raycasting and Detection
- "RaycastParams"
- "FilterType"
- "RaycastParams:FilterDescendantsInstances"
- "RaycastParams:IgnoreWater"
- "RaycastResult:Distance"
- "RaycastResult:Instance"
- "RaycastResult:Position"
- "RaycastResult:Normal"
- "RaycastResult:Material"
- -- Advanced Scripting and Meta Programming
- "MetaTable"
- "__index"
- "__newindex"
- "__call"
- "__tostring"
- "__metatable"
- "setmetatable"
- "getmetatable"
- "pcall"
- "xpcall"
- "coroutine"
- "coroutine.create"
- "coroutine.resume"
- "coroutine.yield"
- "coroutine.status"
- "coroutine.wrap"
- -- Advanced UI Input
- "GuiInputService"
- "GetLastInputType"
- "GetLastInputDevice"
- "SetLastInputDevice"
- "TouchEnabled"
- "MouseEnabled"
- "KeyboardEnabled"
- "GamepadEnabled"
- "GamepadSupports"
- -- Advanced Player and Character Customization
- "CharacterAppearanceLoaded"
- "AvatarReady"
- "CharacterMesh"
- "LoadCharacterMesh"
- "R15Animations"
- "R6Animations"
- "SetPrimaryPartCFrame"
- "HumanoidDescription:Clone"
- "HumanoidDescription:ClearScales"
- "HumanoidDescription:GetScale"
- -- Advanced Asset Management
- "AssetFetchStatus"
- "IsContentLoaded"
- "ContentLoadPriority"
- "ContentId"
- "InsertService:LoadAsset"
- "InsertService:LoadAssetVersion"
- "InsertService:Insert"
- -- Plugin Development
- "Plugin"
- "PluginAction"
- "PluginGui"
- "PluginDrag"
- "PluginMenu"
- "CreatePluginMenu"
- "CreateDockWidgetPluginGui"
- "GetSelectedRibbonTool"
- "GetSelectedCoreScript"
- "ActivatePluginAction"
- "SetActivePlugin"
- -- Advanced Lighting and Effects
- "Atmosphere"
- "GlareIntensity"
- "Haze"
- "Density"
- "ColorShiftTop"
- "ColorShiftBottom"
- "EnvironmentSpecularScale"
- "EnvironmentDiffuseScale"
- "LightingTechnology"
- "Future"
- "Voxel"
- "ShadowSoftness"
- -- Audio Visualization and Effects
- "SoundService:PlayLocalSound"
- "SoundService:StopLocalSound"
- "PlaybackLoudness"
- "EchoEffect"
- "ChorusEffect"
- "ReverbEffect"
- "EqualizerEffect"
- "DistortionEffect"
- "PitchShiftSoundEffect"
- -- Advanced User Input and Devices
- "GamepadInputType"
- "TouchSwipe"
- "TouchPinch"
- "TouchRotate"
- "TouchTap"
- "UserInputType"
- "UserInputState"
- "InputEnded"
- "InputBegan"
- "InputChanged"
- "Mouse:Move"
- "Mouse:Button1Down"
- "Mouse:Button1Up"
- "Mouse:Button2Down"
- "Mouse:Button2Up"
- "Mouse:Button3Down"
- "Mouse:Button3Up"
- -- Pathfinding and Navigation (Advanced)
- "PathfindingLink"
- "PathfindingModifier"
- "Obstacle"
- "Waypoint"
- "ComputeAgentRadius"
- "PathStatus.Complete"
- "PathStatus.ClosestPoint"
- "PathStatus.Failed"
- "Humanoid:AutoJumpEnabled"
- "Humanoid:AutoRotate"
- -- Advanced Constraints and Mechanics
- "PlaneConstraint"
- "RodConstraint"
- "SpringConstraint"
- "AngularMotor"
- "AlignOrientation:ApplyTorque"
- "AlignPosition:ApplyForce"
- "AngularMotor:MotorMaxTorque"
- "AngularMotor:MotorSpeed"
- "PrismaticConstraint:MotorSpeed"
- "PrismaticConstraint:MotorMaxForce"
- -- Advanced Camera Manipulation (Advanced)
- "GetCameraPart"
- "GetCameraAngle"
- "CameraHeadScale"
- "Camera.HeadLocked"
- "Camera:SetFocus"
- "Camera:Interpolate"
- "Camera:SetSubject"
- "Camera:ScreenPointToRay"
- -- UI Interaction and Control (Advanced)
- "DragDetector"
- "DragBegin"
- "DragEnd"
- "AutoButtonColor"
- "ImageTransparency"
- "ScaleType"
- "SizeConstraint"
- "AspectRatioConstraint"
- "ImageRectSize"
- "ImageRectOffset"
- "Slider"
- "Dragger"
- -- Animation and Rigging (Advanced)
- "AnimationClipProvider:GetKeyframeAnimationTrack"
- "Humanoid:LoadRig"
- "AnimationEvent"
- "AnimationEventReceiver"
- "AnimationPriority.Action"
- "AnimationPriority.Core"
- "Animator:AdjustWeight"
- "Animator:GetMarkerReachedSignal"
- -- Security and Data Privacy
- "PolicyService:GetPolicyInfoForPlayerAsync"
- "PolicyService:GetPolicyInfoAsync"
- "SecuritySettings"
- "SecurityLevel"
- "PrivacyMode"
- "EnableAccountRestrictions"
- "EnableParentalControls"
- "EnableHTTPRequests"
- -- Advanced Networking (Advanced)
- "SetAsync"
- "UpdateAsync"
- "RemoveAsync"
- "MessagingService:OnMessageReceived"
- "MessagingService:OnMessagePublished"
- "BindToClose"
- "RobloxNetwork"
- -- VR and AR Features
- "VRHeadsetEnabled"
- "VRService:GetTrackingSpace"
- "VRService:GetHeadsetCFrame"
- "VRService:GetEyeCFrame"
- "VRService:GetCameraSpace"
- "GetUserHeadCFrame"
- -- Constraints and Forces (Advanced)
- "ForceField"
- "ForceFieldColor"
- "ForceFieldEnabled"
- "MaxForce"
- "BodyThrust"
- "BodyPosition:MaxForce"
- "BodyVelocity:MaxForce"
- "BodyGyro:MaxTorque"
- "VectorForce:Force"
- "VectorForce:ApplyAtCenter"
- -- Advanced Terrain Manipulation
- "Region3"
- "Region3int16"
- "FillBlock"
- "FillCylinder"
- "FillRegion"
- "SetMaterialColor"
- "SetCellMaterial"
- "ClearRegion"
- "SetWaterTransparency"
- "GetWaterTransparency"
- "SetWaterReflectance"
- "GetWaterReflectance"
- -- Particle Emitters (Advanced)
- "ParticleEmitter:Emit"
- "Rate"
- "Lifetime"
- "Speed"
- "VelocitySpread"
- "Rotation"
- "RotSpeed"
- "SpreadAngle"
- "EmissionDirection"
- -- Advanced UI Animations
- "TweenInfo"
- "TweenStatus"
- "TweenCompleted"
- "TweenEasingDirection"
- "TweenEasingStyle.Bounce"
- "TweenEasingStyle.Cubic"
- "TweenEasingStyle.Elastic"
- "TweenEasingStyle.Sine"
- "TweenEasingStyle.Quad"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement