I have a simple question and would be happy about a simple answer and maybe a solution! Why is this always false? a and b are Equal! function vectorcheck() local a = vec(6.289999, 2.240000, 9.000000, 0.000000) local b = vec(6.289999, 2.240000, 9.000000, 0.000000) if a == b then print("true&quo...