Roblox Luau implementation of Separating Axis Theorem
"satutil = "mattmarcin/[email protected]"
Copy init.lua into your project.
Require the Module and then pass in 2 Models.
SATUtil.ModelsCollide(model1, model2)
Returns true if the bounding boxes intersect.
The parameters must be Roblox Models.