Home/Hitem3D FAQ/How to collision a 3D model in Roblox?

How to collision a 3D model in Roblox?

To enable collision for a 3D model in Roblox, set the **CanCollide** property of its individual parts to "true" (models themselves don’t have collisio

How to collision a 3D model in Roblox?

To enable collision for a 3D model in Roblox, set the **CanCollide** property of its individual parts to "true" (models themselves don’t have collision—parts do) and use **Collision Groups** for custom collision rules.

Roblox’s collision system works at the part level, so every part in the model (e.g., a table’s legs or top) needs CanCollide enabled to block players or other objects. Collision Groups let you define which groups collide—like making players hit a door but not a wall decoration.

If parts aren’t colliding as expected, double-check CanCollide is on for all relevant parts and Collision Groups aren’t ignoring each other. For quick edits, select multiple parts in the model and adjust CanCollide in the Properties panel at once.

PreviousNext
产品
Web 工作室
API 平台
功能
图片转 3D
多视图转 3D
浮雕
分割
模型
通用模型
人像模型
资源
博客
常见问题
API 文档
关于我们
定价