Page cover

👤Other

Use vec3 instead of vector3 its shorter.

Dont use table.insert, use targetTable[#targetTable + 1] = data

Cache values and don't update them dirrectly if not needed

Last updated