Can't find a Vector2 value

Hi! I need to use a Vector2 value to store a 2d position. It needs to be global and manifest as a physical value. I could only find a Vector3 value, and I am currently using a module script to retrieve the variable. This is annoying and unnecessary. Is there any alternative? Thanks in advanced.

1 Like

Attributes allow Vector2’s and this is probably the closest you can get but there isn’t an actual Vector2Value.

There’s a feature request here:

And here:

And here:

It’s certainly something many people want so I hope it does get added at some point but for now, we have to work with what we have.

1 Like

We should get someone to push it forward as a suggestion

2 Likes

Yeah definitely, but with the trust level system currently in place, there isn’t much that can be done to get it attention aside from liking it or posting it off roblox. It was bumped back in March but we have yet to hear from devrel about anything pertaining to the addition of these.

1 Like

Still waiting for this to be implemented nearly a year later…

1 Like

Seems like the best way, for me at least, is to create a NumberValue for each vector, like SizeX and SizeY.

Roblox definitely needs to add a Vector2 value object, it wouldn’t even be difficult for them.