Region3 not always working?

im working on a rocket launcher for my game which uses region3 for hit detection and i have encountered an issue, basically sometimes the region3 just ignores the characters and is very inconsistent for some reason. I am using EgoMoose’s region3 module, but ive tried using default Region3 and it still didnt work.
image

doing this fixed it
image
i dont know why or how, i just found that on a different thread

Yo dude, quick thing to point out Find parts in region 3 is depreciated… roblox will not be ensuring it maintains functionality in future updates, so to save you having to fix thi again in the future try using: WorldRoot:GetPartBoundsInBox.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.