PhysicsService
Overview
Properties
Methods
Events
See also
https://github.com/overdare/creator-guide-eng/blob/main/manual/studio-manual/game-development/collision-groups.mdLast updated
PhysicsService : Instance
PhysicsService is a service that finely controls collision rules between objects in physics computation, allowing you to create collision groups and configure whether each group interacts with the others.
For example, it can be used to let players pass through specific walls based on their level.
Last updated