Roblox API Reference

Workspace On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.

Tags: [NotCreatable, Service]

Inherits (4)

Member index (48)

Type Member History
float AirDensity 581
bool AllowThirdPartySales 221
AvatarUnificationMode AvatarUnificationMode 572
ClientAnimatorThrottlingMode ClientAnimatorThrottling 475
Camera CurrentCamera 329
double DistributedGameTime
EditorLiveScripting EditorLiveScripting 596
float FallenPartsDestroyHeight 298
bool FilteringEnabled 136 147 281 478 483 483 483
FluidForces FluidForces 587
Vector3 GlobalWind 512
float Gravity 241
IKControlConstraintSupport IKControlConstraintSupport 581
InterpolationThrottlingMode InterpolationThrottling 448
MeshPartHeadsAndAccessories MeshPartHeadsAndAccessories 466
ModelStreamingBehavior ModelStreamingBehavior 580
PhysicsSteppingMethod PhysicsSteppingMethod 464
PlayerCharacterDestroyBehavior PlayerCharacterDestroyBehavior 603
PrimalPhysicsSolver PrimalPhysicsSolver 600
RejectCharacterDeletions RejectCharacterDeletions 555 554 557
ReplicateInstanceDestroySetting ReplicateInstanceDestroySetting 513
AnimatorRetargetingMode Retargeting 494
SignalBehavior SignalBehavior 473 570 570
StreamOutBehavior StreamOutBehavior 491
bool StreamingEnabled 132 372 421 491
StreamingIntegrityMode StreamingIntegrityMode 541
int StreamingMinRadius 362 491
int StreamingTargetRadius 362 491
Terrain Terrain 329 483
bool TouchesUseCollisionGroups 460
null BreakJoints (Objects objects) 151 564 573
float CalculateJumpDistance (float gravity, float jumpPower, float walkSpeed) 433
float CalculateJumpHeight (float gravity, float jumpPower) 433
float CalculateJumpPower (float gravity, float jumpHeight) 375
bool ExperimentalSolverIsEnabled () 198
int GetNumAwakeParts () 115
int GetPhysicsThrottling () 95 94 95 94 95
double GetRealPhysicsFPS () 95 94 95 94 95
double GetServerTimeNow () 488
null JoinToOutsiders (Objects objects, JointCreationMode jointType) 196 573
null MakeJoints (Objects objects) 151 564 573
bool PGSIsEnabled () 223 222 223
null SetAvatarUnificationMode (AvatarUnificationMode value) 603
null SetMeshPartHeadsAndAccessories (MeshPartHeadsAndAccessories value) 466 573
null SetPhysicsThrottleEnabled (bool value) 573
null UnjoinFromOutsiders (Objects objects) 196 573
null ZoomToExtents () 151 573
PersistentLoaded (Player player) 548
24 members inherited from WorldRoot
26 members inherited from Model
4 members inherited from PVInstance
57 members inherited from Instance

Removed member index (30)

Type Member History
NewAnimationRuntimeSetting AnimationWeightedBlendFix 478 565
AutoJointsMode AutoJointsMode 349 396
bool EnableFluidForces 581 587
HumanoidOnlySetCollisionsOnStateChange HumanoidOnlySetCollisionsOnStateChange 485 595
bool IsMouseCursorShown 48 49
MeshPartHeads MeshPartHeads 449 466
PhysicsSolver NewPhysicsSolver 599 600
bool PGSPhysicsSolverEnabled 349 373
PhysicsInertiaAndVolumeFix PhysicsInertiaAndVolumeFix 527 539
PhysicsSimulationRate PhysicsSimulationRate 437 538
SkinnedMeshAllowType SkinnedMeshEnabled 440 442
StreamingPauseMode StreamingPauseMode 384 491 548
bool TemporaryLegacyPhysicsSolverOverride 349 359 443 442 443
UnionsScaleNonuniformly UnionsScaleNonuniformly 535 560
Tuple FindPartOnRay (Ray ray, Instance ignoreDescendantsInstance = nil, bool terrainCellsAreCubes = false, bool ignoreWater = false) 55 195 298 410
Tuple FindPartOnRayWithIgnoreList (Ray ray, Objects ignoreDescendantsTable, bool terrainCellsAreCubes = false, bool ignoreWater = false) 48 55 195 298 410
Tuple FindPartOnRayWithWhitelist (Ray ray, Objects whitelistDescendantsTable, bool ignoreWater = false) 262 298 410
Objects FindPartsInRegion3 (Region3 region, Instance ignoreDescendantsInstance = nil, int maxParts = 20) 55 298 410
Objects FindPartsInRegion3WithIgnoreList (Region3 region, Objects ignoreDescendantsTable, int maxParts = 20) 48 55 298 410
Objects FindPartsInRegion3WithWhiteList (Region3 region, Objects whitelistDescendantsTable, int maxParts = 20) 298 410
bool GetPhysicsAnalyzerBreakOnIssue () 236 369
Objects GetPhysicsAnalyzerIssue (int index) 236 369
Objects InsertContent (Content url) 163
bool IsRegion3Empty (Region3 region, Instance ignoreDescendentsInstance = nil) 410
bool IsRegion3EmptyWithIgnoreList (Region3 region, Objects ignoreDescendentsTable) 48 410
void SetMeshPartHeads (MeshPartHeads value) 459 458 459 466
void SetPhysicsAnalyzerBreakOnIssue (bool enable) 236 369
Tuple findPartOnRay (Ray ray, Instance ignoreDescendantsInstance = nil, bool terrainCellsAreCubes = false, bool ignoreWater = false) 52 195 298 410
Objects findPartsInRegion3 (Region3 region, Instance ignoreDescendantsInstance = nil, int maxParts = 20) 50 49 50 298 410
PhysicsAnalyzerIssuesFound (int count) 236 369

History

Members

AirDensity On DevHub

History

AllowThirdPartySales On DevHub

This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [NotReplicated]

AvatarUnificationMode On DevHub

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

BreakJoints On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
objects Objects none

History

Tags: [Deprecated]

CalculateJumpDistance On DevHub

Name Type Default
gravity float none
jumpPower float none
walkSpeed float none

History

CalculateJumpHeight On DevHub

Name Type Default
gravity float none
jumpPower float none

History

CalculateJumpPower On DevHub

Name Type Default
gravity float none
jumpHeight float none

History

ClientAnimatorThrottling On DevHub

History

CurrentCamera On DevHub

This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [NotReplicated]

DistributedGameTime On DevHub

This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotReplicated]

EditorLiveScripting On DevHub

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

ExperimentalSolverIsEnabled On DevHub

Name Type Default
No parameters.

History

FallenPartsDestroyHeight On DevHub

History

FilteringEnabled On DevHub

This member is hidden. It is not meant to be used, and may have unresolved issues.
This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [Hidden, NotReplicated, Deprecated]

FluidForces On DevHub

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

GetNumAwakeParts On DevHub

Name Type Default
No parameters.

History

GetPhysicsThrottling On DevHub

Name Type Default
No parameters.

History

GetRealPhysicsFPS On DevHub

Name Type Default
No parameters.

History

GetServerTimeNow On DevHub

Name Type Default
No parameters.

History

GlobalWind On DevHub

History

Gravity On DevHub

History

IKControlConstraintSupport On DevHub

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

InterpolationThrottling On DevHub

History

JoinToOutsiders On DevHub

Name Type Default
objects Objects none
jointType JointCreationMode none

History

MakeJoints On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
objects Objects none

History

Tags: [Deprecated]

MeshPartHeadsAndAccessories On DevHub

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

ModelStreamingBehavior On DevHub

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

PGSIsEnabled On DevHub

Name Type Default
No parameters.

History

PersistentLoaded On DevHub

Name Type Default
player Player none

History

PhysicsSteppingMethod On DevHub

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

PlayerCharacterDestroyBehavior On DevHub

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

PrimalPhysicsSolver On DevHub

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

RejectCharacterDeletions On DevHub

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

ReplicateInstanceDestroySetting On DevHub

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

Retargeting On DevHub

History

SetAvatarUnificationMode On DevHub

Name Type Default
value AvatarUnificationMode none

History

SetMeshPartHeadsAndAccessories On DevHub

Name Type Default
value MeshPartHeadsAndAccessories none

History

SetPhysicsThrottleEnabled On DevHub

Name Type Default
value bool none

History

SignalBehavior On DevHub

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

StreamOutBehavior On DevHub

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

StreamingEnabled On DevHub

History

StreamingIntegrityMode On DevHub

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

StreamingMinRadius On DevHub

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

StreamingTargetRadius On DevHub

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

Terrain On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

TouchesUseCollisionGroups On DevHub

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

UnjoinFromOutsiders On DevHub

Name Type Default
objects Objects none

History

ZoomToExtents On DevHub

Name Type Default
No parameters.

History

Removed members

AnimationWeightedBlendFix

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

AutoJointsMode

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

EnableFluidForces

History

FindPartOnRay

Name Type Default
ray Ray none
ignoreDescendantsInstance Instance nil
terrainCellsAreCubes bool false
ignoreWater bool false

History

FindPartOnRayWithIgnoreList

Name Type Default
ray Ray none
ignoreDescendantsTable Objects none
terrainCellsAreCubes bool false
ignoreWater bool false

History

FindPartOnRayWithWhitelist

Name Type Default
ray Ray none
whitelistDescendantsTable Objects none
ignoreWater bool false

History

FindPartsInRegion3

Name Type Default
region Region3 none
ignoreDescendantsInstance Instance nil
maxParts int 20

History

FindPartsInRegion3WithIgnoreList

Name Type Default
region Region3 none
ignoreDescendantsTable Objects none
maxParts int 20

History

FindPartsInRegion3WithWhiteList

Name Type Default
region Region3 none
whitelistDescendantsTable Objects none
maxParts int 20

History

GetPhysicsAnalyzerBreakOnIssue

Name Type Default
No parameters.

History

GetPhysicsAnalyzerIssue

Name Type Default
index int none

History

HumanoidOnlySetCollisionsOnStateChange

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

InsertContent

Name Type Default
url Content none

History

IsMouseCursorShown

This member is hidden. It is not meant to be used, and may have unresolved issues.

History

Tags: [Hidden]

IsRegion3Empty

Name Type Default
region Region3 none
ignoreDescendentsInstance Instance nil

History

IsRegion3EmptyWithIgnoreList

Name Type Default
region Region3 none
ignoreDescendentsTable Objects none

History

MeshPartHeads

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

NewPhysicsSolver

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

PGSPhysicsSolverEnabled

This member is not scriptable. It cannot be accessed by Lua code.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [NotReplicated, NotScriptable]

PhysicsAnalyzerIssuesFound

Name Type Default
count int none

History

PhysicsInertiaAndVolumeFix

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

PhysicsSimulationRate

This member is hidden. It is not meant to be used, and may have unresolved issues.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [Hidden, NotReplicated]

SetMeshPartHeads

Name Type Default
value MeshPartHeads none

History

SetPhysicsAnalyzerBreakOnIssue

Name Type Default
enable bool none

History

SkinnedMeshEnabled

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

StreamingPauseMode

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

TemporaryLegacyPhysicsSolverOverride

This member is not scriptable. It cannot be accessed by Lua code.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [NotReplicated, NotScriptable]

UnionsScaleNonuniformly

This member is not scriptable. It cannot be accessed by Lua code.

History

Tags: [NotScriptable]

findPartOnRay

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
ray Ray none
ignoreDescendantsInstance Instance nil
terrainCellsAreCubes bool false
ignoreWater bool false

History

Tags: [Deprecated]

findPartsInRegion3

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
region Region3 none
ignoreDescendantsInstance Instance nil
maxParts int 20

History

Tags: [Deprecated]

Relevant classes (3)

Relevant enums (18)

Relevant members (2)