Roblox API Reference

PhysicsService 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 (1)

Member index (17)

Type Member History
bool CollisionGroupContainsPart (string name, BasePart part) 287 492 555 554 557
void CollisionGroupSetCollidable (string name1, string name2, bool collidable) 287
bool CollisionGroupsAreCollidable (string name1, string name2) 287
int CreateCollisionGroup (string name) 287 555 554 557
int GetCollisionGroupId (string name) 287 555 554 557
string GetCollisionGroupName (int name) 287 555 554 557
Array GetCollisionGroups () 287 555 554 557
int GetMaxCollisionGroups () 287
Array GetRegisteredCollisionGroups () 538
void IkSolve (BasePart part, CFrame target, float translateStiffness, float rotateStiffness) 355 483
bool IsCollisionGroupRegistered (string name) 546
void LocalIkSolve (BasePart part, CFrame target, float translateStiffness, float rotateStiffness) 355 483
void RegisterCollisionGroup (string name) 538
void RemoveCollisionGroup (string name) 287 555 554 557
void RenameCollisionGroup (string from, string to) 287
void SetPartCollisionGroup (BasePart part, string name) 287 492 555 554 557
void UnregisterCollisionGroup (string name) 538
51 members inherited from Instance

History

Members

CollisionGroupContainsPart On DevHub

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

History

Tags: [Deprecated]

CollisionGroupSetCollidable On DevHub

Name Type Default
name1 string none
name2 string none
collidable bool none

History

CollisionGroupsAreCollidable On DevHub

Name Type Default
name1 string none
name2 string none

History

CreateCollisionGroup On DevHub

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

History

Tags: [Deprecated]

GetCollisionGroupId On DevHub

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

History

Tags: [Deprecated]

GetCollisionGroupName On DevHub

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

History

Tags: [Deprecated]

GetCollisionGroups On DevHub

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

History

Tags: [Deprecated]

GetMaxCollisionGroups On DevHub

Name Type Default
No parameters.

History

GetRegisteredCollisionGroups On DevHub

Name Type Default
No parameters.

History

IkSolve On DevHub

Name Type Default
part BasePart none
target CFrame none
translateStiffness float none
rotateStiffness float none

History

IsCollisionGroupRegistered On DevHub

Name Type Default
name string none

History

LocalIkSolve On DevHub

Name Type Default
part BasePart none
target CFrame none
translateStiffness float none
rotateStiffness float none

History

RegisterCollisionGroup On DevHub

Name Type Default
name string none

History

RemoveCollisionGroup On DevHub

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

History

Tags: [Deprecated]

RenameCollisionGroup On DevHub

Name Type Default
from string none
to string none

History

SetPartCollisionGroup On DevHub

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

History

Tags: [Deprecated]

UnregisterCollisionGroup On DevHub

Name Type Default
name string none

History

Relevant classes (1)