I'm trying to get the variables name from a table and apply the value of that variable to a table with the same variables name.
local table1 = { value = CFrame.new(0,1,0) --trying to change this value to table2's value } local table2 = { value = CFrame.new(0,2,0) }