Does anyone know how i could detect if 2 parts are touching just by going off of CFrames?
1 Like
Off just CFrame? No.
Off of CFrame AND size? Yes, but it will be painful to do
One of these methods might be useful to you
https://create.roblox.com/docs/reference/engine/classes/WorldRoot#ArePartsTouchingOthers
https://create.roblox.com/docs/reference/engine/classes/WorldRoot#GetPartBoundsInBox
https://create.roblox.com/docs/reference/engine/classes/WorldRoot#GetPartBoundsInRadius
https://create.roblox.com/docs/reference/engine/classes/WorldRoot#GetPartsInPart
lol my bad but should be pretty obvious what i mean
Thanks for the reference, Ill check them out!