Why doesn't my tween run?

image


everything is welded to 1 part.
image
image

Think it’s because you’re setting the Position incorrect in the info, Do

{Position = Vector3.new(x, y, z)}

Instead of

{Position = x, y, z}

Add Vector3.new to the goal. It shouldn’t just be the numbers I think.

doing it rn. thanks. i’ll test in a bit and tell you.

1 Like

IT works! thank you so much! i forgot about vector 3 bruh. now i gotta figure out why my weld did not work. welds are connected to everything.
image