[Help] How do you add additional collision boxes and set their position

im am wondering how do you add a second collision box to a entity and set its position

PlayCanvas does not support compound collision shapes (yet).

But you can create multiple entities in the hierarchy, each with their own collision and rigidbody components. This is fine for the case where they’re static.