02-18-2021, 11:29 PM 
		
	
	
		Vector3i is a class which we use to bundle up X, Y and Z coordinates. You can convert the 3 strings using this: 
	
	
	
	
Vector3i(tonumber(string1), tonumber(string2), tonumber(string3))

 

 
