Roblox Luau implementation of Separating Axis Theorem
"satutil = "mattmarcin/satutil@0.2.0"
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.