I want the region3's size to be (2,4,5) and it's position to be directly in front of the character, but with the character not in it.
So I did this, but it's all messed up and crap.
local region=Region3.new(center-Vector3.new(2,2.5,0),center+Vector3.new(2,3,0))
|