MaximumADHD's Roblox API History
Version 0.299.1.137593
Added Class NavigationPath : Instance
Added Property NavigationPath.Status: Enum.NavigationStatus [ReadOnly]
Added Function NavigationPath:GetWaypoints() -> { any }
Added Class NavigationService : Instance
Added Function NavigationService:FindPathAsync(start: Vector3, finish: Vector3) -> Instance? [Yields]
Added Class NavigationWaypoint : Instance
Added Property NavigationWaypoint.Action: Enum.NavigationWaypointAction [ReadOnly]
Added Property NavigationWaypoint.Position: Vector3 [ReadOnly]
Added Class WeldConstraint : Instance
Added Property WeldConstraint.Enabled: boolean
Added Property WeldConstraint.Part0: Object [📁 LoadOnly] [NotReplicated]
Added Property WeldConstraint.Part1: Object [📁 LoadOnly] [NotReplicated]
Added Property AnimationTrack.Speed: number [ReadOnly]
Added Property AnimationTrack.WeightCurrent: number [ReadOnly]
Added Property AnimationTrack.WeightTarget: number [ReadOnly]
Added Property Humanoid.RootPart: Object [ReadOnly]
Added Property ScrollingFrame.HorizontalScrollBarInset: Enum.ScrollBarInset
Added Property ScrollingFrame.VerticalScrollBarInset: Enum.ScrollBarInset
Added Property ScrollingFrame.VerticalScrollBarPosition: Enum.VerticalScrollBarPosition
Added Function CollectionService:AddTag(instance: Instance, tag: string) -> ()
Added Function CollectionService:GetInstanceAddedSignal(tag: string) -> RBXScriptSignal
Added Function CollectionService:GetInstanceRemovedSignal(tag: string) -> RBXScriptSignal
Added Function CollectionService:GetTagged(tag: string) -> { Instance }
Added Function CollectionService:GetTags(instance: Instance) -> { any }
Added Function CollectionService:HasTag(instance: Instance, tag: string) -> boolean
Added Function CollectionService:RemoveTag(instance: Instance, tag: string) -> ()
Added Enum NavigationStatus
Added EnumItem NavigationStatus.Success : 0
Added EnumItem NavigationStatus.NoPath : 1
Added Enum NavigationWaypointAction
Added EnumItem NavigationWaypointAction.Walk : 0
Added EnumItem NavigationWaypointAction.Jump : 1
Added Enum ScrollBarInset
Added EnumItem ScrollBarInset.None : 0
Added EnumItem ScrollBarInset.ScrollBar : 1
Added EnumItem ScrollBarInset.Always : 2
Added Enum VerticalScrollBarPosition
Added EnumItem VerticalScrollBarPosition.Right : 0
Added EnumItem VerticalScrollBarPosition.Left : 1
Added Tag [Deprecated] to Function CollectionService:GetCollection
Added Tag [Deprecated] to Event CollectionService.ItemAdded
Added Tag [Deprecated] to Event CollectionService.ItemRemoved
Added Tag [Deprecated] to Property Humanoid.LeftLeg
Added Tag [Deprecated] to Property Humanoid.RightLeg
Added Tag [Deprecated] to Property Humanoid.Torso
Changed the
security of
Event FriendService.FriendsEvent
from: {RobloxSecurity}
to: {RobloxScriptSecurity}
Changed the value of EnumItem JointType.Rotate from 6 to 7
Changed the value of EnumItem JointType.RotateP from 7 to 8
Changed the value of EnumItem JointType.RotateV from 8 to 9
Changed the value of EnumItem JointType.Glue from 9 to 10
Changed the value of EnumItem JointType.None from 27 to 28
Version 0.298.0.134625
Added Property PhysicsSettings.UseCSGv2: boolean
Added Property Workspace.FallenPartsDestroyHeight: number {✏️PluginSecurity}
Added Function GuiService:IsMemoryTrackerEnabled() -> boolean {RobloxScriptSecurity}
Added Function GuiService:OpenNativeOverlay(title: string, url: string) -> () {RobloxScriptSecurity}
Added Function GuiService:RequestNativeView(url: string) -> () {RobloxScriptSecurity}
Added Function Instance:FindFirstAncestor(className: string) -> Instance?
Added Function Instance:FindFirstAncestorOfClass(className: string) -> Instance?
Added Function Instance:FindFirstAncestorWhichIsA(className: string) -> Instance?
Added Function Instance:FindFirstChildWhichIsA(className: string, recursive: boolean? = false) -> Instance?
Added Function Workspace:FindPartsInRegion3WithWhiteList(region: Region3, whitelistDescendantsTable: { Instance }, maxParts: number? = 20) -> { Instance }
Added Enum HttpRequestType
Added EnumItem HttpRequestType.Default : 0
Added EnumItem HttpRequestType.MarketplaceService : 2
Added EnumItem HttpRequestType.Players : 7
Added EnumItem HttpRequestType.Chat : 15
Added EnumItem HttpRequestType.Avatar : 16
Added EnumItem AssetType.EarAccessory : 57
Added EnumItem AssetType.EyeAccessory : 58
Changed the
parameters of
Function DataModel:HttpGet
from: (url: string, synchronous: boolean? = false)
to: (url: string, synchronous: boolean? = false, httpRequestType: Enum.HttpRequestType? = "Default", doNotAllowDiabolicalMode: boolean? = false)
Changed the
parameters of
Function DataModel:HttpGetAsync
from: (url: string)
to: (url: string, httpRequestType: Enum.HttpRequestType? = "Default", doNotAllowDiabolicalMode: boolean? = false)
Changed the
parameters of
Function DataModel:HttpPost
from: (url: string, data: string, synchronous: boolean? = false, contentType: string? = "*/*")
to: (url: string, data: string, synchronous: boolean? = false, contentType: string? = "*/*", httpRequestType: Enum.HttpRequestType? = "Default", doNotAllowDiabolicalMode: boolean? = false)
Changed the
parameters of
Function DataModel:HttpPostAsync
from: (url: string, data: string, contentType: string? = "*/*")
to: (url: string, data: string, contentType: string? = "*/*", httpRequestType: Enum.HttpRequestType? = "Default", doNotAllowDiabolicalMode: boolean? = false)
Changed the
parameters of
Function HttpRbxApiService:GetAsync
from: (apiUrlPath: string, priority: Enum.ThrottlingPriority? = "Default")
to: (apiUrlPath: string, priority: Enum.ThrottlingPriority? = "Default", httpRequestType: Enum.HttpRequestType? = "Default", doNotAllowDiabolicalMode: boolean? = false)
Changed the
parameters of
Function HttpRbxApiService:PostAsync
from: (apiUrlPath: string, data: string, priority: Enum.ThrottlingPriority? = "Default", content_type: Enum.HttpContentType? = "ApplicationJson")
to: (apiUrlPath: string, data: string, priority: Enum.ThrottlingPriority? = "Default", content_type: Enum.HttpContentType? = "ApplicationJson", httpRequestType: Enum.HttpRequestType? = "Default", doNotAllowDiabolicalMode: boolean? = false)
Changed the
parameters of
Function Workspace:FindPartOnRay
from: (ray: Ray, ignoreDescendentsInstance: Instance?, terrainCellsAreCubes: boolean? = false, ignoreWater: boolean? = false)
to: (ray: Ray, ignoreDescendantsInstance: Instance?, terrainCellsAreCubes: boolean? = false, ignoreWater: boolean? = false)
Changed the
parameters of
Function Workspace:FindPartOnRayWithIgnoreList
from: (ray: Ray, ignoreDescendentsTable: { Instance }, terrainCellsAreCubes: boolean? = false, ignoreWater: boolean? = false)
to: (ray: Ray, ignoreDescendantsTable: { Instance }, terrainCellsAreCubes: boolean? = false, ignoreWater: boolean? = false)
Changed the
parameters of
Function Workspace:FindPartOnRayWithWhitelist
from: (ray: Ray, whitelistDescendentsTable: { Instance }, ignoreWater: boolean? = false)
to: (ray: Ray, whitelistDescendantsTable: { Instance }, ignoreWater: boolean? = false)
Changed the
parameters of
Function Workspace:FindPartsInRegion3
from: (region: Region3, ignoreDescendentsInstance: Instance?, maxParts: number? = 20)
to: (region: Region3, ignoreDescendantsInstance: Instance?, maxParts: number? = 20)
Changed the
parameters of
Function Workspace:FindPartsInRegion3WithIgnoreList
from: (region: Region3, ignoreDescendentsTable: { Instance }, maxParts: number? = 20)
to: (region: Region3, ignoreDescendantsTable: { Instance }, maxParts: number? = 20)
Version 0.297.0.132593
Added Property TextBox.ManualFocusRelease: boolean {RobloxScriptSecurity} [📁 LoadOnly] [NotReplicated]
Added Function GuiService:CloseStatsBasedOnInputString(input: string) -> boolean {RobloxScriptSecurity}
Added Function UserInputService:GetMouseButtonsPressed() -> { any }
Added Function UserInputService:GetMouseDelta() -> Vector2
Added Function UserInputService:GetMouseLocation() -> Vector2
Added Function UserInputService:IsMouseButtonPressed(mouseButton: Enum.UserInputType) -> boolean
Added Event UserInputService.TouchTapInWorld(position: Vector2, processedByUI: boolean)
Added EnumItem CameraType.Orbital : 7
Added EnumItem ComputerCameraMovementMode.Orbital : 3
Added EnumItem DevComputerCameraMovementMode.Orbital : 3
Added EnumItem DevTouchCameraMovementMode.Orbital : 3
Added EnumItem TouchCameraMovementMode.Orbital : 3
Added Tag [Deprecated] to Property Terrain.IsSmooth
Added Tag [Deprecated] to Function Terrain:ConvertToSmooth
Added Tag [Deprecated] to Property TerrainRegion.IsSmooth
Added Tag [Deprecated] to Function TerrainRegion:ConvertToSmooth
Changed the
security of
Function RunService:IsRunning
from: {RobloxScriptSecurity}
to: {None}
Removed Property PhysicsSettings.UseCSGv2
Version 0.296.0.130667
Added Property PhysicsSettings.UseCSGv2: boolean
Added Property Trail.FaceCamera: boolean
Added Function ContextActionService:GetAllBoundCoreActionInfo() -> { [string]: any } {RobloxScriptSecurity}
Added Function ContextActionService:GetBoundCoreActionInfo(actionName: string) -> { [string]: any } {RobloxScriptSecurity}
Added Function KeyframeSequenceProvider:GetKeyframeSequenceAsync(assetId: Content) -> Instance? [Yields]
Added Function Player:IsUserAvailableForExperiment() -> boolean [Preliminary]
Changed the
security of
Function LocalizationService:GetCorescriptLocalizations
from: {RobloxScriptSecurity}
to: {None}
Changed the
parameters of
Event ContextActionService.BoundActionAdded
from: (actionAdded: string, createTouchButton: boolean, functionInfoTable: { [string]: any })
to: (actionAdded: string, createTouchButton: boolean, functionInfoTable: { [string]: any }, isCore: boolean)
Changed the
parameters of
Event ContextActionService.BoundActionRemoved
from: (actionRemoved: string, functionInfoTable: { [string]: any })
to: (actionRemoved: string, functionInfoTable: { [string]: any }, isCore: boolean)
Removed Class TextureTrail
Removed Property TextureTrail.CycleOffset
Removed Property TextureTrail.From
Removed Property TextureTrail.StudsBetweenTextures
Removed Property TextureTrail.Texture
Removed Property TextureTrail.TextureSize
Removed Property TextureTrail.To
Removed Property TextureTrail.Velocity
Removed Function DataModel:LoadGame
Removed Function DataModel:LoadWorld
Version 0.295.0.129678
Added Property BillboardGui.MaxDistance: number
Added Property TextLabel.Localize: boolean {RobloxScriptSecurity} [Hidden]
Added Property Trail.Attachment0: Object
Added Property Trail.Attachment1: Object
Added Function ContextActionService:BindActionAtPriority(actionName: string, functionToBind: (...any) -> ...any, createTouchButton: boolean, priorityLevel: number, ...: any) -> ()
Added Function Tool:Deactivate() -> ()
Added Enum ContextActionPriority
Added EnumItem ContextActionPriority.Low : 1000
Added EnumItem ContextActionPriority.Medium : 2000
Added EnumItem ContextActionPriority.Default : 2000
Added EnumItem ContextActionPriority.High : 3000
Added EnumItem ScaleType.Tile : 2
Added Tag [Deprecated] to Function Player:BlockUser
Added Tag [Deprecated] to Function Player:UnblockUser
Added Tag [Hidden] to Property LocalizationTable.Contents
Added Tag [Hidden] to Property LocalizationTable.Root
Added Tag [Hidden] to Property LocalizationTable.DevelopmentLanguage
Removed Property LocalizationService.PreferredLanguage
Removed Property Trail.P0
Removed Property Trail.P1
Removed Property UserGameSettings.UseBasicMouseSensitivity
Removed EnumItem Language.English
Removed EnumItem Language.French
Removed EnumItem Language.Spanish
Removed EnumItem Language.Portuguese
Removed EnumItem Language.German
Version 0.294.0.126818
Added Class Trail : Instance
Added Property Trail.P0: Object
Added Property Trail.P1: Object
Added Property Trail.Color: ColorSequence
Added Property Trail.LightEmission: number
Added Property Trail.Texture: Content
Added Property Trail.TextureLength: number
Added Property Trail.TextureMode: Enum.TextureMode
Added Property Trail.Transparency: NumberSequence
Added Property Trail.Enabled: boolean
Added Property Trail.Lifetime: number
Added Property Trail.MinLength: number
Added Property BasePart.CenterOfMass: Vector3 [ReadOnly]
Added Property TextBox.PlaceholderColor3: Color3 {RobloxScriptSecurity}
Added Property TextBox.PlaceholderText: string {RobloxScriptSecurity}
Added Enum ContextActionResult
Added EnumItem ContextActionResult.Sink : 0
Added EnumItem ContextActionResult.Pass : 1
Added Enum TextureMode
Added EnumItem TextureMode.Stretch : 0
Added EnumItem TextureMode.Wrap : 1
Added EnumItem TextureMode.Static : 2
Changed the return-type of Function ContextActionService:CallFunction from () to ...any
Version 0.293.0.124956
Added Class TextFilterResult : Instance [NotCreatable] [NotReplicated]
Added Function TextFilterResult:GetChatForUserAsync(toUserId: number) -> string [Yields]
Added Function TextFilterResult:GetNonChatStringForBroadcastAsync() -> string [Yields]
Added Function TextFilterResult:GetNonChatStringForUserAsync(toUserId: number) -> string [Yields]
Added Property GuiBase2d.AbsoluteRotation: number [ReadOnly]
Added Property GuiObject.SizeFromContents: boolean
Added Property LocalizationService.SystemLocaleId: string [ReadOnly]
Added Property ParticleEmitter.LightInfluence: number
Added Property ParticleEmitter.SpreadAngle: Vector2
Added Property Player.OsPlatform: string {RobloxScriptSecurity}
Added Function TextService:FilterStringAsync(stringToFilter: string, fromUserId: number) -> Instance? [Yields]
Added Enum R15CollisionType
Added EnumItem R15CollisionType.OuterBox : 0
Added EnumItem R15CollisionType.InnerBox : 1
Changed the
parameters of
Function UIGridStyleLayout:SetCustomSortFunction
from: (function: (...any) -> ...any)
to: (function: ((...any) -> ...any)?)
Removed Class ChatFilter
Removed Property GuiObject.AbsoluteRotation
Removed Property LocalizationService.LocaleId
Version 0.292.0.123769
Added Class LocalizationTable : Instance
Added Property LocalizationTable.Contents: string
Added Property LocalizationTable.Root: Object [NotReplicated]
Added Property LocalizationTable.DevelopmentLanguage: string [📁 LoadOnly] [NotReplicated]
Added Function LocalizationTable:GetString(languageKey: string, expressionKey: string) -> string
Added Function DataModel:OpenVideosFolder() -> () {RobloxScriptSecurity}
Added Function LocalizationService:GetCorescriptLocalizations() -> { Instance } {RobloxScriptSecurity}
Added Tag [Deprecated] to
Class AdService
Added Tag [Deprecated] to Function AdService:ShowVideoAd
Added Tag [Deprecated] to Event AdService.VideoAdClosed
Added Tag [Deprecated] to
Class DoubleConstrainedValue
Added Tag [Deprecated] to Property DoubleConstrainedValue.ConstrainedValue
Added Tag [Deprecated] to Property DoubleConstrainedValue.MaxValue
Added Tag [Deprecated] to Property DoubleConstrainedValue.MinValue
Added Tag [Deprecated] to Property DoubleConstrainedValue.Value
Added Tag [Deprecated] to Event DoubleConstrainedValue.Changed
Added Tag [Deprecated] to
Class IntConstrainedValue
Added Tag [Deprecated] to Property IntConstrainedValue.ConstrainedValue
Added Tag [Deprecated] to Property IntConstrainedValue.MaxValue
Added Tag [Deprecated] to Property IntConstrainedValue.MinValue
Added Tag [Deprecated] to Property IntConstrainedValue.Value
Added Tag [Deprecated] to Event IntConstrainedValue.Changed
Added Tag [Deprecated] to Function AssetService:GetCreatorAssetID
Added Tag [Deprecated] to Event DataModel.AllowedGearTypeChanged
Added Tag [Deprecated] to Event DataModel.ItemChanged
Added Tag [Deprecated] to Property DataStoreService.LegacyNamingScheme
Added Tag [Deprecated] to Property Player.CharacterAppearance
Added Tag [Deprecated] to Property Players.NumPlayers
Removed Property RenderSettings.AASamples
Removed Property RenderSettings.Antialiasing
Removed Property RenderSettings.DebugDisableInterpolation
Removed Property RenderSettings.IsAggregationShown
Removed Property RenderSettings.IsSynchronizedWithPhysics
Removed Property RenderSettings.ShowInterpolationpath
Removed Property RenderSettings.TextureCacheSize
Removed Tag [Deprecated] from Property BasePart.Color
Version 0.291.0.122484
Added Property BillboardGui.LightInfluence: number
Added Property Player.DisplayName: string {RobloxScriptSecurity}
Added Property SurfaceGui.LightInfluence: number
Added Property UserGameSettings.CameraYInverted: boolean {RobloxScriptSecurity} [Hidden] [NotReplicated]
Added Property UserGameSettings.IsUsingCameraYInverted: boolean {RobloxScriptSecurity} [Hidden] [ReadOnly]
Added Function AnalyticsService:TrackEvent(category: string, action: string, label: string) -> () {RobloxScriptSecurity}
Added Function UserGameSettings:GetCameraYInvertValue() -> number
Added Function UserGameSettings:SetCameraYInvertVisible() -> ()
Version 0.290.0.121286
Added Class UIPadding : UIComponent
Added Property UIPadding.PaddingBottom: UDim
Added Property UIPadding.PaddingLeft: UDim
Added Property UIPadding.PaddingRight: UDim
Added Property UIPadding.PaddingTop: UDim
Added Class UITableLayout : UIGridStyleLayout
Added Property UITableLayout.FillEmptySpaceColumns: boolean
Added Property UITableLayout.FillEmptySpaceRows: boolean
Added Property UITableLayout.Padding: UDim2
Added Property UITableLayout.MajorAxis: Enum.TableMajorAxis
Added Property Attachment.Orientation: Vector3 [📁 LoadOnly] [NotReplicated]
Added Property Attachment.WorldOrientation: Vector3 [ReadOnly]
Added Property BasePart.Orientation: Vector3 [📁 LoadOnly] [NotReplicated]
Added Property Dialog.TriggerDistance: number
Added Property Dialog.TriggerOffset: Vector3
Added Property ImageButton.IsLoaded: boolean [ReadOnly]
Added Property ImageButton.TileSize: UDim2
Added Property ImageLabel.IsLoaded: boolean [ReadOnly]
Added Property ImageLabel.TileSize: UDim2
Added Property PlayerGui.CurrentScreenOrientation: Enum.ScreenOrientation [ReadOnly]
Added Property PlayerGui.ScreenOrientation: Enum.ScreenOrientation
Added Property StarterGui.ScreenOrientation: Enum.ScreenOrientation
Added Function GuiService:GetResolutionScale() -> number {LocalUserSecurity}
Added Function Humanoid:BuildRigFromAttachments() -> ()
Added Event NotificationService.RobloxConnectionChanged(connectionName: string) {RobloxScriptSecurity}
Added Enum TableMajorAxis
Added EnumItem TableMajorAxis.RowMajor : 0
Added EnumItem TableMajorAxis.ColumnMajor : 1
Added EnumItem ScreenOrientation.LandscapeLeft : 0
Added EnumItem ScreenOrientation.LandscapeRight : 1
Added EnumItem ScreenOrientation.LandscapeSensor : 2
Added Tag [Deprecated] to Property Attachment.WorldRotation
Added Tag [Deprecated] to Property TextBox.FontSize
Added Tag [Deprecated] to Property TextButton.FontSize
Added Tag [Deprecated] to Property TextLabel.FontSize
Changed the
security of
Property GuiObject.AbsoluteRotation
from: {RobloxSecurity}
to: {None}
Changed the
security of
Property TextBox.OverlayNativeInput
from: {None}
to: {RobloxScriptSecurity}
Changed the
parameters of
Function Player:LoadCharacter
from: (inGame: boolean? = true)
to: ()
Changed the value of EnumItem ScreenOrientation.Portrait from 1 to 3
Changed the value of EnumItem ScreenOrientation.Sensor from 2 to 4
Removed Property ScrollingFrame.AutoSizeCanvas
Removed Property ScrollingFrame.AutoSizeCanvasPadding
Removed Property StarterPlayer.ScreenOrientation
Removed Event StarterPlayer.ScreenOrientationChanged
Removed EnumItem ScreenOrientation.Landscape
Removed EnumItem ScreenOrientation.UserChoice
Version 0.288.0.118399
Added Class TweenBase : Instance [NotBrowsable] [NotCreatable]
Added Property TweenBase.PlaybackState: Enum.PlaybackState [ReadOnly]
Added Function TweenBase:Cancel() -> ()
Added Function TweenBase:Pause() -> ()
Added Function TweenBase:Play() -> ()
Added Event TweenBase.Completed(playbackState: Enum.PlaybackState)
Added Class Tween : TweenBase
Added Property Tween.Instance: Object [ReadOnly]
Added Property Tween.TweenInfo: TweenInfo [ReadOnly]
Added Function DataStoreService:GetRequestBudgetForRequestType(requestType: Enum.DataStoreRequestType) -> number
Added Function Player:LoadCharacterBlocking() -> () {LocalUserSecurity} [Yields]
Added Function TweenService:Create(instance: Instance, tweenInfo: TweenInfo, propertyTable: { [string]: any }) -> Instance?
Added Enum DataStoreRequestType
Added EnumItem DataStoreRequestType.GetAsync : 0
Added EnumItem DataStoreRequestType.SetIncrementAsync : 1
Added EnumItem DataStoreRequestType.UpdateAsync : 2
Added EnumItem DataStoreRequestType.GetSortedAsync : 3
Added EnumItem DataStoreRequestType.SetIncrementSortedAsync : 4
Added EnumItem DataStoreRequestType.OnUpdate : 5
Added Enum PlaybackState
Added EnumItem PlaybackState.Begin : 0
Added EnumItem PlaybackState.Delayed : 1
Added EnumItem PlaybackState.Playing : 2
Added EnumItem PlaybackState.Paused : 3
Added EnumItem PlaybackState.Completed : 4
Added EnumItem PlaybackState.Cancelled : 5
Version 0.287.0.116082
Added Class UIScale : UIComponent
Added Property UIScale.Scale: number
Added Property BasePart.CollisionGroupId: number
Added Property TextBox.OverlayNativeInput: boolean [📁 LoadOnly] [NotReplicated]
Added Function BasePart:CanCollideWith(part: Instance) -> boolean
Added Function PhysicsService:CollisionGroupContainsPart(name: string, part: Instance) -> boolean
Added Function PhysicsService:CollisionGroupSetCollidable(name1: string, name2: string, collidable: boolean) -> ()
Added Function PhysicsService:CollisionGroupsAreCollidable(name1: string, name2: string) -> boolean
Added Function PhysicsService:CreateCollisionGroup(name: string) -> number
Added Function PhysicsService:GetCollisionGroupId(name: string) -> number
Added Function PhysicsService:GetCollisionGroupName(name: number) -> string
Added Function PhysicsService:GetCollisionGroups() -> { any }
Added Function PhysicsService:GetMaxCollisionGroups() -> number
Added Function PhysicsService:RemoveCollisionGroup(name: string) -> ()
Added Function PhysicsService:RenameCollisionGroup(from: string, to: string) -> ()
Added Function PhysicsService:SetPartCollisionGroup(part: Instance, name: string) -> ()
Added Event NotificationService.RobloxEventReceived(eventData: { [string]: any }) {RobloxScriptSecurity}
Removed Property NetworkSettings.FreeMemoryPoolMBytes
Version 0.286.0.115676
Added Property ScrollingFrame.AutoSizeCanvas: boolean
Added Property ScrollingFrame.AutoSizeCanvasPadding: UDim2
Added Property UIGridStyleLayout.AbsoluteContentSize: Vector2 [ReadOnly]
Added Function DataModel:OpenScreenshotsFolder() -> () {RobloxScriptSecurity}
Added Function Players:GetUserThumbnailAsync(userId: number, thumbnailType: Enum.ThumbnailType, thumbnailSize: Enum.ThumbnailSize) -> ...any [Yields]
Added Event DataModel.ScreenshotReady(path: string) {RobloxScriptSecurity}
Added Enum ThumbnailSize
Added EnumItem ThumbnailSize.Size48x48 : 0
Added EnumItem ThumbnailSize.Size180x180 : 1
Added EnumItem ThumbnailSize.Size420x420 : 2
Added Enum ThumbnailType
Added EnumItem ThumbnailType.HeadShot : 0
Added EnumItem ThumbnailType.AvatarBust : 1
Added EnumItem ThumbnailType.AvatarThumbnail : 2
Added EnumItem ChatColor.White : 3
Removed Function NetworkReplicator:DisableProcessPackets
Removed Function NetworkReplicator:EnableProcessPackets
Removed Function NetworkReplicator:SetPropSyncExpiration
Version 0.285.0.114548
Added Class InventoryPages : Pages [NotCreatable] [NotReplicated]
Added Property StarterPlayer.ScreenOrientation: Enum.ScreenOrientation
Added Function Instance:GetPropertyChangedSignal(property: string) -> RBXScriptSignal
Added Event StarterPlayer.ScreenOrientationChanged(newOrientation: Enum.ScreenOrientation, fromSensor: boolean)
Added Enum ScreenOrientation
Added EnumItem ScreenOrientation.Landscape : 0
Added EnumItem ScreenOrientation.Portrait : 1
Added EnumItem ScreenOrientation.Sensor : 2
Added EnumItem ScreenOrientation.UserChoice : 3
Changed the
parameters and return-type of
Function KeyframeSequenceProvider:GetAnimations
from: (userId: number, page: number? = 1)-> { [string]: any }
to: (userId: number)-> Instance?
Changed the
security of
Event FriendService.FriendsEvent
from: {RobloxScriptSecurity}
to: {RobloxSecurity}
Removed Class ContentFilter
Removed Function ContentFilter:SetFilterLimits
Removed Function ContentFilter:SetFilterUrl
Removed Function FriendService:SetCreateFriendRequestUrl
Removed Function FriendService:SetDeleteFriendRequestUrl
Removed Function FriendService:SetEnabled
Removed Function FriendService:SetFriendsOnlineUrl
Version 0.284.0.112222
Added Class UIPageLayout : UIGridStyleLayout
Added Property UIPageLayout.Animated: boolean
Added Property UIPageLayout.Circular: boolean
Added Property UIPageLayout.EasingDirection: Enum.EasingDirection
Added Property UIPageLayout.EasingStyle: Enum.EasingStyle
Added Property UIPageLayout.Padding: UDim
Added Property UIPageLayout.TweenTime: number
Added Property UIPageLayout.CurrentPage: Object [ReadOnly]
Added Function UIPageLayout:JumpTo(page: Instance) -> ()
Added Function UIPageLayout:JumpToIndex(index: number) -> ()
Added Function UIPageLayout:Next() -> ()
Added Function UIPageLayout:Previous() -> ()
Added Event UIPageLayout.PageEnter(page: Instance)
Added Event UIPageLayout.PageLeave(page: Instance)
Added Event UIPageLayout.Stopped(currentPage: Instance)
Added Property VehicleSeat.SteerFloat: number
Added Property VehicleSeat.ThrottleFloat: number
Added EnumItem DevTouchMovementMode.DynamicThumbstick : 6
Added EnumItem TouchMovementMode.DynamicThumbstick : 5
Removed Function Players:BlockUser
Removed Function Players:UnblockUser
Version 0.283.0.111404
Added Function FriendService:GetPlatformFriends() -> { any } {RobloxScriptSecurity} [Yields]
Removed Class ClusterPacketCache
Version 0.282.0.110137
Added Property ForceField.Visible: boolean
Added Event ClickDetector.RightMouseClick(playerWhoClicked: Instance)
Added EnumItem GraphicsMode.Vulkan : 6
Added Tag [Deprecated] to Property BasePart.SpecificGravity
Changed the value of EnumItem GraphicsMode.NoGraphics from 6 to 7
Removed Class SocialService
Removed Function SocialService:SetBestFriendUrl
Removed Function SocialService:SetFriendUrl
Removed Function SocialService:SetGroupRankUrl
Removed Function SocialService:SetGroupRoleUrl
Removed Function SocialService:SetGroupUrl
Removed Function SocialService:SetPackageContentsUrl
Removed Function SocialService:SetStuffUrl
Removed Enum Stuff
Removed EnumItem Stuff.Heads
Removed EnumItem Stuff.Faces
Removed EnumItem Stuff.Hats
Removed EnumItem Stuff.TShirts
Removed EnumItem Stuff.Shirts
Removed EnumItem Stuff.Pants
Removed EnumItem Stuff.Gears
Removed EnumItem Stuff.Torsos
Removed EnumItem Stuff.LeftArms
Removed EnumItem Stuff.RightArms
Removed EnumItem Stuff.LeftLegs
Removed EnumItem Stuff.RightLegs
Removed EnumItem Stuff.Bodies
Removed EnumItem Stuff.Costumes
Version 0.281.0.108659
Added Class AlignOrientation : Constraint
Added Property AlignOrientation.PrimaryAxisOnly: boolean
Added Property AlignOrientation.ReactionTorqueEnabled: boolean
Added Property AlignOrientation.RigidityEnabled: boolean
Added Property AlignOrientation.MaxAngularVelocity: number
Added Property AlignOrientation.MaxTorque: number
Added Property AlignOrientation.Responsiveness: number
Added Class AlignPosition : Constraint
Added Property AlignPosition.ApplyAtCenterOfMass: boolean
Added Property AlignPosition.ReactionForceEnabled: boolean
Added Property AlignPosition.RigidityEnabled: boolean
Added Property AlignPosition.MaxForce: number
Added Property AlignPosition.MaxVelocity: number
Added Property AlignPosition.Responsiveness: number
Added Class LineForce : Constraint
Added Property LineForce.ApplyAtCenterOfMass: boolean
Added Property LineForce.InverseSquareLaw: boolean
Added Property LineForce.Magnitude: number
Added Class Torque : Constraint
Added Property Torque.RelativeTo: Enum.ActuatorRelativeTo
Added Property Torque.Torque: Vector3
Added Class VectorForce : Constraint
Added Property VectorForce.ApplyAtCenterOfMass: boolean
Added Property VectorForce.Force: Vector3
Added Property VectorForce.RelativeTo: Enum.ActuatorRelativeTo
Added Property BillboardGui.ExtentsOffsetWorldSpace: Vector3
Added Property BillboardGui.StudsOffsetWorldSpace: Vector3
Added Property Dialog.BehaviorType: Enum.DialogBehaviorType
Added Property UserInputService.OnScreenKeyboardPosition: Vector2 [ReadOnly]
Added Property UserInputService.OnScreenKeyboardSize: Vector2 [ReadOnly]
Added Property UserInputService.OnScreenKeyboardVisible: boolean [ReadOnly]
Added Function Camera:GetLargestCutoffDistance(ignoreList: { Instance }) -> number
Added Function Camera:GetPartsObscuringTarget(castPoints: { any }, ignoreList: { Instance }) -> { Instance }
Added Function Chat:ChatLocal(partOrCharacter: Instance, message: string, color: Enum.ChatColor? = "Blue") -> () {RobloxScriptSecurity}
Added Function Dialog:GetCurrentPlayers() -> { Instance }
Added Function Dialog:SetPlayerIsUsing(player: Instance, isUsing: boolean) -> () {RobloxScriptSecurity}
Added Enum ActuatorRelativeTo
Added EnumItem ActuatorRelativeTo.Attachment0 : 0
Added EnumItem ActuatorRelativeTo.Attachment1 : 1
Added EnumItem ActuatorRelativeTo.World : 2
Added Enum DialogBehaviorType
Added EnumItem DialogBehaviorType.SinglePlayer : 0
Added EnumItem DialogBehaviorType.MultiplePlayers : 1
Added Enum TextureQueryType
Added EnumItem TextureQueryType.NonHumanoid : 0
Added EnumItem TextureQueryType.NonHumanoidOrphaned : 1
Added EnumItem TextureQueryType.Humanoid : 2
Added EnumItem TextureQueryType.HumanoidOrphaned : 3
Added Tag [Yields] to Function Stats:GetPaginatedMemoryByTexture
Changed the
write permissions of
Property Workspace.FilteringEnabled
from: {✏️None}
to: {✏️PluginSecurity}
Changed the
parameters of
Function Stats:GetPaginatedMemoryByTexture
from: (pageIndex: number, pageSize: number)
to: (queryType: Enum.TextureQueryType, pageIndex: number, pageSize: number)
Changed the value of EnumItem JointType.None from 22 to 27
Removed Class MoveToConstraint
Removed Property MoveToConstraint.MaxForce
Removed Property MoveToConstraint.StabilizingDistance
Removed Property MoveToConstraint.Velocity
Version 0.280.0.107037
Added Property AnimationTrack.Looped: boolean
Added Property GuiObject.LayoutOrder: number
Added Property SurfaceGui.ZOffset: number
Added Function Stats:GetPaginatedMemoryByTexture(pageIndex: number, pageSize: number) -> { [string]: any } {RobloxScriptSecurity}
Added Event AnimationTrack.DidLoop()
Added EnumItem SortOrder.LayoutOrder : 2
Version 0.279.1.107003
Added Function Chat:CanUserChatAsync(userId: number) -> boolean [Yields]
Added Function Chat:CanUsersChatAsync(userIdFrom: number, userIdTo: number) -> boolean [Yields]
Added Enum ChatPrivacyMode
Added EnumItem ChatPrivacyMode.AllUsers : 0
Added EnumItem ChatPrivacyMode.NoOne : 1
Added EnumItem ChatPrivacyMode.Friends : 2
Version 0.278.0.104886
Removed Property DebugSettings.NameDatabaseBytes
Removed Property DebugSettings.NameDatabaseSize
Version 0.277.0.103968
Added Function ContentProvider:GetFailedUrls() -> { any } {LocalUserSecurity}
Added Function Plugin:SelectRibbonTool(tool: Enum.RibbonTool, position: UDim2) -> () {PluginSecurity}
Added Function TextButton:SetTextFromInput(text: string) -> () {RobloxScriptSecurity}
Added Function TextLabel:SetTextFromInput(text: string) -> () {RobloxScriptSecurity}
Added Enum RibbonTool
Added EnumItem RibbonTool.Select : 0
Added EnumItem RibbonTool.Scale : 1
Added EnumItem RibbonTool.Rotate : 2
Added EnumItem RibbonTool.Move : 3
Added EnumItem RibbonTool.Transform : 4
Added EnumItem RibbonTool.ColorPicker : 5
Added EnumItem RibbonTool.MaterialPicker : 6
Added EnumItem RibbonTool.Group : 7
Added EnumItem RibbonTool.Ungroup : 8
Version 0.276.0.103209
Added Class LocalizationService : Instance [NotCreatable] [NotReplicated] [Service]
Added Property LocalizationService.LocaleId: string [ReadOnly]
Added Property LocalizationService.PreferredLanguage: Enum.Language [ReadOnly]
Added Function AnalyticsService:SetRBXEventStream(target: string, eventContext: string, eventName: string, additionalArgs: { [string]: any }) -> () {RobloxScriptSecurity}
Added Enum Language
Added EnumItem Language.Default : 0
Added EnumItem Language.English : 1
Added EnumItem Language.French : 2
Added EnumItem Language.Spanish : 3
Added EnumItem Language.Portuguese : 4
Added EnumItem Language.German : 5
Version 0.275.0.101727
Added Property Chat.LoadDefaultChat: boolean {✏️NotAccessibleSecurity}
Added Function Animator:StepAnimations(deltaTime: number) -> () {PluginSecurity}
Version 0.274.0.101540
Added Class UIGridStyleLayout : UILayout [NotBrowsable] [NotCreatable]
Added Property UIGridStyleLayout.FillDirection: Enum.FillDirection
Added Property UIGridStyleLayout.HorizontalAlignment: Enum.HorizontalAlignment
Added Property UIGridStyleLayout.SortOrder: Enum.SortOrder
Added Property UIGridStyleLayout.VerticalAlignment: Enum.VerticalAlignment
Added Function UIGridStyleLayout:ApplyLayout() -> ()
Added Function UIGridStyleLayout:SetCustomSortFunction(function: (...any) -> ...any) -> ()
Added Class UIListLayout : UIGridStyleLayout
Added Property UIListLayout.Padding: UDim
Added Property Decal.Color3: Color3
Added Function VRService:RequestNavigation(cframe: CFrame, inputUserCFrame: Enum.UserCFrame) -> ()
Added Event VRService.NavigationRequested(cframe: CFrame, inputUserCFrame: Enum.UserCFrame)
Added Enum FillDirection
Added EnumItem FillDirection.Horizontal : 0
Added EnumItem FillDirection.Vertical : 1
Added Enum HorizontalAlignment
Added EnumItem HorizontalAlignment.Center : 0
Added EnumItem HorizontalAlignment.Left : 1
Added EnumItem HorizontalAlignment.Right : 2
Added Enum SortOrder
Added EnumItem SortOrder.Name : 0
Added EnumItem SortOrder.Custom : 1
Added Enum StartCorner
Added EnumItem StartCorner.TopLeft : 0
Added EnumItem StartCorner.TopRight : 1
Added EnumItem StartCorner.BottomLeft : 2
Added EnumItem StartCorner.BottomRight : 3
Added Enum VerticalAlignment
Added EnumItem VerticalAlignment.Center : 0
Added EnumItem VerticalAlignment.Top : 1
Added EnumItem VerticalAlignment.Bottom : 2
Changed the
security of
Class TextService
from: {RobloxScriptSecurity}
to: {None}
Changed the
superclass of
Class UIGridLayout
from: "UILayout"
to: "UIGridStyleLayout"
Changed the
value-type of
Property UIGridLayout.StartCorner
from: Enum.GridStartCorner
to: Enum.StartCorner
Removed Property UIGridLayout.AbsoluteSize
Removed Property UIGridLayout.Alignment
Removed Property UIGridLayout.FillDirection
Removed Property UIGridLayout.SortOrder
Removed Function UIGridLayout:ApplyLayout
Removed Function UIGridLayout:SetCustomSortFunction
Removed Enum GridAlignment
Removed EnumItem GridAlignment.Center
Removed EnumItem GridAlignment.Justified
Removed Enum GridFillOrder
Removed EnumItem GridFillOrder.Horizontal
Removed EnumItem GridFillOrder.Vertical
Removed Enum GridSortOrder
Removed EnumItem GridSortOrder.Name
Removed EnumItem GridSortOrder.Custom
Removed Enum GridStartCorner
Removed EnumItem GridStartCorner.TopLeft
Removed EnumItem GridStartCorner.TopRight
Removed EnumItem GridStartCorner.BottomLeft
Removed EnumItem GridStartCorner.BottomRight
Version 0.273.1.100694
Added Property MeshPart.MeshId: Content {✏️NotAccessibleSecurity}
Added Tag [Deprecated] to Function BasePart:GetRenderCFrame
Added Tag [Deprecated] to Function DataModel:GetMessage
Added Tag [Deprecated] to Function DataModel:GetRemoteBuildMode
Added Tag [Deprecated] to Function DataModel:SavePlace
Removed Property DataModel.IsPersonalServer
Removed Property DataModel.LocalSaveEnabled
Removed Property PersonalServerService.RoleSets
Removed Property Player.HasBuildTools
Removed Property Player.PersonalServerRank
Removed Function DataModel:ClearMessage
Removed Function DataModel:SetMessage
Removed Function DataModel:SetMessageBrickCount
Removed Function DataModel:SetRemoteBuildMode
Removed Function DataModel:ToggleTools
Removed Function GuiService:SetErrorMessage
Removed Function PersonalServerService:Demote
Removed Function PersonalServerService:GetRoleSets
Removed Function PersonalServerService:Promote
Removed Function PersonalServerService:SetPersonalServerGetRankUrl
Removed Function PersonalServerService:SetPersonalServerRoleSetsUrl
Removed Function PersonalServerService:SetPersonalServerSetRankUrl
Removed Function Player:GetWebPersonalServerRank
Removed Function Player:SetWebPersonalServerRank
Removed Function ScriptContext:AddStarterScript
Version 0.272.0.99367
Added Property TextBox.ShowNativeInput: boolean
Added Event Players.PlayerConnecting(player: Instance) {LocalUserSecurity}
Added Event Players.PlayerDisconnecting(player: Instance) {LocalUserSecurity}
Added Event Players.PlayerRejoining(player: Instance) {LocalUserSecurity}
Added Tag [Hidden] to Property Humanoid.LeftLeg
Added Tag [Hidden] to Property Humanoid.RightLeg
Added Tag [Hidden] to Property Humanoid.Torso
Removed Function ScriptContext:AddCoreScript
Version 0.271.1.97962
Added Property GuiObject.AnchorPoint: Vector2
Added Property Humanoid.HealthDisplayType: Enum.HumanoidHealthDisplayType
Added Property ScreenGui.DisplayOrder: number
Added Enum HumanoidHealthDisplayType
Added EnumItem HumanoidHealthDisplayType.DisplayWhenDamaged : 0
Added EnumItem HumanoidHealthDisplayType.AlwaysOn : 1
Added EnumItem HumanoidHealthDisplayType.AlwaysOff : 2
Added EnumItem AssetType.HairAccessory : 41
Added EnumItem AssetType.FaceAccessory : 42
Added EnumItem AssetType.NeckAccessory : 43
Added EnumItem AssetType.ShoulderAccessory : 44
Added EnumItem AssetType.FrontAccessory : 45
Added EnumItem AssetType.BackAccessory : 46
Added EnumItem AssetType.WaistAccessory : 47
Added EnumItem AssetType.ClimbAnimation : 48
Added EnumItem AssetType.DeathAnimation : 49
Added EnumItem AssetType.FallAnimation : 50
Added EnumItem AssetType.IdleAnimation : 51
Added EnumItem AssetType.JumpAnimation : 52
Added EnumItem AssetType.RunAnimation : 53
Added EnumItem AssetType.SwimAnimation : 54
Added EnumItem AssetType.WalkAnimation : 55
Added EnumItem AssetType.PoseAnimation : 56
Removed Property DebugSettings.AltCdnFailureCount
Removed Property DebugSettings.AltCdnSuccessCount
Removed Property DebugSettings.AvailablePhysicalMemory
Removed Property DebugSettings.BlockMeshSize
Removed Property DebugSettings.CPU
Removed Property DebugSettings.CdnFailureCount
Removed Property DebugSettings.CdnResponceTime
Removed Property DebugSettings.CdnSuccessCount
Removed Property DebugSettings.CpuCount
Removed Property DebugSettings.CpuSpeed
Removed Property DebugSettings.ElapsedTime
Removed Property DebugSettings.LastCdnFailureTimeSpan
Removed Property DebugSettings.PageFaultsPerSecond
Removed Property DebugSettings.PageFileBytes
Removed Property DebugSettings.PixelShaderModel
Removed Property DebugSettings.PrivateBytes
Removed Property DebugSettings.PrivateWorkingSetBytes
Removed Property DebugSettings.ProcessCores
Removed Property DebugSettings.ProcessorTime
Removed Property DebugSettings.RAM
Removed Property DebugSettings.ReportExtendedMachineConfiguration
Removed Property DebugSettings.Resolution
Removed Property DebugSettings.RobloxFailureCount
Removed Property DebugSettings.RobloxRespoceTime
Removed Property DebugSettings.RobloxSuccessCount
Removed Property DebugSettings.TotalPhysicalMemory
Removed Property DebugSettings.TotalProcessorTime
Removed Property DebugSettings.VertexShaderModel
Removed Property DebugSettings.VirtualBytes
Removed Property RenderSettings.ExperimentalTerrainLOD
Removed Function DebugSettings:ResetCdnFailureCounts
Version 0.270.0.96141
Added Function AnalyticsService:UpdateHeartbeatObject(args: { [string]: any }) -> () {RobloxScriptSecurity}
Added Function FriendService:StartReceivingPlatformFriendsEvents() -> () {RobloxScriptSecurity}
Added Function Player:BlockUser(player: Instance) -> string {RobloxScriptSecurity} [Yields]
Added Function Player:UnblockUser(player: Instance) -> string {RobloxScriptSecurity} [Yields]
Added Event FriendService.FriendsEvent(eventInfo: { [string]: any }, friendData: { any }) {RobloxScriptSecurity}
Changed the value of EnumItem GridSortOrder.Name from 1 to 0
Changed the value of EnumItem GridSortOrder.Custom from 2 to 1
Removed Class ScriptInformationProvider
Removed Function ScriptInformationProvider:SetAccessKey
Removed Function ScriptInformationProvider:SetAssetUrl
Removed Class ProfilingItem
Removed Function ProfilingItem:GetTimes
Removed Function ProfilingItem:GetTimesForFrames
Removed Property DebugSettings.IsProfilingEnabled
Removed Property DebugSettings.ProfilingWindow
Removed EnumItem GridSortOrder.Child
Version 0.269.1.95156
Added Property GameSettings.AdditionalCoreIncludeDirs: string
Added Function AnalyticsService:ReportCounter(counterName: string, amount: number? = 1) -> () {RobloxScriptSecurity}
Added Function AnalyticsService:ReportStats(category: string, value: number) -> () {RobloxScriptSecurity}
Changed the
parameters of
Function AnalyticsService:SetRBXEvent
from: (eventContext: string, eventName: string, additionalArgs: { [string]: any })
to: (target: string, eventContext: string, eventName: string, additionalArgs: { [string]: any })
Version 0.268.0.93997
Added Class AnalyticsService : Instance [NotCreatable] [Service]
Added Function AnalyticsService:SetRBXEvent(eventContext: string, eventName: string, additionalArgs: { [string]: any }) -> () {RobloxScriptSecurity}
Added Class LobbyService : Instance [NotCreatable]
Added Function LobbyService:BeginLeaveLobby() -> () {RobloxScriptSecurity}
Added Function LobbyService:BeginLobbyStartGame(placeId: number) -> () {RobloxScriptSecurity}
Added Class ThirdPartyUserService : Instance [NotCreatable] [NotReplicated] [Service]
Added Function ThirdPartyUserService:GetUserDisplayName() -> string {RobloxScriptSecurity}
Added Function ThirdPartyUserService:GetUserPlatformId() -> string {RobloxScriptSecurity}
Added Function ThirdPartyUserService:HaveActiveUser() -> boolean {RobloxScriptSecurity}
Added Function ThirdPartyUserService:RegisterActiveUser(gamepadId: Enum.UserInputType) -> number {RobloxScriptSecurity} [Yields]
Added Function ThirdPartyUserService:ShowAccountPicker() -> () {RobloxScriptSecurity}
Added Event ThirdPartyUserService.ActiveGamepadAdded() {RobloxScriptSecurity}
Added Event ThirdPartyUserService.ActiveGamepadRemoved() {RobloxScriptSecurity}
Added Event ThirdPartyUserService.ActiveUserSignedOut(signOutStatus: number) {RobloxScriptSecurity}
Added Property CompressorSoundEffect.Ratio: number
Added Property CompressorSoundEffect.SideChain: Object
Added Property ReflectionMetadataItem.EditingDisabled: boolean
Added Property ScreenGui.Enabled: boolean
Added Property UserGameSettings.UsedCoreGuiIsVisibleToggle: boolean {RobloxScriptSecurity}
Added Property UserGameSettings.UsedCustomGuiIsVisibleToggle: boolean {RobloxScriptSecurity}
Added Function AssetService:GetAssetIdsForPackage(packageAssetId: number) -> { any } [Yields]
Added Function Plugin:PromptSaveSelection(suggestedFileName: string? = "") -> boolean {PluginSecurity} [Yields]
Added Function TextBox:SetTextFromInput(text: string) -> () {RobloxScriptSecurity}
Added EnumItem Font.Arcade : 13
Added EnumItem Font.Fantasy : 14
Added EnumItem Font.Antique : 15
Added Tag [Deprecated] to Callback DataModel.OnClose
Added Tag [NotBrowsable] to Class LuaSourceContainer
Removed Property PhysicsSettings.AreAttachmentsShown
Removed Property PhysicsSettings.AreConstraintsShown
Version 0.267.0.92874
Added Class GoogleAnalyticsConfiguration : Instance [Service]
Added Class AnalysticsSettings : GenericSettings [NotCreatable]
Added Function GuiService:GetGuiInset() -> ...any
Added EnumItem GraphicsMode.Metal : 5
Changed the value of EnumItem GraphicsMode.NoGraphics from 5 to 6
Removed Function Chat:SetIsLuaChatBackendOverwritten
Removed Tag [NotBrowsable] from EnumItem Font.Bodoni
Removed Tag [NotBrowsable] from EnumItem Font.Garamond
Version 0.266.0.91250
Added Class UIBase : Instance [NotCreatable]
Added Class UIComponent : UIBase [NotCreatable]
Added Class UIConstraint : UIComponent [NotCreatable]
Added Class UILayout : UIComponent [NotCreatable]
Added Class UIAspectRatioConstraint : UIConstraint
Added Property UIAspectRatioConstraint.AspectRatio: number
Added Property UIAspectRatioConstraint.AspectType: Enum.AspectType
Added Property UIAspectRatioConstraint.DominantAxis: Enum.DominantAxis
Added Class UIGridLayout : UILayout
Added Property UIGridLayout.AbsoluteSize: Vector2 [ReadOnly]
Added Property UIGridLayout.Alignment: Enum.GridAlignment
Added Property UIGridLayout.FillDirection: Enum.GridFillOrder
Added Property UIGridLayout.SortOrder: Enum.GridSortOrder
Added Property UIGridLayout.CellPadding: UDim2
Added Property UIGridLayout.CellSize: UDim2
Added Property UIGridLayout.FillDirectionMaxCells: number
Added Property UIGridLayout.StartCorner: Enum.GridStartCorner
Added Function UIGridLayout:ApplyLayout() -> ()
Added Function UIGridLayout:SetCustomSortFunction(function: (...any) -> ...any) -> ()
Added Class UISizeConstraint : UIConstraint
Added Property UISizeConstraint.MaxSize: Vector2
Added Property UISizeConstraint.MinSize: Vector2
Added Class UITextSizeConstraint : UIConstraint
Added Property UITextSizeConstraint.MaxTextSize: number
Added Property UITextSizeConstraint.MinTextSize: number
Added Property GuiObject.AbsoluteRotation: number {RobloxSecurity} [ReadOnly]
Added Enum AspectType
Added EnumItem AspectType.FitWithinMaxSize : 0
Added EnumItem AspectType.ScaleWithParentSize : 1
Added Enum DominantAxis
Added EnumItem DominantAxis.Width : 0
Added EnumItem DominantAxis.Height : 1
Added Enum GridAlignment
Added EnumItem GridAlignment.Center : 0
Added EnumItem GridAlignment.Justified : 1
Added Enum GridFillOrder
Added EnumItem GridFillOrder.Horizontal : 0
Added EnumItem GridFillOrder.Vertical : 1
Added Enum GridSortOrder
Added EnumItem GridSortOrder.Child : 0
Added EnumItem GridSortOrder.Name : 1
Added EnumItem GridSortOrder.Custom : 2
Added Enum GridStartCorner
Added EnumItem GridStartCorner.TopLeft : 0
Added EnumItem GridStartCorner.TopRight : 1
Added EnumItem GridStartCorner.BottomLeft : 2
Added EnumItem GridStartCorner.BottomRight : 3
Removed Tag [Hidden] from Property Sound.RollOffMode
Version 0.265.0.90222
Added Class VRService : Instance [NotCreatable] [Service]
Added Property VRService.GuiInputUserCFrame: Enum.UserCFrame {RobloxScriptSecurity}
Added Property VRService.VREnabled: boolean [ReadOnly]
Added Function VRService:GetUserCFrame(type: Enum.UserCFrame) -> CFrame
Added Function VRService:GetUserCFrameEnabled(type: Enum.UserCFrame) -> boolean
Added Function VRService:RecenterUserHeadCFrame() -> ()
Added Event VRService.UserCFrameChanged(type: Enum.UserCFrame, value: CFrame)
Added Event VRService.UserCFrameEnabled(type: Enum.UserCFrame, enabled: boolean)
Added Property GuiService.CoreEffectFolder: Object {RobloxScriptSecurity} [Hidden] [NotReplicated]
Added Property GuiService.CoreGuiFolder: Object {RobloxScriptSecurity} [Hidden] [NotReplicated]
Added Property ReflectionMetadataItem.ClassCategory: string
Added Function Humanoid:AddAccessory(accessory: Instance) -> ()
Added Function Humanoid:GetAccessories() -> { any }
Added Function Humanoid:GetLimb(part: Instance) -> Enum.Limb
Added Function Humanoid:RemoveAccessories() -> ()
Added Event Humanoid.Touched(touchingPart: Instance, humanoidPart: Instance)
Added Enum Limb
Added EnumItem Limb.Head : 0
Added EnumItem Limb.Torso : 1
Added EnumItem Limb.LeftArm : 2
Added EnumItem Limb.RightArm : 3
Added EnumItem Limb.LeftLeg : 4
Added EnumItem Limb.RightLeg : 5
Added EnumItem Limb.Unknown : 6
Added Tag [Yields] to Function Plugin:ImportFbxRig
Changed the
return-type of
Function Plugin:ImportFbxRig
from: ()
to: Instance?
Removed Tag [NotBrowsable] from Class CoreGui
Version 0.264.0.89220
Added Class SoundEffect : Instance [NotCreatable]
Added Property SoundEffect.Enabled: boolean
Added Property SoundEffect.Priority: number
Added Class SoundGroup : Instance
Added Property SoundGroup.Volume: number
Added Class ChorusSoundEffect : SoundEffect
Added Property ChorusSoundEffect.Depth: number
Added Property ChorusSoundEffect.Mix: number
Added Property ChorusSoundEffect.Rate: number
Added Class CompressorSoundEffect : SoundEffect
Added Property CompressorSoundEffect.Attack: number
Added Property CompressorSoundEffect.GainMakeup: number
Added Property CompressorSoundEffect.Release: number
Added Property CompressorSoundEffect.Threshold: number
Added Class DistortionSoundEffect : SoundEffect
Added Property DistortionSoundEffect.Level: number
Added Class EchoSoundEffect : SoundEffect
Added Property EchoSoundEffect.Delay: number
Added Property EchoSoundEffect.DryLevel: number
Added Property EchoSoundEffect.Feedback: number
Added Property EchoSoundEffect.WetLevel: number
Added Class EqualizerSoundEffect : SoundEffect
Added Property EqualizerSoundEffect.HighGain: number
Added Property EqualizerSoundEffect.LowGain: number
Added Property EqualizerSoundEffect.MidGain: number
Added Class FlangeSoundEffect : SoundEffect
Added Property FlangeSoundEffect.Depth: number
Added Property FlangeSoundEffect.Mix: number
Added Property FlangeSoundEffect.Rate: number
Added Class PitchShiftSoundEffect : SoundEffect
Added Property PitchShiftSoundEffect.Octave: number
Added Class ReverbSoundEffect : SoundEffect
Added Property ReverbSoundEffect.DecayTime: number
Added Property ReverbSoundEffect.Density: number
Added Property ReverbSoundEffect.Diffusion: number
Added Property ReverbSoundEffect.DryLevel: number
Added Property ReverbSoundEffect.WetLevel: number
Added Class TremoloSoundEffect : SoundEffect
Added Property TremoloSoundEffect.Depth: number
Added Property TremoloSoundEffect.Duty: number
Added Property TremoloSoundEffect.Frequency: number
Added Property ScreenGui.ResetOnSpawn: boolean
Added Property Sound.PlaybackLoudness: number [ReadOnly]
Added Property Sound.SoundGroup: Object
Added Function Chat:SetIsLuaChatBackendOverwritten(value: boolean) -> () {RobloxScriptSecurity}
Added Function DataModel:BindToClose(function: (...any) -> ...any) -> ()
Added Function ParticleEmitter:Clear() -> ()
Removed Tag [Deprecated] from Function HttpRbxApiService:GetAsync
Version 0.263.0.88247
Added Property Dialog.GoodbyeChoiceActive: boolean
Added Property DialogChoice.GoodbyeChoiceActive: boolean
Added Property TextBox.TextSize: number
Added Property TextButton.TextSize: number
Added Property TextLabel.TextSize: number
Added EnumItem Font.Cartoon : 9
Added EnumItem Font.Code : 10
Added EnumItem Font.Highway : 11
Added EnumItem Font.SciFi : 12
Added EnumItem NetworkOwnership.OnContact : 2
Added Tag [Deprecated] to Function HttpRbxApiService:GetAsync
Changed the
parameters of
Function HttpRbxApiService:GetAsync
from: (apiUrlPath: string, useHttps: boolean? = true, priority: Enum.ThrottlingPriority? = "Default")
to: (apiUrlPath: string, priority: Enum.ThrottlingPriority? = "Default")
Changed the
parameters of
Function HttpRbxApiService:PostAsync
from: (apiUrlPath: string, data: string, useHttps: boolean? = true, priority: Enum.ThrottlingPriority? = "Default", content_type: Enum.HttpContentType? = "ApplicationJson")
to: (apiUrlPath: string, data: string, priority: Enum.ThrottlingPriority? = "Default", content_type: Enum.HttpContentType? = "ApplicationJson")
Version 0.262.0.87765
Added Class ParabolaAdornment : PVAdornment
Added Property ParabolaAdornment.A: number {RobloxScriptSecurity}
Added Property ParabolaAdornment.B: number {RobloxScriptSecurity}
Added Property ParabolaAdornment.C: number {RobloxScriptSecurity}
Added Property ParabolaAdornment.Range: number {RobloxScriptSecurity}
Added Property ParabolaAdornment.Thickness: number {RobloxScriptSecurity}
Added Function ParabolaAdornment:FindPartOnParabola(ignoreDescendentsTable: { Instance }) -> ...any {RobloxScriptSecurity}
Added Property Sound.EmitterSize: number
Added Property Sound.PlaybackSpeed: number
Added Property Terrain.WaterReflectance: number
Added Property UserInputService.GazeSelectionEnabled: boolean {RobloxScriptSecurity} [Hidden] [NotReplicated]
Added Function Workspace:FindPartOnRayWithWhitelist(ray: Ray, whitelistDescendentsTable: { Instance }, ignoreWater: boolean? = false) -> ...any
Added Tag [Deprecated] to Property Sound.MinDistance
Added Tag [Deprecated] to Property Sound.Pitch
Changed the
parameters of
Event NetworkReplicator.Disconnection
from: (peer: string, lostConnection: boolean)
to: (peer: string, lostConnection: boolean, reason: string)
Version 0.261.0.87131
Added Property Attachment.Visible: boolean
Added Property BallSocketConstraint.Radius: number
Added Property Constraint.Color: BrickColor
Added Property Constraint.Visible: boolean
Added Property HingeConstraint.Radius: number
Added Property RodConstraint.Thickness: number
Added Property RopeConstraint.Thickness: number
Added Property SlidingBallConstraint.Size: number
Added Property SpringConstraint.Coils: number
Added Property SpringConstraint.Radius: number
Added Property SpringConstraint.Thickness: number
Added Enum AssetType
Added EnumItem AssetType.Image : 1
Added EnumItem AssetType.TeeShirt : 2
Added EnumItem AssetType.Audio : 3
Added EnumItem AssetType.Mesh : 4
Added EnumItem AssetType.Lua : 5
Added EnumItem AssetType.Hat : 8
Added EnumItem AssetType.Place : 9
Added EnumItem AssetType.Model : 10
Added EnumItem AssetType.Shirt : 11
Added EnumItem AssetType.Pants : 12
Added EnumItem AssetType.Decal : 13
Added EnumItem AssetType.Head : 17
Added EnumItem AssetType.Face : 18
Added EnumItem AssetType.Gear : 19
Added EnumItem AssetType.Badge : 21
Added EnumItem AssetType.Animation : 24
Added EnumItem AssetType.Torso : 27
Added EnumItem AssetType.RightArm : 28
Added EnumItem AssetType.LeftArm : 29
Added EnumItem AssetType.LeftLeg : 30
Added EnumItem AssetType.RightLeg : 31
Added EnumItem AssetType.Package : 32
Added EnumItem AssetType.GamePass : 34
Added EnumItem AssetType.Plugin : 38
Added EnumItem AssetType.MeshPart : 40
Version 0.259.0.85517
Added Property UserGameSettings.PerformanceStatsVisible: boolean {RobloxScriptSecurity}
Added Function Instance:FindFirstChildOfClass(className: string) -> Instance?
Added Function SoundService:PlayLocalSound(sound: Instance) -> ()
Added Event UserGameSettings.PerformanceStatsVisibleChanged(isPerformanceStatsVisible: boolean) {RobloxScriptSecurity}
Added Tags [Deprecated] [NotBrowsable] to Property InsertService.AllowInsertFreeModels
Changed the
parameters of
Function NetworkClient:PlayerConnect
from: (userId: number, server: string, serverPort: number, clientPort: number? = 0, threadSleepTime: number? = 30)
to: (userId: number, server: string, serverPort: number, clientPort: number? = 0, threadSleepTime: number? = 30, dataCenterId: number? = -1)
Version 0.258.0.85044
Removed Function Player:SaveLeaderboardData
Removed Function Players:AddLeaderboardKey
Removed Function Players:SetSaveLeaderboardDataUrl
Version 0.257.0.83946
No changes!
Version 0.256.0.83059
Added Property DataModel.IsSFFlagsLoaded: boolean {RobloxScriptSecurity} [ReadOnly]
Added Function Chat:GetShouldUseLuaChat() -> boolean {RobloxScriptSecurity}
Added Function Plugin:ImportFbxAnimation(rigModel: Instance) -> () {PluginSecurity}
Added Function Plugin:ImportFbxRig() -> () {PluginSecurity}
Added EnumItem Font.Bodoni : 7 [NotBrowsable]
Added EnumItem Font.Garamond : 8 [NotBrowsable]
Version 0.255.0.82159
Added Property Explosion.Visible: boolean
Added EnumItem InputType.Throttle : 4
Removed EnumItem InputType.Throtle
Version 0.254.0.80823
Added Property RenderSettings.RenderCSGTrianglesDebug: boolean
Added Property UserGameSettings.ChatVisible: boolean {RobloxScriptSecurity}
Added Tag [Deprecated] to Property Lighting.ShadowColor
Version 0.253.0.80484
Added Property ReflectionMetadataItem.UINumTicks: number
Version 0.252.0.79695
Added Function SoundService:GetRecordingDevices() -> { [string]: any } {RobloxScriptSecurity} [Yields]
Added Function SoundService:SetRecordingDevice(deviceIndex: number) -> boolean {RobloxScriptSecurity}
Added Tag [Deprecated] to Property Player.DataComplexity
Added Tag [Deprecated] to Property Player.DataComplexityLimit
Added Tag [Deprecated] to Property Player.DataReady
Added Tag [Deprecated] to Function Player:LoadBoolean
Added Tag [Deprecated] to Function Player:LoadData
Added Tag [Deprecated] to Function Player:LoadInstance
Added Tag [Deprecated] to Function Player:LoadNumber
Added Tag [Deprecated] to Function Player:LoadString
Added Tag [Deprecated] to Function Player:SaveBoolean
Added Tag [Deprecated] to Function Player:SaveData
Added Tag [Deprecated] to Function Player:SaveInstance
Added Tag [Deprecated] to Function Player:SaveLeaderboardData
Added Tag [Deprecated] to Function Player:SaveNumber
Added Tag [Deprecated] to Function Player:SaveString
Added Tag [Deprecated] to Function Player:WaitForDataReady
Changed the
security of
Function GuiService:IsTenFootInterface
from: {RobloxScriptSecurity}
to: {None}
Removed Enum PhysicalPropertiesMode
Removed EnumItem PhysicalPropertiesMode.Legacy
Removed EnumItem PhysicalPropertiesMode.Default
Removed EnumItem PhysicalPropertiesMode.New
Version 0.251.0.79115
Added Tag [CanYield] to Function Instance:WaitForChild
Added Tag [Deprecated] to Function Terrain:AutowedgeCell
Added Tag [Deprecated] to Function Terrain:AutowedgeCells
Added Tag [Deprecated] to Function Terrain:GetCell
Added Tag [Deprecated] to Function Terrain:GetWaterCell
Added Tag [Deprecated] to Function Terrain:SetCell
Added Tag [Deprecated] to Function Terrain:SetCells
Added Tag [Deprecated] to Function Terrain:SetWaterCell
Added Tag [Yields] to Function SoundService:EndRecording
Changed the
parameters of
Function HttpService:GetAsync
from: (url: string, nocache: boolean? = false)
to: (url: string, nocache: boolean? = false, headers: any)
Changed the
parameters of
Function HttpService:PostAsync
from: (url: string, data: string, content_type: Enum.HttpContentType? = "ApplicationJson", compress: boolean? = false)
to: (url: string, data: string, content_type: Enum.HttpContentType? = "ApplicationJson", compress: boolean? = false, headers: any)
Changed the
parameters of
Function Instance:WaitForChild
from: (childName: string)
to: (childName: string, timeOut: number)
Changed the
security and return-type of
Function SoundService:BeginRecording
from: {RobloxSecurity}()
to: {RobloxScriptSecurity}boolean
Changed the
security and return-type of
Function SoundService:EndRecording
from: {RobloxSecurity}string
to: {RobloxScriptSecurity}{ [string]: any }
Removed Class AnimationTrackState
Removed Tag [Yields] from Function Instance:WaitForChild
Version 0.250.0.78284
Added Property PartOperation.TriangleCount: number [ReadOnly]
Added Property Player.CharacterAppearanceId: number
Added Property Player.Team: Object [NotReplicated]
Added Function MarketplaceService:GetRobuxBalance() -> number {RobloxScriptSecurity} [Yields]
Added Function MarketplaceService:PerformPurchase(infoType: Enum.InfoType, productId: number, expectedPrice: number, requestId: string) -> { [string]: any } {RobloxScriptSecurity} [Yields]
Added Function MarketplaceService:PlayerCanMakePurchases(player: Instance) -> boolean {RobloxScriptSecurity}
Added Tag [Yields] to Function Player:LoadCharacter
Version 0.249.0.77601
Added Property RopeConstraint.CurrentDistance: number [ReadOnly]
Added Property Sound.IsLoaded: boolean [ReadOnly]
Added Property Sound.Playing: boolean
Added Property Sound.RollOffMode: Enum.RollOffMode [Hidden]
Added Function SoundService:BeginRecording() -> () {RobloxSecurity}
Added Function SoundService:EndRecording() -> string {RobloxSecurity}
Added Event Sound.Loaded(soundId: string)
Added Event Sound.Resumed(soundId: string)
Added EnumItem RollOffMode.LinearSquare : 2
Added EnumItem RollOffMode.InverseTapered : 3
Removed Class StudioTool
Removed Property StudioTool.Enabled
Removed Event StudioTool.Activated
Removed Event StudioTool.Deactivated
Removed Event StudioTool.Equipped
Removed Event StudioTool.Unequipped
Removed Property RopeConstraint.CurrentLength
Version 0.248.0.76966
Added Property RenderSettings.ExperimentalTerrainLOD: boolean
Added Function CoreGui:SetUserGuiRendering(enabled: boolean, guiAdornee: Instance, faceId: Enum.NormalId) -> () {RobloxScriptSecurity}
Added Function Team:GetPlayers() -> { Instance }
Removed Tag [Deprecated] from Event AnimationTrack.Stopped
Version 0.247.0.76247
Added Function Chat:FilterStringForBroadcast(stringToFilter: string, playerFrom: Instance) -> string [Yields]
Added Tag [Deprecated] to Function Chat:FilterStringForPlayerAsync
Version 0.246.0.75745
Added Property UserGameSettings.UseBasicMouseSensitivity: boolean {RobloxScriptSecurity} [Hidden]
Added Property UserGameSettings.MouseSensitivityFirstPerson: Vector2 {RobloxScriptSecurity} [Hidden] [NotReplicated]
Added Property UserGameSettings.MouseSensitivityThirdPerson: Vector2 {RobloxScriptSecurity} [Hidden] [NotReplicated]
Added Property UserInputService.MouseDeltaSensitivity: number [📁 LoadOnly] [NotReplicated]
Added Enum GameAvatarType
Added EnumItem GameAvatarType.R6 : 0
Added EnumItem GameAvatarType.R15 : 1
Added EnumItem GameAvatarType.PlayerChoice : 2
Changed the
parameters of
Function TextBox:ReleaseFocus
from: ()
to: (submitted: boolean? = false)
Removed Property MeshPart.Material
Removed Function GlobalSettings:GetFVariables
Version 0.245.0.75346
No changes!
Version 0.244.0.74597
Added Property GuiService.ScreenGuiEnabled: boolean {RobloxScriptSecurity}
Added Property MeshPart.Material: Enum.Material [Preliminary] [ReadOnly]
Added Property Pose.EasingDirection: Enum.PoseEasingDirection
Added Property Pose.EasingStyle: Enum.PoseEasingStyle
Version 0.243.0.74022
Added Class PostEffect : Instance [NotCreatable]
Added Property PostEffect.Enabled: boolean
Added Class BloomEffect : PostEffect
Added Property BloomEffect.Intensity: number
Added Property BloomEffect.Size: number
Added Property BloomEffect.Threshold: number
Added Class BlurEffect : PostEffect
Added Property BlurEffect.Size: number
Added Class ColorCorrectionEffect : PostEffect
Added Property ColorCorrectionEffect.Brightness: number
Added Property ColorCorrectionEffect.Contrast: number
Added Property ColorCorrectionEffect.Saturation: number
Added Property ColorCorrectionEffect.TintColor: Color3
Added Class SunRaysEffect : PostEffect
Added Property SunRaysEffect.Intensity: number
Added Property SunRaysEffect.Spread: number
Added EnumItem VibrationMotor.LeftHand : 4
Added EnumItem VibrationMotor.RightHand : 5
Version 0.242.0.73718
Added Class MeshPart : BasePart
Added Property MeshPart.TextureID: Content
Added Function Chat:FilterStringAsync(stringToFilter: string, playerFrom: Instance, playerTo: Instance) -> string [Yields]
Added Tag [Deprecated] to
Class FormFactorPart
Added Tag [Deprecated] to Property FormFactorPart.FormFactor
Version 0.241.0.73233
Added Class Constraint : Instance [NotCreatable]
Added Property Constraint.Attachment0: Object
Added Property Constraint.Attachment1: Object
Added Property Constraint.Enabled: boolean
Added Class BallSocketConstraint : Constraint
Added Property BallSocketConstraint.LimitsEnabled: boolean
Added Property BallSocketConstraint.Restitution: number
Added Property BallSocketConstraint.UpperAngle: number
Added Class HingeConstraint : Constraint
Added Property HingeConstraint.CurrentAngle: number [ReadOnly]
Added Property HingeConstraint.ActuatorType: Enum.ActuatorType
Added Property HingeConstraint.LimitsEnabled: boolean
Added Property HingeConstraint.LowerAngle: number
Added Property HingeConstraint.Restitution: number
Added Property HingeConstraint.UpperAngle: number
Added Property HingeConstraint.AngularVelocity: number
Added Property HingeConstraint.MotorMaxAcceleration: number
Added Property HingeConstraint.MotorMaxTorque: number
Added Property HingeConstraint.AngularSpeed: number
Added Property HingeConstraint.ServoMaxTorque: number
Added Property HingeConstraint.TargetAngle: number
Added Class MoveToConstraint : Constraint
Added Property MoveToConstraint.MaxForce: number
Added Property MoveToConstraint.StabilizingDistance: number
Added Property MoveToConstraint.Velocity: number
Added Class RodConstraint : Constraint
Added Property RodConstraint.CurrentDistance: number [ReadOnly]
Added Property RodConstraint.Length: number
Added Class RopeConstraint : Constraint
Added Property RopeConstraint.CurrentLength: number [ReadOnly]
Added Property RopeConstraint.Length: number
Added Property RopeConstraint.Restitution: number
Added Class SlidingBallConstraint : Constraint [NotCreatable]
Added Property SlidingBallConstraint.CurrentPosition: number [ReadOnly]
Added Property SlidingBallConstraint.LowerLimit: number
Added Property SlidingBallConstraint.Restitution: number
Added Property SlidingBallConstraint.UpperLimit: number
Added Property SlidingBallConstraint.MotorMaxAcceleration: number
Added Property SlidingBallConstraint.MotorMaxForce: number
Added Property SlidingBallConstraint.Velocity: number
Added Property SlidingBallConstraint.ServoMaxForce: number
Added Property SlidingBallConstraint.Speed: number
Added Property SlidingBallConstraint.TargetPosition: number
Added Property SlidingBallConstraint.ActuatorType: Enum.ActuatorType
Added Property SlidingBallConstraint.LimitsEnabled: boolean
Added Class SpringConstraint : Constraint
Added Property SpringConstraint.CurrentLength: number [ReadOnly]
Added Property SpringConstraint.MaxLength: number
Added Property SpringConstraint.MinLength: number
Added Property SpringConstraint.Damping: number
Added Property SpringConstraint.FreeLength: number
Added Property SpringConstraint.LimitsEnabled: boolean
Added Property SpringConstraint.MaxForce: number
Added Property SpringConstraint.Stiffness: number
Added Class CylindricalConstraint : SlidingBallConstraint
Added Property CylindricalConstraint.AzimuthalAngle: number
Added Property CylindricalConstraint.InclinationAngle: number
Added Class PrismaticConstraint : SlidingBallConstraint
Added Property Attachment.Axis: Vector3 [NotReplicated]
Added Property Attachment.SecondaryAxis: Vector3 [NotReplicated]
Added Property Attachment.WorldAxis: Vector3 [ReadOnly]
Added Property Attachment.WorldSecondaryAxis: Vector3 [ReadOnly]
Added Property PhysicsSettings.AreAttachmentsShown: boolean
Added Property PhysicsSettings.AreConstraintsShown: boolean
Added Property SurfaceGui.AlwaysOnTop: boolean
Added Property Workspace.Gravity: number
Added Function Attachment:GetAxis() -> Vector3
Added Function Attachment:GetSecondaryAxis() -> Vector3
Added Function Attachment:SetAxis(axis: Vector3) -> ()
Added Function Attachment:SetSecondaryAxis(axis: Vector3) -> ()
Added Enum ActuatorType
Added EnumItem ActuatorType.None : 0
Added EnumItem ActuatorType.Motor : 1
Added EnumItem ActuatorType.Servo : 2
Added EnumItem Material.Limestone : 820 [NotBrowsable]
Added EnumItem Material.Pavement : 836 [NotBrowsable]
Added EnumItem Material.LeafyGrass : 1284 [NotBrowsable]
Added EnumItem Material.Asphalt : 1376 [NotBrowsable]
Added EnumItem Material.Salt : 1392 [NotBrowsable]
Changed the value of EnumItem JointType.None from 13 to 22
Version 0.240.0.72635
Added Property Camera.HeadScale: number
Added Function NetworkServer:ConfigureAsTeamTestServer() -> () {RobloxSecurity}
Removed Property UserInputService.IsVREnabled
Version 0.239.0.72510
Added Property UserGameSettings.VRRotationIntensity: number {RobloxScriptSecurity}
Version 0.238.0.71937
Added Function MarketplaceService:ReportAssetSale(assetId: string, robuxAmount: number) -> () {RobloxScriptSecurity}
Removed Function DataModel:SetGameInstanceId
Version 0.237.0.71750
Added Class Accessory : Accoutrement
Added Function MarketplaceService:ReportRobuxUpsellStarted() -> () {RobloxScriptSecurity}
Added Tag [Deprecated] to Class Hat
Version 0.236.0.71257
Added Property PhysicsSettings.PhysicsAnalyzerEnabled: boolean {PluginSecurity} [ReadOnly]
Added Function DataModel:SetGameInstanceId(instanceID: string) -> () {PluginSecurity}
Added Function UserInputService:GetUserCFrame(type: Enum.UserCFrame) -> CFrame
Added Function Workspace:GetPhysicsAnalyzerBreakOnIssue() -> boolean {PluginSecurity}
Added Function Workspace:GetPhysicsAnalyzerIssue(index: number) -> { Instance } {PluginSecurity}
Added Function Workspace:SetPhysicsAnalyzerBreakOnIssue(enable: boolean) -> () {PluginSecurity}
Added Event UserInputService.UserCFrameChanged(type: Enum.UserCFrame, value: CFrame)
Added Event Workspace.PhysicsAnalyzerIssuesFound(count: number) {PluginSecurity}
Added Enum UserCFrame
Added EnumItem UserCFrame.Head : 0
Added EnumItem UserCFrame.LeftHand : 1
Added EnumItem UserCFrame.RightHand : 2
Added Tag [Deprecated] to Property UserInputService.UserHeadCFrame
Version 0.235.0.71049
Added Class Attachment : Instance
Added Property Attachment.CFrame: CFrame
Added Property Attachment.Position: Vector3 [📁 LoadOnly] [NotReplicated]
Added Property Attachment.Rotation: Vector3 [📁 LoadOnly] [NotReplicated]
Added Property Attachment.WorldPosition: Vector3 [ReadOnly]
Added Property Attachment.WorldRotation: Vector3 [ReadOnly]
Added Property Player.VRDevice: string {RobloxScriptSecurity}
Version 0.234.0.70694
Added Property Camera.HeadLocked: boolean
Added Property GuiService.CoreGuiNavigationEnabled: boolean
Added Function Camera:GetRenderCFrame() -> CFrame
Added Function UserInputService:RecenterUserHeadCFrame() -> ()
Version 0.233.0.70116
Added Property Humanoid.RigType: Enum.HumanoidRigType
Added Enum HumanoidRigType
Added EnumItem HumanoidRigType.R6 : 0
Added EnumItem HumanoidRigType.R15 : 1
Version 0.232.0.69914
Added Class HapticService : Instance [NotCreatable] [NotReplicated] [Service]
Added Function HapticService:GetMotor(inputType: Enum.UserInputType, vibrationMotor: Enum.VibrationMotor) -> ...any
Added Function HapticService:IsMotorSupported(inputType: Enum.UserInputType, vibrationMotor: Enum.VibrationMotor) -> boolean
Added Function HapticService:IsVibrationSupported(inputType: Enum.UserInputType) -> boolean
Added Function HapticService:SetMotor(inputType: Enum.UserInputType, vibrationMotor: Enum.VibrationMotor, ...: any) -> ()
Added Function GuiService:IsTenFootInterface() -> boolean {RobloxScriptSecurity}
Added Enum VibrationMotor
Added EnumItem VibrationMotor.Large : 0
Added EnumItem VibrationMotor.Small : 1
Added EnumItem VibrationMotor.LeftTrigger : 2
Added EnumItem VibrationMotor.RightTrigger : 3
Version 0.231.0.69474
Added Event Humanoid.StateEnabledChanged(state: Enum.HumanoidStateType, isEnabled: boolean)
Added EnumItem Platform.UWP : 18
Changed the value of EnumItem Platform.None from 18 to 19
Version 0.230.0.68937
Added Property Camera.CFrame: CFrame
Added Property UserInputService.VREnabled: boolean [ReadOnly]
Added Tag [Deprecated] to Property UserInputService.IsVREnabled
Added Tags [Deprecated] [Hidden] to Property Camera.CoordinateFrame
Removed Function UserInputService:IsLuaTouchControls
Removed Function UserInputService:IsStudioTouchEmulationEnabled
Removed Function UserInputService:RotateCamera
Removed Function UserInputService:ZoomCamera
Removed Event UserInputService.ProcessedEvent
Version 0.229.0.68780
Added Property UserInputService.IsVREnabled: boolean [ReadOnly]
Added Property UserInputService.UserHeadCFrame: CFrame [ReadOnly]
Version 0.228.0.68457
No changes!
Version 0.227.0.68137
Added Property Humanoid.HipHeight: number
Version 0.226.0.67999
Added EnumItem UserInputType.TextInput : 20
Changed the
security of
Function UserInputService:GetLastInputType
from: {RobloxScriptSecurity}
to: {None}
Changed the
security of
Event UserInputService.LastInputTypeChanged
from: {RobloxScriptSecurity}
to: {None}
Version 0.225.0.67689
Added EnumItem UserInputType.Gamepad5 : 16
Added EnumItem UserInputType.Gamepad6 : 17
Added EnumItem UserInputType.Gamepad7 : 18
Added EnumItem UserInputType.Gamepad8 : 19
Changed the value of EnumItem UserInputType.None from 16 to 21
Version 0.224.0.67185
Added Property InsertService.AllowInsertFreeModels: boolean [NotReplicated]
Added Enum CollisionFidelity
Added EnumItem CollisionFidelity.Default : 0
Added EnumItem CollisionFidelity.Hull : 1
Added EnumItem CollisionFidelity.Box : 2
Added Tag [Yields] to Function Plugin:PromptForExistingAssetId
Changed the
parameters of
Function Plugin:PromptForExistingAssetId
from: (assetId: number? = -1)
to: (assetType: string)
Version 0.223.0.66938
Added Property Terrain.WaterColor: Color3
Added Property Terrain.WaterTransparency: number
Added Property Terrain.WaterWaveSize: number
Added Property Terrain.WaterWaveSpeed: number
Added Function NetworkServer:ConfigureAsCloudEditServer() -> () {RobloxSecurity}
Added Function TeleportService:GetLocalPlayerTeleportData() -> any
Added Function TeleportService:GetTeleportSetting(setting: string) -> any
Added Function TeleportService:SetTeleportSetting(setting: string, value: any) -> ()
Added Function Workspace:PGSIsEnabled() -> boolean
Added Tag [Deprecated] to Property TeleportService.CustomizedTeleportUI
Version 0.222.0.66426
No changes!
Version 0.221.0.66092
Added Property Workspace.AllowThirdPartySales: boolean [NotReplicated]
Version 0.220.0.66026
Added Property BasePart.CustomPhysicalProperties: PhysicalProperties
Added Property Sound.MaxDistance: number
Added Property Sound.MinDistance: number [📁 LoadOnly]
Added Function Plugin:PromptForExistingAssetId(assetId: number? = -1) -> number {PluginSecurity}
Added Enum NetworkOwnership
Added EnumItem NetworkOwnership.Automatic : 0
Added EnumItem NetworkOwnership.Manual : 1
Added Enum PhysicalPropertiesMode
Added EnumItem PhysicalPropertiesMode.Legacy : 0
Added EnumItem PhysicalPropertiesMode.Default : 1
Added EnumItem PhysicalPropertiesMode.New : 2
Added Enum PoseEasingDirection
Added EnumItem PoseEasingDirection.In : 0
Added EnumItem PoseEasingDirection.Out : 1
Added EnumItem PoseEasingDirection.InOut : 2
Added Enum PoseEasingStyle
Added EnumItem PoseEasingStyle.Linear : 0
Added EnumItem PoseEasingStyle.Constant : 1
Added EnumItem PoseEasingStyle.Elastic : 2
Added EnumItem PoseEasingStyle.Cubic : 3
Added EnumItem PoseEasingStyle.Bounce : 4
Added Enum RollOffMode
Added EnumItem RollOffMode.Inverse : 0
Added EnumItem RollOffMode.Linear : 1
Changed the
parameters of
Function HttpService:PostAsync
from: (url: string, data: string, content_type: Enum.HttpContentType? = "ApplicationJson")
to: (url: string, data: string, content_type: Enum.HttpContentType? = "ApplicationJson", compress: boolean? = false)
Removed Property UserInputService.InCameraGesture
Removed Property UserInputService.OverrideMouseIconEnabled
Version 0.219.0.65545
Added Function GuiService:ShowStatsBasedOnInputString(input: string) -> boolean {RobloxScriptSecurity}
Added Tag [Deprecated] to Class Hole
Added Tag [Deprecated] to Class MotorFeature
Added Tag [Deprecated] to
Class Skin
Added Tag [Deprecated] to Property Skin.SkinColor
Added Tag [Deprecated] to
Class FloorWire
Added Tag [Deprecated] to Property FloorWire.Texture
Added Tag [Deprecated] to Property FloorWire.TextureSize
Added Tag [Deprecated] to Property FloorWire.CycleOffset
Added Tag [Deprecated] to Property FloorWire.From
Added Tag [Deprecated] to Property FloorWire.StudsBetweenTextures
Added Tag [Deprecated] to Property FloorWire.To
Added Tag [Deprecated] to Property FloorWire.Velocity
Added Tag [Deprecated] to Property FloorWire.WireRadius
Added Tag [Deprecated] to
Class HopperBin
Added Tag [Deprecated] to Property HopperBin.Active
Added Tag [Deprecated] to Property HopperBin.BinType
Added Tag [Deprecated] to Function HopperBin:Disable
Added Tag [Deprecated] to Function HopperBin:ToggleSelect
Added Tag [Deprecated] to Event HopperBin.Deselected
Added Tag [Deprecated] to Event HopperBin.Selected
Added Tag [Deprecated] to Class Status
Added Tag [Deprecated] to
Class TextureTrail
Added Tag [Deprecated] to Property TextureTrail.CycleOffset
Added Tag [Deprecated] to Property TextureTrail.From
Added Tag [Deprecated] to Property TextureTrail.StudsBetweenTextures
Added Tag [Deprecated] to Property TextureTrail.Texture
Added Tag [Deprecated] to Property TextureTrail.TextureSize
Added Tag [Deprecated] to Property TextureTrail.To
Added Tag [Deprecated] to Property TextureTrail.Velocity
Added Tag [Deprecated] to
Class SelectionPartLasso
Added Tag [Deprecated] to Property SelectionPartLasso.Part
Added Tag [Deprecated] to
Class SelectionPointLasso
Added Tag [Deprecated] to Property SelectionPointLasso.Point
Added Tag [Deprecated] to
Class SkateboardPlatform
Added Tag [Deprecated] to Property SkateboardPlatform.Controller
Added Tag [Deprecated] to Property SkateboardPlatform.ControllingHumanoid
Added Tag [Deprecated] to Property SkateboardPlatform.Steer
Added Tag [Deprecated] to Property SkateboardPlatform.StickyWheels
Added Tag [Deprecated] to Property SkateboardPlatform.Throttle
Added Tag [Deprecated] to Function SkateboardPlatform:ApplySpecificImpulse
Added Tag [Deprecated] to Event SkateboardPlatform.Equipped
Added Tag [Deprecated] to Event SkateboardPlatform.MoveStateChanged
Added Tag [Deprecated] to Event SkateboardPlatform.Unequipped
Version 0.218.0.65279
Added Class StarterCharacterScripts : StarterPlayerScripts
Added Property ReflectionMetadataItem.UIMaximum: number
Added Property ReflectionMetadataItem.UIMinimum: number
Added Property StarterPlayer.LoadCharacterAppearance: boolean
Added Function Player:HasAppearanceLoaded() -> boolean
Added Tag [Deprecated] to Property Player.AppearanceDidLoad
Removed Class FWService
Version 0.217.0.64833
Added Function UserInputService:GetConnectedGamepads() -> { any }
Added Function UserInputService:GetNavigationGamepads() -> { any }
Removed Class SpatialQueryCache
Removed Function DataModel:ClearContent
Version 0.216.0.64521
Added Function TextService:GetTextSize(string: string, fontSize: number, font: Enum.Font, frameSize: Vector2) -> Vector2 {RobloxScriptSecurity}
Version 0.215.0.64271
Added Property Player.TeleportedIn: boolean {RobloxScriptSecurity}
Changed the
parameters of
Function Players:CreateLocalPlayer
from: (userId: number)
to: (userId: number, isTeleport: boolean? = false)
Removed Function DataModel:GetObjects
Removed Function DataModel:get
Version 0.214.0.64128
Added Function GroupService:GetGroupsAsync(userId: number) -> { any } [Yields]
Removed Property DebugSettings.EnforceInstanceCountLimit
Removed Property DebugSettings.InstanceCountLimit
Removed Property ScriptContext.GarbageCollectionFrequency
Removed Property ScriptContext.GarbageCollectionLimit
Removed Function TestService:DoCommand
Removed Function TestService:GetCommandNames
Removed Function TestService:IsCommandChecked
Removed Function TestService:IsCommandEnabled
Removed Tag [NotBrowsable] from EnumItem Font.SourceSansLight
Removed Tag [NotBrowsable] from EnumItem Font.SourceSansItalic
Removed Tag [NotBrowsable] from EnumItem FontSize.Size28
Removed Tag [NotBrowsable] from EnumItem FontSize.Size32
Removed Tag [NotBrowsable] from EnumItem FontSize.Size42
Removed Tag [NotBrowsable] from EnumItem FontSize.Size60
Removed Tag [NotBrowsable] from EnumItem FontSize.Size96
Version 0.213.0.63994
Added Property GuiService.MenuIsOpen: boolean [ReadOnly]
Added Function GuiService:SetMenuIsOpen(open: boolean) -> () {RobloxScriptSecurity}
Added Function Plugin:OpenWikiPage(url: string) -> () {PluginSecurity}
Added Function RunService:IsClient() -> boolean
Added Function RunService:IsRunMode() -> boolean
Added Function RunService:IsServer() -> boolean
Added Function RunService:IsStudio() -> boolean
Added Function TextBox:IsFocused() -> boolean
Added Function UserInputService:GetFocusedTextBox() -> Instance?
Added Event GuiService.MenuClosed()
Added Event GuiService.MenuOpened()
Added Tag [Deprecated] to Property BodyAngularVelocity.angularvelocity
Added Tag [Deprecated] to Property GuiService.IsModalDialog
Added Tag [Deprecated] to Property GuiService.IsWindows
Removed Property GuiService.ShowLegacyPlayerList
Removed Property GuiService.UseLuaChat
Removed Property GuiService.Version
Removed Function GuiService:GetConnectorCount
Removed Function GuiService:GetInstanceCount
Removed Function GuiService:GetVoxelCount
Version 0.212.0.63487
Added Function Players:GetCharacterAppearanceAsync(userId: number) -> Instance? [Yields]
Changed the
parameters of
Event AdService.VideoAdClosed
from: ()
to: (adShown: boolean)
Removed Class LocalBackpack
Removed Function LocalBackpack:GetOldSchoolBackpack
Removed Function LocalBackpack:SetOldSchoolBackpack
Removed Class PlayerHUD
Version 0.211.0.63319
Added Property UserGameSettings.UsedHideHudShortcut: boolean {RobloxScriptSecurity}
Added Callback GuiService.SendCoreUiNotification(title: string, text: string) -> () {RobloxScriptSecurity}
Version 0.210.1.63069
Added Property BodyAngularVelocity.AngularVelocity: Vector3
Added Property BodyAngularVelocity.MaxTorque: Vector3
Added Property BodyForce.Force: Vector3
Added Property BodyGyro.CFrame: CFrame
Added Property BodyGyro.MaxTorque: Vector3
Added Property BodyPosition.MaxForce: Vector3
Added Property BodyPosition.Position: Vector3
Added Property BodyThrust.Force: Vector3
Added Property BodyThrust.Location: Vector3
Added Property BodyVelocity.MaxForce: Vector3
Added Property BodyVelocity.Velocity: Vector3
Added Property DataModel.VIPServerOwnerId: number [ReadOnly]
Added Property Humanoid.JumpPower: number
Added Property Humanoid.MaxSlopeAngle: number
Added Property Player.UserId: number
Added Function DataModel:SetVIPServerOwnerId(newId: number) -> () {LocalUserSecurity}
Added Function Players:GetPlayerById(userId: number) -> Instance? {LocalUserSecurity}
Added Function SoundService:GetListener() -> ...any
Added Function SoundService:SetListener(listenerType: Enum.ListenerType, ...: any) -> ()
Added Function StarterGui:GetCore(parameterName: string) -> any [Yields]
Added Function StarterGui:RegisterGetCore(parameterName: string, getFunction: (...any) -> ...any) -> () {RobloxScriptSecurity}
Added Function StarterGui:RegisterSetCore(parameterName: string, setFunction: (...any) -> ...any) -> () {RobloxScriptSecurity}
Added Function StarterGui:SetCore(parameterName: string, value: any) -> ()
Added Function TeleportService:ReserveServer(placeId: number) -> string [Yields]
Added Function TeleportService:TeleportToPrivateServer(placeId: number, reservedServerAccessCode: string, players: { Instance }, spawnName: string? = "", teleportData: any, customLoadingScreen: Instance?) -> ()
Added Event Player.CharacterAppearanceLoaded(character: Instance)
Added Enum ListenerType
Added EnumItem ListenerType.Camera : 0
Added EnumItem ListenerType.CFrame : 1
Added EnumItem ListenerType.ObjectPosition : 2
Added EnumItem ListenerType.ObjectCFrame : 3
Added Enum TeleportType
Added EnumItem TeleportType.ToPlace : 0
Added EnumItem TeleportType.ToInstance : 1
Added EnumItem TeleportType.ToReservedServer : 2
Added EnumItem Font.SourceSansLight : 5 [NotBrowsable]
Added EnumItem Font.SourceSansItalic : 6 [NotBrowsable]
Added EnumItem FontSize.Size28 : 10 [NotBrowsable]
Added EnumItem FontSize.Size32 : 11 [NotBrowsable]
Added EnumItem FontSize.Size42 : 12 [NotBrowsable]
Added EnumItem FontSize.Size60 : 13 [NotBrowsable]
Added EnumItem FontSize.Size96 : 14 [NotBrowsable]
Added Tag [Deprecated] to Property BodyGyro.cframe
Added Tag [Deprecated] to Function BodyPosition:lastForce
Added Tag [Deprecated] to Function Players:GetPlayerByID
Changed the
parameters of
Function TeleportService:TeleportToPlaceInstance
from: (placeId: number, instanceId: string, player: Instance?, teleportData: any, customLoadingScreen: Instance?)
to: (placeId: number, instanceId: string, player: Instance?, spawnName: string? = "", teleportData: any, customLoadingScreen: Instance?)
Removed Property BodyAngularVelocity.maxTorque
Removed Property BodyForce.force
Removed Property BodyGyro.maxTorque
Removed Property BodyPosition.maxForce
Removed Property BodyPosition.position
Removed Property BodyThrust.force
Removed Property BodyThrust.location
Removed Property BodyVelocity.maxForce
Removed Property BodyVelocity.velocity
Removed Property Player.userId
Removed Function TeleportService:TeleportImpl
Version 0.209.0.62797
Added Property ParticleEmitter.EmissionDirection: Enum.NormalId
Added Property ParticleEmitter.Drag: number
Added Property ParticleEmitter.LockedToPart: boolean
Added Property ParticleEmitter.VelocityInheritance: number
Added Property Players.MaxPlayersInternal: number {LocalUserSecurity}
Added Property Players.PreferredPlayers: number [ReadOnly]
Added Property Players.PreferredPlayersInternal: number {LocalUserSecurity}
Added Property Tool.RequiresHandle: boolean
Added Function ParticleEmitter:Emit(particleCount: number? = 16) -> ()
Added Tag [ReadOnly] to Property Players.MaxPlayers
Changed the
security of
Property Players.MaxPlayers
from: {RobloxSecurity}
to: {None}
Removed Tag [NotReplicated] from Property Players.MaxPlayers
Version 0.208.0.62570
Added Property UserInputService.OverrideMouseIconBehavior: Enum.OverrideMouseIconBehavior {RobloxScriptSecurity}
Added Function BasePart:CanSetNetworkOwnership() -> ...any
Added Function UserInputService:GetLastInputType() -> Enum.UserInputType {RobloxScriptSecurity}
Added Event UserInputService.LastInputTypeChanged(lastInputType: Enum.UserInputType) {RobloxScriptSecurity}
Added Enum OverrideMouseIconBehavior
Added EnumItem OverrideMouseIconBehavior.None : 0
Added EnumItem OverrideMouseIconBehavior.ForceShow : 1
Added EnumItem OverrideMouseIconBehavior.ForceHide : 2
Added Tag [Deprecated] to
Class CustomEvent
Added Tag [Deprecated] to Function CustomEvent:GetAttachedReceivers
Added Tag [Deprecated] to Function CustomEvent:SetValue
Added Tag [Deprecated] to Event CustomEvent.ReceiverConnected
Added Tag [Deprecated] to Event CustomEvent.ReceiverDisconnected
Added Tag [Deprecated] to
Class CustomEventReceiver
Added Tag [Deprecated] to Property CustomEventReceiver.Source
Added Tag [Deprecated] to Function CustomEventReceiver:GetCurrentValue
Added Tag [Deprecated] to Event CustomEventReceiver.EventConnected
Added Tag [Deprecated] to Event CustomEventReceiver.EventDisconnected
Added Tag [Deprecated] to Event CustomEventReceiver.SourceValueChanged
Added Tag [Deprecated] to
Class Message
Added Tag [Deprecated] to Property Message.Text
Added Tag [Deprecated] to Class ParallelRampPart
Added Tag [Deprecated] to
Class PrismPart
Added Tag [Deprecated] to Property PrismPart.Sides
Added Tag [Deprecated] to
Class PyramidPart
Added Tag [Deprecated] to Property PyramidPart.Sides
Added Tag [Deprecated] to Class RightAngleRampPart
Added Tag [Deprecated] to Property Decal.Shiny
Added Tag [Deprecated] to Property Decal.Specular
Added Tag [Deprecated] to Function Humanoid:AddCustomStatus
Added Tag [Deprecated] to Function Humanoid:AddStatus
Added Tag [Deprecated] to Function Humanoid:GetStatuses
Added Tag [Deprecated] to Function Humanoid:HasCustomStatus
Added Tag [Deprecated] to Function Humanoid:HasStatus
Added Tag [Deprecated] to Function Humanoid:RemoveCustomStatus
Added Tag [Deprecated] to Function Humanoid:RemoveStatus
Added Tag [Deprecated] to Event Humanoid.CustomStatusAdded
Added Tag [Deprecated] to Event Humanoid.CustomStatusRemoved
Added Tag [Deprecated] to Event Humanoid.StatusAdded
Added Tag [Deprecated] to Event Humanoid.StatusRemoved
Added Tag [Deprecated] to Function InsertService:Insert
Added Tag [Deprecated] to Function PointsService:GetAwardablePoints
Added Tag [Deprecated] to Function PointsService:GetPointBalance
Added Tag [Deprecated] to Property Team.AutoColorCharacters
Added Tag [Deprecated] to Property Team.Score
Added Tag [Deprecated] to Function Teams:RebalanceTeams
Added Tag [Deprecated] to
Enum Status
Added Tag [Deprecated] to EnumItem Status.Poison
Added Tag [Deprecated] to EnumItem Status.Confusion
Changed the
parameters of
Event RunService.RenderStepped
from: ()
to: (step: number)
Changed the
parameters of
Event TextBox.FocusLost
from: (enterPressed: boolean)
to: (enterPressed: boolean, inputThatCausedFocusLoss: Instance)
Version 0.207.1.62497
Added Property ImageButton.ScaleType: Enum.ScaleType
Added Property ImageButton.SliceCenter: Rect
Added Property ImageLabel.ScaleType: Enum.ScaleType
Added Property ImageLabel.SliceCenter: Rect
Added Function InsertService:GetLatestAssetVersionAsync(assetId: number) -> number [Yields]
Added Function UserInputService:IsNavigationGamepad(gamepadEnum: Enum.UserInputType) -> boolean
Added Function UserInputService:SetNavigationGamepad(gamepadEnum: Enum.UserInputType, enabled: boolean) -> ()
Added Event GuiObject.SelectionGained()
Added Event GuiObject.SelectionLost()
Version 0.206.0.62132
Added Property AnimationTrack.TimePosition: number [📁 LoadOnly] [NotReplicated]
Added Property Dialog.GoodbyeDialog: string
Added Property DialogChoice.GoodbyeDialog: string
Added Property Humanoid.AutoJumpEnabled: boolean
Added Property Player.AutoJumpEnabled: boolean
Added Property StarterPlayer.AutoJumpEnabled: boolean
Added Function AnimationTrack:GetTimeOfKeyframe(keyframeName: string) -> number
Added Function GuiService:GetClosestDialogToPosition(position: Vector3) -> Instance? {RobloxScriptSecurity}
Added Event TeleportService.LocalPlayerArrivedFromTeleport(loadingGui: Instance, dataTable: any)
Added Tag [Deprecated] to
Class Flag
Added Tag [Deprecated] to Property Flag.TeamColor
Added Tag [Deprecated] to
Class FlagStand
Added Tag [Deprecated] to Property FlagStand.TeamColor
Added Tag [Deprecated] to Event FlagStand.FlagCaptured
Added Tag [Deprecated] to Function Player:IsBestFriendsWith
Changed the
security of
Property GuiObject.NextSelectionDown
from: {RobloxScriptSecurity}
to: {None}
Changed the
security of
Property GuiObject.NextSelectionLeft
from: {RobloxScriptSecurity}
to: {None}
Changed the
security of
Property GuiObject.NextSelectionRight
from: {RobloxScriptSecurity}
to: {None}
Changed the
security of
Property GuiObject.NextSelectionUp
from: {RobloxScriptSecurity}
to: {None}
Changed the
parameters of
Function TeleportService:Teleport
from: (placeId: number, player: Instance?)
to: (placeId: number, player: Instance?, teleportData: any, customLoadingScreen: Instance?)
Changed the
parameters of
Function TeleportService:TeleportToPlaceInstance
from: (placeId: number, instanceId: string, player: Instance?)
to: (placeId: number, instanceId: string, player: Instance?, teleportData: any, customLoadingScreen: Instance?)
Changed the
parameters of
Function TeleportService:TeleportToSpawnByName
from: (placeId: number, spawnName: string, player: Instance?)
to: (placeId: number, spawnName: string, player: Instance?, teleportData: any, customLoadingScreen: Instance?)
Removed Tag [Hidden] from Property StarterGui.ResetPlayerGuiOnSpawn
Version 0.205.0.61876
Added Class TouchInputService : Instance [NotCreatable] [Service]
Added Property Player.Teleported: boolean {RobloxScriptSecurity} [Hidden] [ReadOnly]
Added Function AnimationController:GetPlayingAnimationTracks() -> { any }
Added Function Humanoid:GetPlayingAnimationTracks() -> { any }
Added Function Humanoid:GetStateEnabled(state: Enum.HumanoidStateType) -> boolean
Added Function Humanoid:SetStateEnabled(state: Enum.HumanoidStateType, enabled: boolean) -> ()
Version 0.204.0.61460
Added Class FriendPages : Pages [NotCreatable] [NotReplicated]
Added Property AnimationTrack.Animation: Object [ReadOnly]
Added Property SelectionBox.LineThickness: number
Added Property SpawnLocation.Enabled: boolean
Added Function Players:GetFriendsAsync(userId: number) -> Instance? [Yields]
Added Event AnimationController.AnimationPlayed(animationTrack: Instance)
Added Event Humanoid.AnimationPlayed(animationTrack: Instance)
Added Event Sound.Ended(soundId: string)
Changed the
parameters and return-type of
Function Player:GetFriendsOnline
from: (maxFriends: number? = 50)-> { [string]: any }
to: (maxFriends: number? = 200)-> { any }
Version 0.203.0.61342
No changes!
Version 0.202.0.61121
Added Property AnimationTrack.IsPlaying: boolean [ReadOnly]
Added Property AnimationTrack.Length: number [ReadOnly]
Added Property AnimationTrack.Priority: Enum.AnimationPriority
Added Function Players:GetNameFromUserIdAsync(userId: number) -> string [Yields]
Added Function Players:GetPlayerByUserId(userId: number) -> Instance?
Added Function Players:GetUserIdFromNameAsync(userName: string) -> number [Yields]
Added Event ClientReplicator.StatsReceived(stats: { [string]: any }) {RobloxScriptSecurity}
Added EnumItem Platform.XBoxOne : 4
Added EnumItem Platform.PS4 : 5
Added EnumItem Platform.PS3 : 6
Added EnumItem Platform.XBox360 : 7
Added EnumItem Platform.WiiU : 8
Added EnumItem Platform.NX : 9
Added EnumItem Platform.Ouya : 10
Added EnumItem Platform.AndroidTV : 11
Added EnumItem Platform.Chromecast : 12
Added EnumItem Platform.Linux : 13
Added EnumItem Platform.SteamOS : 14
Added EnumItem Platform.WebOS : 15
Added EnumItem Platform.DOS : 16
Added EnumItem Platform.BeOS : 17
Changed the
security of
Property GuiObject.Selectable
from: {RobloxScriptSecurity}
to: {None}
Changed the value of EnumItem Platform.None from 4 to 18
Removed Event NetworkReplicator.StatsReceived
Version 0.201.1.61043
Added Property GuiObject.Selectable: boolean {RobloxScriptSecurity}
Added Property GuiService.AutoSelectGuiEnabled: boolean
Added Property GuiService.GuiNavigationEnabled: boolean
Added Function GuiService:ToggleFullscreen() -> () {RobloxScriptSecurity}
Added Function TextBox:ReleaseFocus() -> ()
Added EnumItem Material.Neon : 288
Changed the
security of
Property CoreGui.SelectionImageObject
from: {None}
to: {RobloxScriptSecurity}
Removed Property GuiService.GamepadNavigationEnabled
Version 0.200.0.60693
Added Property CoreGui.SelectionImageObject: Object
Added Property GuiObject.SelectionImageObject: Object
Added Property PlayerGui.SelectionImageObject: Object
Added Property UserGameSettings.MouseSensitivity: number
Added Function BasePart:GetNetworkOwner() -> Instance?
Added Function BasePart:GetNetworkOwnershipAuto() -> boolean
Added Function BasePart:SetNetworkOwner(playerInstance: Instance?) -> ()
Added Function BasePart:SetNetworkOwnershipAuto() -> ()
Added Function ContentProvider:PreloadAsync(contentIdList: { any }) -> () [Yields]
Added Enum ScaleType
Added EnumItem ScaleType.Stretch : 0
Added EnumItem ScaleType.Slice : 1
Removed Tag [Hidden] from Property Players.LocalPlayer
You've reached the end of this page!
Previous Page
Next Page