Need help converting vector2 to vector 3

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!

  2. What is the issue? i need a way to convert vector 2 to vector 3

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub? yes but found nothing

After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
im making a optimized tds enemy system

   	clientData[i] = {
			Pos = Vector2.new(waypoint.Position.X*50, waypoint.Position.Z*50),
			Name = enemy.Name
		}
	end
	if tick()-lastupdate>=udt then
		lastupdate = tick()
		game.ReplicatedStorage.Events.SendClientData:FireAllClients(clientData)
	end

Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.

https://devforum.roblox.com/t/help-making-a-vec

1 Like

Access Denied

while trying to load /t/id_for/help-making-a-vec

You’re not allowed to view that.

the page doesnt exist anymore so that wont be helpful

Weird. It prob didnt copy the entire link.
Anyway, I am sure there are posts on that on the forum.

Little confused on this, could you just do
Vector3.new(Pos.X, 0, Pos.Y)