add to textfileds

how would i add to text fileds together then print the answer on a label

You mean like this?

local result = object1.text .. object2.text print ( result )

yeah im trying to make a bmi scanner that calculates the bdy mass index im trying to print the anser out in a text box

You mean like this?

local result = object1.text .. object2.text print ( result )

yeah im trying to make a bmi scanner that calculates the bdy mass index im trying to print the anser out in a text box