MaximumADHD's Roblox API History


Version 0.99.0.32143

No changes!

Version 0.98.0.31956

Added Property Lighting.GlobalShadows: boolean

Changed the security of Event NetworkReplicator.Disconnection
from: {None}
to: {LocalUserSecurity}


Version 0.97.0.31945

Added Class ClusterPacketCache : Instance [NotCreatable] [NotReplicated] [Service]

Added Property DebugSettings.SIMD: string [ReadOnly]

Version 0.96.0.31609

No changes!

Version 0.95.0.31339

Added Class Light : Instance [NotCreatable]
Added Property Light.Brightness: number
Added Property Light.Color: Color3

Added Class PointLight : Light
Added Property PointLight.Range: number

Added Class SpotLight : Light
Added Property SpotLight.Angle: number
Added Property SpotLight.Range: number

Added Property TestService.NumberOfPlayers: number

Added Function Workspace:GetPhysicsThrottling() -> number
Added Function Workspace:GetRealPhysicsFPS() -> number

Added Event TestService.ServerCollectConditionalResult(condition: boolean, text: string, script: Instance, line: number)
Added Event TestService.ServerCollectResult(text: string, script: Instance, line: number)

Version 0.94.0.30953

Added Function Camera:Interpolate(endPos: CFrame, endFocus: CFrame, duration: number) -> ()

Added Event Camera.InterpolationFinished()

Version 0.93.0.30595

Added Property LoadingGui.ShowDevelopmentGui: boolean

Added Event LoadingGui.DefaultGuiDidFinish()

Removed Property PhysicsSettings.FreeFallSolver
Removed Property PhysicsSettings.ImpulseSolverForContacts

Version 0.92.0.30298

Added Property PhysicsSettings.FreeFallSolver: boolean
Added Property PhysicsSettings.ImpulseSolverForContacts: boolean
Added Property PhysicsSettings.AreBodyTypesShown: boolean
Added Property PhysicsSettings.AreContactPointsShown: boolean

Version 0.91.0.29925

Added Function DataModel:AddStat(displayName: string, stat: string) -> () {LocalUserSecurity}
Added Function DataModel:RemoveStat(stat: string) -> () {LocalUserSecurity}
Added Function DataModel:SaveStats() -> () {LocalUserSecurity}
Added Function GuiService:SetGlobalGuiInset(x1: number, y1: number, x2: number, y2: number) -> () {RobloxScriptSecurity}

Added Event BadgeService.BadgeAwarded(message: string) {RobloxScriptSecurity}

Removed Function GuiService:SetGlobalSizeOffsetPixel

Version 0.90.0.29610

Added Class ContextActionService : Instance [NotCreatable] [Service]
Added Property ContextActionService.ContextButtonEnabled: boolean
Added Function ContextActionService:ActivateLocalTool() -> () {RobloxScriptSecurity}
Added Function ContextActionService:DeactivateLocalTool() -> () {RobloxScriptSecurity}
Added Function ContextActionService:GetCurrentLocalToolIcon() -> string
Added Event ContextActionService.LocalToolEquipped(toolEquipped: Instance)
Added Event ContextActionService.LocalToolUnequipped(toolUnequipped: Instance)

Added Class ScriptService : Instance [NotCreatable] [Service]

Added Function Instance:WaitForChild(childName: string) -> Instance? [Yields]

Removed Event Player.HoverOnPlayerChanged
Removed Event Player.MouseDownOnPlayer

Version 0.89.0.29394

No changes!

Version 0.88.0.29066

No changes!

Version 0.87.0.28843

Added Class LayerCollector : GuiBase2d [NotCreatable]

Changed the superclass of Class BillboardGui
from: "GuiBase2d"
to: "LayerCollector"

Changed the superclass of Class ScreenGui
from: "GuiBase2d"
to: "LayerCollector"


Version 0.86.0.28496

Changed the security of Function MarketplaceService:SetPlayerOwnsAssetUrl
from: {RobloxSecurity}
to: {LocalUserSecurity}

Changed the security of Function MarketplaceService:SetProductInfoUrl
from: {RobloxSecurity}
to: {LocalUserSecurity}


Version 0.85.0.28075

Added Class GuiBase2d : GuiBase [NotBrowsable] [NotCreatable]
Added Property GuiBase2d.AbsolutePosition: Vector2 [ReadOnly]
Added Property GuiBase2d.AbsoluteSize: Vector2 [ReadOnly]

Changed the superclass of Class GuiBase3d
from: "Instance"
to: "GuiBase"

Changed the superclass of Class BillboardGui
from: "GuiBase"
to: "GuiBase2d"

Changed the superclass of Class GuiObject
from: "GuiBase"
to: "GuiBase2d"

Changed the superclass of Class ScreenGui
from: "GuiBase"
to: "GuiBase2d"

Changed the security of Property Instance.RobloxLocked
from: {RobloxScriptSecurity}
to: {LocalUserSecurity}

Changed the security of Function DataModel:HttpGet
from: {RobloxSecurity}
to: {RobloxScriptSecurity}

Changed the security of Function DataModel:HttpGetAsync
from: {RobloxSecurity}
to: {RobloxScriptSecurity}

Changed the security of Function DataModel:HttpPost
from: {RobloxSecurity}
to: {RobloxScriptSecurity}

Changed the security of Function DataModel:HttpPostAsync
from: {RobloxSecurity}
to: {RobloxScriptSecurity}

Removed Property GuiBase.AbsolutePosition
Removed Property GuiBase.AbsoluteSize

Removed Tag [NotBrowsable] from Class GuiBase

Version 0.84.0.27882

Changed the security of Property Instance.RobloxLocked
from: {LocalUserSecurity}
to: {RobloxScriptSecurity}

Changed the security of Function DataModel:HttpGet
from: {RobloxScriptSecurity}
to: {RobloxSecurity}

Changed the security of Function DataModel:HttpGetAsync
from: {RobloxScriptSecurity}
to: {RobloxSecurity}

Changed the security of Function DataModel:HttpPost
from: {RobloxScriptSecurity}
to: {RobloxSecurity}

Changed the security of Function DataModel:HttpPostAsync
from: {RobloxScriptSecurity}
to: {RobloxSecurity}


Version 0.83.0.754

Added Class MarketplaceService : Instance [NotCreatable] [Service]
Added Function MarketplaceService:GetProductInfo(assetId: number) -> string [Yields]
Added Function MarketplaceService:PlayerOwnsAsset(player: Instance, assetId: number) -> boolean [Yields]
Added Function MarketplaceService:PromptPurchase(player: Instance, assetId: number, equipIfPurchased: boolean? = true, currencyType: Enum.CurrencyType? = "Default") -> ()
Added Function MarketplaceService:SetPlayerOwnsAssetUrl(url: string) -> () {RobloxSecurity}
Added Function MarketplaceService:SetProductInfoUrl(url: string) -> () {RobloxSecurity}
Added Function MarketplaceService:SignalPromptPurchaseFinished(player: Instance, assetId: number, success: boolean) -> () {RobloxScriptSecurity}
Added Event MarketplaceService.PromptPurchaseFinished(player: Instance, assetId: number, isPurchased: boolean)
Added Event MarketplaceService.PromptPurchaseRequested(player: Instance, assetId: number, equipIfPurchased: boolean, currencyType: Enum.CurrencyType) {RobloxScriptSecurity}

Added Function GuiService:OpenBrowserWindow(url: string) -> () {RobloxScriptSecurity}
Added Function Player:GetUnder13() -> boolean {RobloxScriptSecurity}

Added Enum CurrencyType
Added EnumItem CurrencyType.Default : 0
Added EnumItem CurrencyType.Robux : 1
Added EnumItem CurrencyType.Tix : 2

Changed the security of Class StatsItem
from: {RobloxScriptSecurity}
to: {LocalUserSecurity}

Changed the security of Property Instance.RobloxLocked
from: {RobloxScriptSecurity}
to: {LocalUserSecurity}

Changed the security of Function DataModel:HttpGet
from: {RobloxSecurity}
to: {RobloxScriptSecurity}

Changed the security of Function DataModel:HttpGetAsync
from: {RobloxSecurity}
to: {RobloxScriptSecurity}

Changed the security of Function DataModel:HttpPost
from: {RobloxSecurity}
to: {RobloxScriptSecurity}

Changed the security of Function DataModel:HttpPostAsync
from: {RobloxSecurity}
to: {RobloxScriptSecurity}

Changed the security of Function NetworkReplicator:GetRakStatsString
from: {RobloxScriptSecurity}
to: {LocalUserSecurity}

Changed the security of Function NetworkReplicator:SendMarker
from: {RobloxScriptSecurity}
to: {LocalUserSecurity}

Changed the security of Function Player:SetUnder13
from: {LocalUserSecurity}
to: {RobloxSecurity}

Changed the security of Function Players:Chat
from: {RobloxScriptSecurity}
to: {LocalUserSecurity}

Changed the security of Function Players:ReportAbuse
from: {RobloxScriptSecurity}
to: {LocalUserSecurity}

Changed the security of Function Players:TeamChat
from: {RobloxScriptSecurity}
to: {LocalUserSecurity}

Changed the security of Function Players:WhisperChat
from: {RobloxScriptSecurity}
to: {LocalUserSecurity}

Changed the security of Event Players.PlayerChatted
from: {RobloxScriptSecurity}
to: {LocalUserSecurity}


Version 0.82.0.740

No changes!

Version 0.81.0.738

No changes!

Version 0.80.0.734

Added Class FWService : Instance

Added Class LoadingGui : Instance
Added Property LoadingGui.HideAutomatically: boolean
Added Function LoadingGui:Hide() -> ()

Added Class UserInputService : Instance [NotCreatable] [NotReplicated] [Service]
Added Property UserInputService.GamepadEnabled: boolean [ReadOnly]
Added Property UserInputService.KeyboardEnabled: boolean [ReadOnly]
Added Property UserInputService.MouseEnabled: boolean [ReadOnly]
Added Property UserInputService.TouchEnabled: boolean [ReadOnly]

Added Function DataModel:IsLoaded() -> boolean

Added Event DataModel.Loaded()

Added Enum ActionType
Added EnumItem ActionType.Nothing : 0
Added EnumItem ActionType.Pause : 1
Added EnumItem ActionType.Lose : 2
Added EnumItem ActionType.Draw : 3
Added EnumItem ActionType.Win : 4

Added Enum D3DDEVTYPE
Added EnumItem D3DDEVTYPE.D3DDEVTYPE_HAL : 1
Added EnumItem D3DDEVTYPE.D3DDEVTYPE_REF : 2
Added EnumItem D3DDEVTYPE.D3DDEVTYPE_SW : 3
Added EnumItem D3DDEVTYPE.D3DDEVTYPE_NULLREF : 4

Added Enum D3DFORMAT
Added EnumItem D3DFORMAT.D3DFMT_UNKNOWN : 0
Added EnumItem D3DFORMAT.D3DFMT_R8G8B8 : 20
Added EnumItem D3DFORMAT.D3DFMT_A8R8G8B8 : 21
Added EnumItem D3DFORMAT.D3DFMT_X8R8G8B8 : 22
Added EnumItem D3DFORMAT.D3DFMT_R5G6B5 : 23
Added EnumItem D3DFORMAT.D3DFMT_X1R5G5B5 : 24
Added EnumItem D3DFORMAT.D3DFMT_A1R5G5B5 : 25
Added EnumItem D3DFORMAT.D3DFMT_A4R4G4B4 : 26
Added EnumItem D3DFORMAT.D3DFMT_R3G3B2 : 27
Added EnumItem D3DFORMAT.D3DFMT_A8 : 28
Added EnumItem D3DFORMAT.D3DFMT_A8R3G3B2 : 29
Added EnumItem D3DFORMAT.D3DFMT_X4R4G4B4 : 30
Added EnumItem D3DFORMAT.D3DFMT_A2B10G10R10 : 31
Added EnumItem D3DFORMAT.D3DFMT_A8B8G8R8 : 32
Added EnumItem D3DFORMAT.D3DFMT_X8B8G8R8 : 33
Added EnumItem D3DFORMAT.D3DFMT_G16R16 : 34
Added EnumItem D3DFORMAT.D3DFMT_A2R10G10B10 : 35
Added EnumItem D3DFORMAT.D3DFMT_A16B16G16R16 : 36
Added EnumItem D3DFORMAT.D3DFMT_A8P8 : 40
Added EnumItem D3DFORMAT.D3DFMT_P8 : 41
Added EnumItem D3DFORMAT.D3DFMT_L8 : 50
Added EnumItem D3DFORMAT.D3DFMT_A8L8 : 51
Added EnumItem D3DFORMAT.D3DFMT_A4L4 : 52
Added EnumItem D3DFORMAT.D3DFMT_V8U8 : 60
Added EnumItem D3DFORMAT.D3DFMT_L6V5U5 : 61
Added EnumItem D3DFORMAT.D3DFMT_X8L8V8U8 : 62
Added EnumItem D3DFORMAT.D3DFMT_Q8W8V8U8 : 63
Added EnumItem D3DFORMAT.D3DFMT_V16U16 : 64
Added EnumItem D3DFORMAT.D3DFMT_A2W10V10U10 : 67
Added EnumItem D3DFORMAT.D3DFMT_D16_LOCKABLE : 70
Added EnumItem D3DFORMAT.D3DFMT_D32 : 71
Added EnumItem D3DFORMAT.D3DFMT_D15S1 : 73
Added EnumItem D3DFORMAT.D3DFMT_D24S8 : 75
Added EnumItem D3DFORMAT.D3DFMT_D24X8 : 77
Added EnumItem D3DFORMAT.D3DFMT_D24X4S4 : 79
Added EnumItem D3DFORMAT.D3DFMT_D16 : 80
Added EnumItem D3DFORMAT.D3DFMT_L16 : 81
Added EnumItem D3DFORMAT.D3DFMT_D32F_LOCKABLE : 82
Added EnumItem D3DFORMAT.D3DFMT_D24FS8 : 83
Added EnumItem D3DFORMAT.D3DFMT_VERTEXDATA : 100
Added EnumItem D3DFORMAT.D3DFMT_INDEX16 : 101
Added EnumItem D3DFORMAT.D3DFMT_INDEX32 : 102
Added EnumItem D3DFORMAT.D3DFMT_Q16W16V16U16 : 110
Added EnumItem D3DFORMAT.D3DFMT_R16F : 111
Added EnumItem D3DFORMAT.D3DFMT_G16R16F : 112
Added EnumItem D3DFORMAT.D3DFMT_A16B16G16R16F : 113
Added EnumItem D3DFORMAT.D3DFMT_R32F : 114
Added EnumItem D3DFORMAT.D3DFMT_G32R32F : 115
Added EnumItem D3DFORMAT.D3DFMT_A32B32G32R32F : 116
Added EnumItem D3DFORMAT.D3DFMT_CxV8U8 : 117

Added Enum FunctionalTestResult
Added EnumItem FunctionalTestResult.Passed : 0
Added EnumItem FunctionalTestResult.Warning : 1
Added EnumItem FunctionalTestResult.Error : 2

Added Enum JointType
Added EnumItem JointType.Weld : 1
Added EnumItem JointType.Snap : 3
Added EnumItem JointType.Rotate : 6
Added EnumItem JointType.RotateP : 7
Added EnumItem JointType.RotateV : 8
Added EnumItem JointType.Glue : 9
Added EnumItem JointType.None : 13

Added Enum KeywordFilterType
Added EnumItem KeywordFilterType.Include : 0
Added EnumItem KeywordFilterType.Exclude : 1

Added Enum LevelOfDetailSetting
Added EnumItem LevelOfDetailSetting.Low : 0
Added EnumItem LevelOfDetailSetting.Medium : 1
Added EnumItem LevelOfDetailSetting.High : 2

Added Enum PacketReliability
Added EnumItem PacketReliability.UNRELIABLE : 0
Added EnumItem PacketReliability.UNRELIABLE_SEQUENCED : 1
Added EnumItem PacketReliability.RELIABLE : 2
Added EnumItem PacketReliability.RELIABLE_ORDERED : 3
Added EnumItem PacketReliability.RELIABLE_SEQUENCED : 4

Added Enum PrivilegeType
Added EnumItem PrivilegeType.Banned : 0
Added EnumItem PrivilegeType.Visitor : 10
Added EnumItem PrivilegeType.Member : 128
Added EnumItem PrivilegeType.Admin : 240
Added EnumItem PrivilegeType.Owner : 255

Added Enum RuntimeUndoBehavior
Added EnumItem RuntimeUndoBehavior.Aggregate : 0
Added EnumItem RuntimeUndoBehavior.Snapshot : 1
Added EnumItem RuntimeUndoBehavior.Hybrid : 2

Added Enum Stuff
Added EnumItem Stuff.Heads : 0
Added EnumItem Stuff.Faces : 1
Added EnumItem Stuff.Hats : 2
Added EnumItem Stuff.TShirts : 3
Added EnumItem Stuff.Shirts : 4
Added EnumItem Stuff.Pants : 5
Added EnumItem Stuff.Gears : 6
Added EnumItem Stuff.Torsos : 7
Added EnumItem Stuff.LeftArms : 8
Added EnumItem Stuff.RightArms : 9
Added EnumItem Stuff.LeftLegs : 10
Added EnumItem Stuff.RightLegs : 11
Added EnumItem Stuff.Bodies : 12
Added EnumItem Stuff.Costumes : 13

Added Enum SurfaceConstraint
Added EnumItem SurfaceConstraint.None : 0
Added EnumItem SurfaceConstraint.Hinge : 1
Added EnumItem SurfaceConstraint.SteppingMotor : 2
Added EnumItem SurfaceConstraint.Motor : 3

Added Enum TweenStatus
Added EnumItem TweenStatus.Canceled : 0
Added EnumItem TweenStatus.Completed : 1


Version 0.79.0.713

Added Class TotalCountTimeIntervalItem : StatsItem [NotCreatable]

Added Property DebugSettings.RobloxProductName: string [ReadOnly]
Added Property NetworkSettings.TrackDataTypes: boolean
Added Property ReflectionMetadataClass.PreferredParent: string
Added Property ReflectionMetadataItem.IsBackend: boolean

Added Event ServerReplicator.TicketProcessed(userId: number, isAuthenticated: boolean, protocolVersion: number)

Added Tag [backend] to Function Player:GetWebPersonalServerRank

Removed Class <<<ROOT>>>

Removed Class PseudoPlayer
Removed Property PseudoPlayer.PlayerGui
Removed Property PseudoPlayer.userId
Removed Function PseudoPlayer:DistanceFromCharacter

Removed Property ReflectionMetadataItem.Preliminary

Removed Tag [preliminary] from Class ArcHandles
Removed Tag [preliminary] from Class BindableEvent
Removed Tag [preliminary] from Class BindableFunction
Removed Tag [preliminary] from Class BlockMesh
Removed Tag [preliminary] from Class BodyColors
Removed Tag [preliminary] from Class CylinderMesh
Removed Tag [preliminary] from Class DataModelMesh
Removed Tag [preliminary] from Class DebuggerBreakpoint
Removed Tag [preliminary] from Class DebuggerService
Removed Tag [preliminary] from Class DebuggerWatch
Removed Tag [preliminary] from Class FileMesh
Removed Tag [preliminary] from Class Handles
Removed Tag [preliminary] from Class Hole
Removed Tag [preliminary] from Class Motor
Removed Tag [preliminary] from Class Platform
Removed Tag [preliminary] from Class Plugin
Removed Tag [preliminary] from Class PluginManager
Removed Tag [preliminary] from Class PluginMouse
Removed Tag [preliminary] from Class RocketPropulsion
Removed Tag [preliminary] from Class ScriptDebugger
Removed Tag [preliminary] from Class SkateboardPlatform
Removed Tag [preliminary] from Class Skin
Removed Tag [preliminary] from Class StudioTool
Removed Tag [preliminary] from Class TouchTransmitter
Removed Tag [preliminary] from Event BasePart.StoppedTouching
Removed Tag [preliminary] from Property Humanoid.NameOcclusion
Removed Tag [preliminary] from Function Humanoid:EquipTool
Removed Tag [preliminary] from Function Humanoid:UnequipTools
Removed Tag [preliminary] from Event NetworkServer.DataBasicFiltered
Removed Tag [preliminary] from Event NetworkServer.DataCustomFiltered
Removed Tag [preliminary] from Function ServerReplicator:PreventTerrainChanges
Removed Tag [preliminary] from Function ServerReplicator:SetBasicFilteringEnabled
Removed Tag [preliminary] from Callback ServerReplicator.DeleteFilter
Removed Tag [preliminary] from Callback ServerReplicator.EventFilter
Removed Tag [preliminary] from Callback ServerReplicator.NewFilter
Removed Tag [preliminary] from Callback ServerReplicator.PropertyFilter
Removed Tag [preliminary] from Property SoundService.AmbientReverb
Removed Tag [preliminary] from Property SoundService.DistanceFactor
Removed Tag [preliminary] from Property SoundService.DopplerScale
Removed Tag [preliminary] from Property SoundService.RolloffScale
Removed Tag [preliminary] from Function Terrain:GetWaterCell
Removed Tag [preliminary] from Function Terrain:SetWaterCell

Version 0.78.1.702

No changes!

Version 0.77.0.696

No changes!

Version 0.76.0.695

Added Class RuntimeScriptService : Instance [NotCreatable] [NotReplicated] [Service]

Added Function RunService:Stop() -> () {LocalUserSecurity}

Added Tag [Deprecated] to Function RunService:Reset

Removed Event ScriptContext.NonScriptableAccess

Version 0.75.0.691

No changes!

Version 0.74.0.688

No changes!

Version 0.73.0.683

Removed Property PhysicsSettings.WaterViscosity

Version 0.72.0.676

Added Class GamePassService : Instance [NotCreatable] [Service]
Added Function GamePassService:PlayerHasPass(player: Instance, gamePassId: number) -> boolean [Yields]
Added Function GamePassService:SetPlayerHasPassUrl(playerHasPassUrl: string) -> () {LocalUserSecurity}


Version 0.71.0.669

Added Class PlayerMouse : Mouse [NotCreatable]

Added Property UserGameSettings.Fullscreen: boolean

Added Function Player:GetMouse() -> Instance?

Changed the parameters of Function ContentProvider:Preload
from: (ContentId: Content)
to: (contentId: Content)

Changed the parameters of Function Dragger:MouseDown
from: (MousePart: Instance, PointOnMousePart: Vector3, Parts: { Instance })
to: (mousePart: Instance, pointOnMousePart: Vector3, parts: { Instance })

Changed the parameters of Function Dragger:MouseMove
from: (MouseRay: Ray)
to: (mouseRay: Ray)

Changed the parameters of Function FastLogSettings:SetGroupEnable
from: (group: string, channel: number, Ext: boolean)
to: (group: string, channel: number, ext: boolean)

Changed the parameters of Function PersonalServerService:Demote
from: (Player: Instance)
to: (player: Instance)

Changed the parameters of Function PersonalServerService:Promote
from: (Player: Instance)
to: (player: Instance)

Changed the parameters of Function PersonalServerService:SetPersonalServerGetRankUrl
from: (PersonalServerGetRankUrl: string)
to: (personalServerGetRankUrl: string)

Changed the parameters of Function PersonalServerService:SetPersonalServerRoleSetsUrl
from: (PersonalServerRoleSetsUrl: string)
to: (personalServerRoleSetsUrl: string)

Changed the parameters of Function PersonalServerService:SetPersonalServerSetRankUrl
from: (PersonalServerSetRankUrl: string)
to: (personalServerSetRankUrl: string)

Changed the parameters of Function Player:SetWebPersonalServerRank
from: (Rank: number)
to: (rank: number)

Changed the parameters of Function Plugin:Activate
from: (ExclusiveMouse: boolean)
to: (exclusiveMouse: boolean)

Changed the parameters of Function RenderHooksService:EnableAdorns
from: (Enabled: boolean)
to: (enabled: boolean)

Changed the parameters of Event FlagStand.FlagCaptured
from: (Player: Instance)
to: (player: Instance)

Changed the parameters of Event GuiObject.DragBegin
from: (InitialPosition: UDim2)
to: (initialPosition: UDim2)

Changed the parameters of Event Mouse.KeyDown
from: (Key: string)
to: (key: string)

Changed the parameters of Event Mouse.KeyUp
from: (Key: string)
to: (key: string)

Changed the parameters of Event Players.FriendRequestEvent
from: (player: Instance, player: Instance, FriendRequestEvent: Enum.FriendRequestEvent)
to: (player: Instance, player: Instance, friendRequestEvent: Enum.FriendRequestEvent)

Removed Class Authoring
Removed Property Authoring.EditorFont
Removed Property Authoring.EditorFontSize
Removed Property Authoring.EditorTabWidth
Removed Property Authoring.ShowDeprecatedObjects
Removed Property Authoring.ShowDevObjects
Removed Property Authoring.ShowPreliminaryObjects


Version 0.70.0.651

No changes!

Version 0.69.0.646

Added Property DebugSettings.OsIs64Bit: boolean [ReadOnly]

Added Function GlobalSettings:GetFFlags() -> { [string]: any }
Added Function Player:GetRankInGroup(groupId: number) -> number [Yields]
Added Function Player:GetRoleInGroup(groupId: number) -> string [Yields]
Added Function SocialService:SetGroupRankUrl(groupRankUrl: string) -> () {LocalUserSecurity}
Added Function SocialService:SetGroupRoleUrl(groupRoleUrl: string) -> () {LocalUserSecurity}

Added Event GuiObject.MouseWheelBackward(x: number, y: number)
Added Event GuiObject.MouseWheelForward(x: number, y: number)

Added Tag [NotBrowsable] to Class ParallelRampPart
Added Tag [NotBrowsable] to Class PrismPart
Added Tag [NotBrowsable] to Class PyramidPart
Added Tag [NotBrowsable] to Class RightAngleRampPart
Added Tag [NotBrowsable] to Class TouchTransmitter

Removed Tag [preliminary] from Class Seat

Version 0.68.0.640

Added Class DebuggerBreakpoint : Instance [NotCreatable] [preliminary]
Added Property DebuggerBreakpoint.Condition: string
Added Property DebuggerBreakpoint.IsEnabled: boolean
Added Property DebuggerBreakpoint.Line: number [ReadOnly]

Added Class DebuggerService : Instance [preliminary]
Added Property DebuggerService.DebuggingEnabled: boolean [ReadOnly]
Added Function DebuggerService:AddDebugger(script: Instance) -> Instance?
Added Function DebuggerService:EnableDebugging() -> () {RobloxScriptSecurity}
Added Function DebuggerService:GetDebuggers() -> { Instance }
Added Event DebuggerService.DebuggerAdded(debugger: Instance)
Added Event DebuggerService.DebuggerRemoved(debugger: Instance)

Added Class DebuggerWatch : Instance [preliminary]
Added Property DebuggerWatch.Expression: string
Added Function DebuggerWatch:CheckSyntax() -> ()

Added Class ScriptDebugger : Instance [NotCreatable] [preliminary]
Added Property ScriptDebugger.CurrentLine: number [ReadOnly]
Added Property ScriptDebugger.IsDebugging: boolean [ReadOnly]
Added Property ScriptDebugger.IsPaused: boolean [ReadOnly]
Added Property ScriptDebugger.Script: Object [ReadOnly]
Added Function ScriptDebugger:AddWatch(expression: string) -> Instance?
Added Function ScriptDebugger:GetBreakpoints() -> { Instance }
Added Function ScriptDebugger:GetGlobals() -> { [string]: any }
Added Function ScriptDebugger:GetLocals(stackFrame: number? = 0) -> { [string]: any }
Added Function ScriptDebugger:GetStack() -> { any }
Added Function ScriptDebugger:GetUpvalues(stackFrame: number? = 0) -> { [string]: any }
Added Function ScriptDebugger:GetWatchValue(watch: Instance) -> any
Added Function ScriptDebugger:GetWatches() -> { Instance }
Added Function ScriptDebugger:Resume() -> ()
Added Function ScriptDebugger:SetBreakpoint(line: number) -> Instance?
Added Function ScriptDebugger:SetGlobal(name: string, value: any) -> ()
Added Function ScriptDebugger:SetLocal(name: string, value: any, stackFrame: number? = 0) -> ()
Added Function ScriptDebugger:SetUpvalue(name: string, value: any, stackFrame: number? = 0) -> ()
Added Function ScriptDebugger:StepIn() -> ()
Added Function ScriptDebugger:StepOut() -> ()
Added Function ScriptDebugger:StepOver() -> ()
Added Event ScriptDebugger.BreakpointAdded(breakpoint: Instance)
Added Event ScriptDebugger.BreakpointRemoved(breakpoint: Instance)
Added Event ScriptDebugger.EncounteredBreak(line: number)
Added Event ScriptDebugger.Resuming()
Added Event ScriptDebugger.WatchAdded(watch: Instance)
Added Event ScriptDebugger.WatchRemoved(watch: Instance)

Added Property DataModel.lighting: Object [Preliminary] [ReadOnly]
Added Property Player.CanLoadCharacterAppearance: boolean

Added Function GlobalSettings:GetFFlag(name: string) -> boolean
Added Function Player:ClearCharacterAppearance() -> ()
Added Function Player:LoadCharacterAppearance(assetInstance: Instance) -> ()

Added Tag [Deprecated] to Function DebugSettings:LegacyScriptMode

Changed the parameters of Function FastLogSettings:DumpLogs
from: (Filename: string)
to: (filename: string)

Changed the parameters of Function FastLogSettings:Print
from: (Message: string)
to: (message: string)

Changed the parameters of Function FastLogSettings:SetGroupEnable
from: (Group: string, Channel: number, Ext: boolean)
to: (group: string, channel: number, Ext: boolean)


Version 0.67.2.628

Added Property GuiService.UseLuaChat: boolean [ReadOnly]
Added Property GuiService.IsWindows: boolean [ReadOnly]

Removed Property Terrain.Anchored
Removed Property Terrain.Archivable
Removed Property Terrain.BrickColor
Removed Property Terrain.CFrame
Removed Property Terrain.CanCollide
Removed Property Terrain.Elasticity
Removed Property Terrain.Friction
Removed Property Terrain.Locked
Removed Property Terrain.Material
Removed Property Terrain.Name
Removed Property Terrain.Position
Removed Property Terrain.Reflectance
Removed Property Terrain.RotVelocity
Removed Property Terrain.Transparency
Removed Property Terrain.Velocity

Removed Function Terrain:BreakJoints
Removed Function Terrain:Clone
Removed Function Terrain:Destroy
Removed Function Terrain:MakeJoints
Removed Function Terrain:Resize

Version 0.66.0.601

Removed Function ContentProvider:GetRequestQueue
Removed Function ContentProvider:GetRequestedUrls

Version 0.65.0.596

No changes!

Version 0.64.0.594

Added Property NetworkSettings.DataSendPriority: Enum.PacketPriority [Hidden] [NotReplicated]
Added Property NetworkSettings.PhysicsSendPriority: Enum.PacketPriority [Hidden] [NotReplicated]
Added Property Player.MaxSimulationRadius: number {LocalUserSecurity}

Added Enum PacketPriority
Added EnumItem PacketPriority.IMMEDIATE_PRIORITY : 0
Added EnumItem PacketPriority.HIGH_PRIORITY : 1
Added EnumItem PacketPriority.MEDIUM_PRIORITY : 2
Added EnumItem PacketPriority.LOW_PRIORITY : 3


Version 0.63.0.591

Added Function VirtualUser:CaptureController() -> () {LocalUserSecurity}
Added Function VirtualUser:StartRecording() -> () {LocalUserSecurity}
Added Function VirtualUser:StopRecording() -> string {LocalUserSecurity}

Changed the parameters of Function VirtualUser:Button1Down
from: (position: Vector2)
to: (position: Vector2, camera: CFrame?)

Changed the parameters of Function VirtualUser:Button1Up
from: (position: Vector2)
to: (position: Vector2, camera: CFrame?)

Changed the parameters of Function VirtualUser:Button2Down
from: (position: Vector2)
to: (position: Vector2, camera: CFrame?)

Changed the parameters of Function VirtualUser:Button2Up
from: (position: Vector2)
to: (position: Vector2, camera: CFrame?)

Changed the parameters of Function VirtualUser:ClickButton1
from: (position: Vector2)
to: (position: Vector2, camera: CFrame?)

Changed the parameters of Function VirtualUser:ClickButton2
from: (position: Vector2)
to: (position: Vector2, camera: CFrame?)

Changed the parameters of Function VirtualUser:MoveMouse
from: (position: Vector2)
to: (position: Vector2, camera: CFrame?)


Version 0.62.0.584

No changes!

Version 0.61.0.581

Added Property Accoutrement.AttachmentPoint: CFrame
Added Property BasePart.SpecificGravity: number [ReadOnly]
Added Property LuaSettings.WaitingThreadsBudget: number
Added Property PhysicsSettings.WaterViscosity: number
Added Property Player.SimulationRadius: number {LocalUserSecurity}
Added Property Tool.Grip: CFrame

Added Function Terrain:GetWaterCell(x: number, y: number, z: number) -> ...any [preliminary]
Added Function Terrain:SetWaterCell(x: number, y: number, z: number, force: Enum.WaterForce, direction: Enum.WaterDirection) -> () [preliminary]

Added Event Humanoid.Swimming(speed: number)

Added Enum WaterDirection
Added EnumItem WaterDirection.NegX : 0
Added EnumItem WaterDirection.X : 1
Added EnumItem WaterDirection.NegY : 2
Added EnumItem WaterDirection.Y : 3
Added EnumItem WaterDirection.NegZ : 4
Added EnumItem WaterDirection.Z : 5

Added Enum WaterForce
Added EnumItem WaterForce.None : 0
Added EnumItem WaterForce.Small : 1
Added EnumItem WaterForce.Medium : 2
Added EnumItem WaterForce.Strong : 3
Added EnumItem WaterForce.Max : 4

Added Tag [Deprecated] to Class BevelMesh
Added Tag [Deprecated] to Event RunService.Heartbeat
Added Tag [Deprecated] to Event RunService.Stepped

Changed the security of Function NetworkReplicator:GetPlayer
from: {RobloxScriptSecurity}
to: {None}

Removed Property LuaSettings.AreWaitingThreadsBudgeted

Removed Tag [preliminary] from Class BevelMesh

Version 0.60.0.576

Added Property NetworkSettings.PrintSplitMessage: boolean

Version 0.59.0.569

Added Class ServerReplicator : NetworkReplicator [NotCreatable] [NotReplicated]
Added Function ServerReplicator:PreventTerrainChanges() -> () [preliminary]
Added Function ServerReplicator:SetBasicFilteringEnabled(value: boolean) -> () [preliminary]
Added Callback ServerReplicator.DeleteFilter(deletingItem: Instance) -> Enum.FilterResult [preliminary]
Added Callback ServerReplicator.EventFilter(firingItem: Instance, event: string) -> Enum.FilterResult [preliminary]
Added Callback ServerReplicator.NewFilter(newItem: Instance, parent: Instance) -> Enum.FilterResult [preliminary]
Added Callback ServerReplicator.PropertyFilter(changingItem: Instance, member: string, value: any) -> Enum.FilterResult [preliminary]

Added Property RenderSettings.DebugDisableInterpolation: boolean

Added Function ServiceProvider:FindService(className: string) -> Instance?

Added Event NetworkServer.DataBasicFiltered(peer: Instance, result: Enum.FilterResult, instance: Instance, member: string) {LocalUserSecurity} [preliminary]
Added Event NetworkServer.DataCustomFiltered(peer: Instance, result: Enum.FilterResult, instance: Instance, member: string) {LocalUserSecurity} [preliminary]

Added Enum FilterResult
Added EnumItem FilterResult.Accepted : 0
Added EnumItem FilterResult.Rejected : 1

Removed Property Humanoid.RagdollCriteria

Version 0.58.0.560

No changes!

Version 0.57.0.558

Added Property BasePart.ReceiveAge: number [Hidden] [ReadOnly]

Added Function TestService:DoCommand(name: string) -> () {LocalUserSecurity}
Added Function TestService:GetCommandNames() -> { any } {LocalUserSecurity}
Added Function TestService:IsCommandChecked(name: string) -> boolean {LocalUserSecurity}
Added Function TestService:IsCommandEnabled(name: string) -> boolean {LocalUserSecurity}

Added Event Humanoid.Ragdoll(active: boolean)

Version 0.56.0.554

No changes!

Version 0.55.0.549

Added Property Humanoid.RagdollCriteria: number [Hidden]
Added Property PhysicsSettings.ThrottleAdjustTime: number
Added Property Players.CharacterAutoLoads: boolean [NotReplicated]
Added Property Terrain.Anchored: boolean [Preliminary]
Added Property Terrain.Archivable: boolean [Preliminary]
Added Property Terrain.BrickColor: BrickColor [Preliminary]
Added Property Terrain.CFrame: CFrame [Preliminary]
Added Property Terrain.CanCollide: boolean [Preliminary]
Added Property Terrain.Elasticity: number [Preliminary]
Added Property Terrain.Friction: number [Preliminary]
Added Property Terrain.Locked: boolean [Preliminary]
Added Property Terrain.Material: Enum.Material [Preliminary]
Added Property Terrain.Name: string [Preliminary]
Added Property Terrain.Position: Vector3 [Preliminary]
Added Property Terrain.Reflectance: number [Preliminary]
Added Property Terrain.RotVelocity: Vector3 [Preliminary]
Added Property Terrain.Transparency: number [Preliminary]
Added Property Terrain.Velocity: Vector3 [Preliminary]

Added Function Camera:GetRoll() -> number
Added Function Camera:SetRoll(rollAngle: number) -> ()
Added Function Terrain:BreakJoints() -> () [Preliminary]
Added Function Terrain:Clone() -> Instance? [Preliminary]
Added Function Terrain:Destroy() -> () [Preliminary]
Added Function Terrain:MakeJoints() -> () [Preliminary]
Added Function Terrain:Resize(normalId: Enum.NormalId, deltaAmount: number) -> boolean [Preliminary]

Added Tag [Deprecated] to Function InsertService:GetBaseCategories
Added Tag [Deprecated] to Function InsertService:GetUserCategories
Added Tag [NotBrowsable] to Class BasePart
Added Tag [NotBrowsable] to Class GuiBase
Added Tag [NotBrowsable] to Class GuiButton
Added Tag [preliminary] to Property Humanoid.NameOcclusion
Added Tag [preliminary] to Function Humanoid:EquipTool
Added Tag [preliminary] to Function Humanoid:UnequipTools

Changed the security of Function Player:LoadCharacter
from: {LocalUserSecurity}
to: {None}

Removed Class LoadingGui
Removed Property LoadingGui.Visible

Removed Tag [preliminary] from Class Animation
Removed Tag [preliminary] from Class AnimationTrack
Removed Tag [preliminary] from Class BillboardGui
Removed Tag [preliminary] from Class CharacterMesh
Removed Tag [preliminary] from Class Configuration
Removed Tag [preliminary] from Class CoreGui
Removed Tag [preliminary] from Class CustomEvent
Removed Tag [preliminary] from Class CustomEventReceiver
Removed Tag [preliminary] from Class Dialog
Removed Tag [preliminary] from Class DialogChoice
Removed Tag [preliminary] from Class FloorWire
Removed Tag [preliminary] from Class Frame
Removed Tag [preliminary] from Class ImageButton
Removed Tag [preliminary] from Class ImageLabel
Removed Tag [preliminary] from Class InsertService
Removed Tag [preliminary] from Class Keyframe
Removed Tag [preliminary] from Class NotificationBox
Removed Tag [preliminary] from Class NotificationObject
Removed Tag [preliminary] from Class PlayerGui
Removed Tag [preliminary] from Class Pose
Removed Tag [preliminary] from Class ScreenGui
Removed Tag [preliminary] from Class SelectionBox
Removed Tag [preliminary] from Class SelectionPartLasso
Removed Tag [preliminary] from Class SelectionPointLasso
Removed Tag [preliminary] from Class Smoke
Removed Tag [preliminary] from Class StarterGui
Removed Tag [preliminary] from Class SurfaceSelection
Removed Tag [preliminary] from Class TeleportService
Removed Tag [preliminary] from Class Terrain
Removed Tag [preliminary] from Class TextBox
Removed Tag [preliminary] from Class TextButton
Removed Tag [preliminary] from Class TextLabel
Removed Tag [preliminary] from Class TextureTrail
Removed Tag [preliminary] from Function Humanoid:MoveTo
Removed Tag [preliminary] from Function Humanoid:TakeDamage
Removed Tag [preliminary] from Function Workspace:FindPartOnRay
Removed Tag [preliminary] from Function Workspace:FindPartOnRayWithIgnoreList
Removed Tag [preliminary] from Function Workspace:FindPartsInRegion3
Removed Tag [preliminary] from Function Workspace:FindPartsInRegion3WithIgnoreList

Version 0.54.0.543

No changes!

Version 0.53.0.540

Added Function RenderHooksService:PrintScene() -> () {LocalUserSecurity}

Changed the security of Property ScriptContext.ScriptsDisabled
from: {None}
to: {LocalUserSecurity}

Removed Property Terrain.DebugAnimation

Version 0.52.0.533

Added Property TestService.AutoRuns: boolean
Added Property TestService.ErrorCount: number [ReadOnly]
Added Property TestService.TestCount: number [ReadOnly]
Added Property TestService.WarnCount: number [ReadOnly]

Added Function TestService:Error(description: string, source: Instance?, line: number? = 0) -> ()
Added Function TestService:Fail(description: string, source: Instance?, line: number? = 0) -> ()
Added Function TestService:Run() -> () {LocalUserSecurity} [Yields]

Changed the parameters of Function TestService:Check
from: (condition: boolean, description: string)
to: (condition: boolean, description: string, source: Instance?, line: number? = 0)

Changed the parameters of Function TestService:Checkpoint
from: (text: string)
to: (text: string, source: Instance?, line: number? = 0)

Changed the parameters of Function TestService:Message
from: (text: string)
to: (text: string, source: Instance?, line: number? = 0)

Changed the parameters of Function TestService:Require
from: (condition: boolean, description: string)
to: (condition: boolean, description: string, source: Instance?, line: number? = 0)

Changed the parameters of Function TestService:Warn
from: (condition: boolean, description: string)
to: (condition: boolean, description: string, source: Instance?, line: number? = 0)

Changed the security of Function ScriptContext:LibraryRegistrationComplete
from: {LocalUserSecurity}
to: {RobloxScriptSecurity}

Changed the security of Function ScriptContext:RegisterDevelopmentLibrary
from: {LocalUserSecurity}
to: {RobloxScriptSecurity}

Changed the security of Function ScriptContext:RegisterLibrary
from: {LocalUserSecurity}
to: {RobloxScriptSecurity}

Changed the security of Function ScriptContext:RegisterRobloxLibrary
from: {LocalUserSecurity}
to: {RobloxScriptSecurity}

Removed Property FunctionalTest.AllowSleep
Removed Property FunctionalTest.Is30FpsThrottleEnabled
Removed Property FunctionalTest.PhysicsEnvironmentalThrottle
Removed Property FunctionalTest.Timeout

Removed Function Player:HasBuildPermission

Removed Event FunctionalTest.Ended

Version 0.51.0.523

Added Class BindableEvent : Instance [preliminary]
Added Function BindableEvent:Fire(...: any) -> ()
Added Event BindableEvent.Event(...: any)

Added Class BindableFunction : Instance [preliminary]
Added Function BindableFunction:Invoke(...: any) -> ...any [Yields]
Added Callback BindableFunction.OnInvoke(...: any) -> ...any

Added Class CacheableContentProvider : Instance [NotCreatable] [NotReplicated] [Service]

Added Class TestService : Instance [Service]
Added Property TestService.Description: string
Added Property TestService.Is30FpsThrottleEnabled: boolean
Added Property TestService.IsPhysicsEnvironmentalThrottled: boolean
Added Property TestService.IsSleepAllowed: boolean
Added Property TestService.Timeout: number
Added Function TestService:Check(condition: boolean, description: string) -> ()
Added Function TestService:Checkpoint(text: string) -> ()
Added Function TestService:Done() -> ()
Added Function TestService:Message(text: string) -> ()
Added Function TestService:Require(condition: boolean, description: string) -> ()
Added Function TestService:Warn(condition: boolean, description: string) -> ()

Added Property Humanoid.NameOcclusion: Enum.NameOcclusion
Added Property LuaSettings.AreWaitingThreadsBudgeted: boolean
Added Property NetworkSettings.CanSendPacketBufferLimit: number
Added Property NetworkSettings.SendPacketBufferLimit: number
Added Property TextBox.TextWrapped: boolean
Added Property TextButton.TextWrapped: boolean
Added Property TextLabel.TextWrapped: boolean

Added Function Humanoid:EquipTool(tool: Instance) -> ()
Added Function Humanoid:UnequipTools() -> ()
Added Function Model:ResetOrientationToIdentity() -> ()
Added Function Model:SetIdentityOrientation() -> ()

Added Enum NameOcclusion
Added EnumItem NameOcclusion.NoOcclusion : 0
Added EnumItem NameOcclusion.EnemyOcclusion : 1
Added EnumItem NameOcclusion.OccludeAll : 2

Added Tag [Deprecated] to Class FunctionalTest
Added Tag [Deprecated] to Property FunctionalTest.AllowSleep
Added Tag [Deprecated] to Property FunctionalTest.Is30FpsThrottleEnabled
Added Tag [Deprecated] to Property FunctionalTest.PhysicsEnvironmentalThrottle
Added Tag [Deprecated] to Property FunctionalTest.Timeout
Added Tag [Deprecated] to Property FunctionalTest.Description
Added Tag [Deprecated] to Function FunctionalTest:Error
Added Tag [Deprecated] to Function FunctionalTest:Failed
Added Tag [Deprecated] to Function FunctionalTest:Pass
Added Tag [Deprecated] to Function FunctionalTest:Passed
Added Tag [Deprecated] to Function FunctionalTest:Warn
Added Tag [Deprecated] to Event FunctionalTest.Ended

Added Tag [Deprecated] to Property NetworkSettings.MaxDataModelSendBuffer
Added Tag [Deprecated] to Property TextBox.TextWrap
Added Tag [Deprecated] to Property TextButton.TextWrap
Added Tag [Deprecated] to Property TextLabel.TextWrap

Changed the security of Event NetworkServer.IncommingConnection
from: {None}
to: {RobloxScriptSecurity}

Removed Property TaskScheduler.BudgetEnforced

Removed Function MeshContentProvider:SetCacheSize
Removed Function Players:SetBuildToolsUrl
Removed Function TextureContentProvider:SetCacheSize

Removed Tag [preliminary] from Class FunctionalTest

Version 0.50.0.505

Added Class LoadingGui : Instance [NotCreatable] [preliminary]
Added Property LoadingGui.Visible: boolean

Added Property BillboardGui.PlayerToHideFrom: Object
Added Property Camera.FieldOfView: number
Added Property Player.CameraMode: Enum.CameraMode
Added Property RenderSettings.TextureCacheSize: number
Added Property RenderSettings.MeshCacheSize: number
Added Property TextBox.TextScaled: boolean
Added Property TextButton.TextScaled: boolean
Added Property TextLabel.TextScaled: boolean
Added Property Tool.ToolTip: string
Added Property Tool.CanBeDropped: boolean

Added Event GameSettings.VideoRecordingChangeRequest(recording: boolean) {RobloxScriptSecurity}

Added Enum CameraMode
Added EnumItem CameraMode.Classic : 0
Added EnumItem CameraMode.LockFirstPerson : 1

Added Tag [Hidden] to Property NetworkSettings.ReportStatURL
Added Tag [Hidden] to Property NetworkSettings.WaitingForCharacterLogRate

Changed the security of Property ScriptContext.GarbageCollectionFrequency
from: {LocalUserSecurity}
to: {RobloxScriptSecurity}

Changed the security of Property ScriptContext.GarbageCollectionLimit
from: {LocalUserSecurity}
to: {RobloxScriptSecurity}

Changed the parameters of Function BasePart:Resize
from: (NormalId: Enum.NormalId, DeltaAmount: number)
to: (normalId: Enum.NormalId, deltaAmount: number)

Changed the security of Function ScriptContext:GetHeapStats
from: {LocalUserSecurity}
to: {RobloxScriptSecurity}

Changed the security of Function ScriptContext:SetCollectScriptStats
from: {LocalUserSecurity}
to: {RobloxScriptSecurity}

Changed the security and return-type of Function ScriptContext:GetScriptStats
from: {LocalUserSecurity}...any
to: {RobloxScriptSecurity}{ any }

Removed Tag [Deprecated] from Property NetworkSettings.ReportStatURL
Removed Tag [Deprecated] from Property NetworkSettings.WaitingForCharacterLogRate

Version 0.49.1.477

Added Property Explosion.ExplosionType: Enum.ExplosionType
Added Property Lighting.FogColor: Color3
Added Property Lighting.FogEnd: number
Added Property Lighting.FogStart: number

Added Function Instance:ClearAllChildren() -> ()
Added Function Instance:Destroy() -> ()
Added Function Stats:ReportJobsStepWindow() -> () {RobloxScriptSecurity}
Added Function Terrain:AutowedgeCell(x: number, y: number, z: number) -> boolean
Added Function Terrain:AutowedgeCells(region: Region3int16) -> ()

Added Enum ExplosionType
Added EnumItem ExplosionType.NoCraters : 0
Added EnumItem ExplosionType.Craters : 1
Added EnumItem ExplosionType.CratersAndDebris : 2

Added Tag [Deprecated] to Function InsertService:ApproveAssetId
Added Tag [Deprecated] to Function InsertService:ApproveAssetVersionId
Added Tag [Deprecated] to Function Instance:Remove
Added Tag [Deprecated] to Property NetworkSettings.ReportStatURL
Added Tag [Deprecated] to Property NetworkSettings.WaitingForCharacterLogRate
Added Tag [Deprecated] to Function Players:playerFromCharacter

Changed the security of Function NetworkReplicator:GetPlayer
from: {LocalUserSecurity}
to: {RobloxScriptSecurity}

Changed the security of Function NetworkReplicator:GetRakStatsString
from: {LocalUserSecurity}
to: {RobloxScriptSecurity}

Changed the security of Function NetworkReplicator:SendMarker
from: {LocalUserSecurity}
to: {RobloxScriptSecurity}

Removed Property DataModel.ShowMouse
Removed Property Workspace.IsMouseCursorShown

Version 0.48.0.419

Added Property GuiObject.ClipsDescendants: boolean
Added Property LuaSettings.AreScriptStartsReported: boolean
Added Property NetworkSettings.ArePhysicsRejectionsReported: boolean
Added Property NetworkSettings.IncommingReplicationLag: number
Added Property PersonalServerService.RoleSets: string {RobloxScriptSecurity}
Added Property Stats.MinReportInterval: number {RobloxScriptSecurity}
Added Property Stats.ReporterType: string {RobloxScriptSecurity}
Added Property TextBox.TextStrokeColor3: Color3
Added Property TextBox.TextStrokeTransparency: number
Added Property TextButton.TextStrokeColor3: Color3
Added Property TextButton.TextStrokeTransparency: number
Added Property TextLabel.TextStrokeColor3: Color3
Added Property TextLabel.TextStrokeTransparency: number
Added Property Workspace.IsMouseCursorShown: boolean {RobloxScriptSecurity} [Hidden]

Added Function FastLogSettings:DumpLogs(Filename: string) -> () {LocalUserSecurity}
Added Function FastLogSettings:Print(Message: string) -> () {LocalUserSecurity}
Added Function PersonalServerService:GetRoleSets(placeId: number) -> string {RobloxScriptSecurity} [Yields]
Added Function PersonalServerService:SetPersonalServerRoleSetsUrl(PersonalServerRoleSetsUrl: string) -> () {LocalUserSecurity}
Added Function RenderHooksService:EnableAdorns(Enabled: boolean) -> () {LocalUserSecurity}
Added Function RenderHooksService:GetRenderConfMax() -> number {LocalUserSecurity}
Added Function RenderHooksService:GetRenderConfMin() -> number {LocalUserSecurity}
Added Function RenderHooksService:GetRenderStd() -> number {LocalUserSecurity}
Added Function Stats:Report(category: string, data: { [string]: any }) -> () {RobloxScriptSecurity}
Added Function Stats:ReportTaskScheduler(includeJobs: boolean? = false) -> () {RobloxScriptSecurity}
Added Function Stats:SetReportUrl(url: string) -> () {RobloxScriptSecurity}
Added Function Workspace:FindPartOnRayWithIgnoreList(ray: Ray, ignoreDescendentsTable: { Instance }, terrainCellsAreCubes: boolean? = false) -> ...any [preliminary]
Added Function Workspace:FindPartsInRegion3WithIgnoreList(region: Region3, ignoreDescendentsTable: { Instance }, maxParts: number? = 20) -> { Instance } [preliminary]
Added Function Workspace:IsRegion3EmptyWithIgnoreList(region: Region3, ignoreDescendentsTable: { Instance }) -> boolean

Added Tag [Deprecated] to Event AnimationTrack.Stopped
Added Tag [Deprecated] to Property DataModel.ShowMouse
Added Tag [Deprecated] to Function TaskScheduler:SetThreadShare

Changed the security of Class StatsItem
from: {LocalUserSecurity}
to: {RobloxScriptSecurity}

Changed the parameters of Function ServiceProvider:GetService
from: (name: string)
to: (className: string)

Changed the parameters of Function ServiceProvider:service
from: (name: string)
to: (className: string)

Removed Property PhysicsSettings.Is30FpsThrottleEnabled

Removed Function PersonalServerService:GetBuildTools
Removed Function PersonalServerService:SetPersonalServerBuildToolsUrl

Removed Tag [Hidden] from Property DataModel.IsPersonalServer


You've reached the genesis of the API Dump!
More data will need to be hand crafted for this to be expanded further.
Previous Page