of     1   

Kilometerz
#142608106Monday, August 04, 2014 8:57 PM GMT

I get confused on all that color3 and vector3 stoof
Hyperant
#142608473Monday, August 04, 2014 9:01 PM GMT

Yes Position is Vector3
dansk
#142608649Monday, August 04, 2014 9:03 PM GMT

Vector3 is for any values that need only 3 number values like position, size, etc with some exceptions. Color3 is usually for guis because they use a number system where three numbers determines the color. Color3 will not work for bricks btw. Youll need to use BrickColor
RobuxLife
#142608769Monday, August 04, 2014 9:04 PM GMT

Like this brick = script.Parent function onTouch() brick.Vector3.new(1,5,1) Brick:connect(onTouch) or something like that
dansk
#142609130Monday, August 04, 2014 9:07 PM GMT

Err no. You gave a brick a Vector3 value wihout defining what its for. Brick.Size = Vwctor3.new(1,1,1)

    of     1