Hey, devs! I am messing around with tween service and I realized when I say vector. new(0,1,0) I want it to go up by 1 of the y axis, not the seven seas. Is there any way to fix this?
Never mind solving my own issue if you wanna know how just add another part where you want it to go so anywhere you move it still goes to the same position. So you just add another part as the position and make a local script like local positione = the part.position
then when typing goals in tween service local goal = {Position = Vector3.new(positione.X,positione.Y,positione.Z)}
2 Likes