Is there a difference between Variant and Tuple type?

Variant could be considered any and tuple is, not exactly, an unpacked table, also known as ...

Variant/any: all kinds of values (Vector3, CFrame, number, string)
Tuple: multiple values taken as one if using ...

1 Like