Talk:Object-Oriented Programming
From Legacy Roblox Wiki
Vector2
I think showing them to recreate the Vector2 data type is a really bad idea, considering it is already a part of the ROBLOX API. That part of the article should be rewritten to create another class, which doesn't already exist in the ROBLOX API.
24 February 2012
- Yep, I thought that too. I was just moving the code from another page. It was terrible code, claiming that {x, y}, where x and y are not defined, allocated a table with keys "x" and "y".