Starbeamrainbowlabs 0fef39d707 Vector3: Implement __concat operator overloading
Now you can do this:

local v = wea.Vector3.new(3, 4, 5)
print(v.."yay")
2021-07-15 02:18:21 +01:00
..
2021-07-13 23:42:08 +01:00
2021-07-03 00:42:19 +01:00
2021-07-03 00:42:19 +01:00
2021-02-09 19:53:30 -05:00
2021-07-13 23:42:08 +01:00
2020-06-15 13:04:42 +01:00
2021-06-26 21:39:16 -07:00