of     1   

MrJoeyJoeJoey
#143134982Sunday, August 10, 2014 12:08 AM GMT

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))
MrJoeyJoeJoey
#143135609Sunday, August 10, 2014 12:17 AM GMT

Could you please help me?
MrJoeyJoeJoey
#143137262Sunday, August 10, 2014 12:38 AM GMT

local center=torso.Position+Vector3.new(0,0,2.6) local region=Region3.new(center-Vector3.new(2,2.5,0),center+Vector3.new(2,3,0))

    of     1