BasePart:Resize not resizing specific side

When I resize a part (cylinder) with part:Resize(Enum.NormalId.Right, size) it should resize only to the right, but it grows to both sides. (same with NormalId.Left).
What can I do?

for size = 0.4, 120, 12 do
				
    wait()
	beam:Resize(Enum.NormalId.Right, size)
			
end

Could you be welding the part which is recentering its CFrame or perhaps you’re setting the parts position which is recentering it?

2 Likes

Thanksss I’m so dumb I didn’t realize that, yeah it’s being recentered while it’s resizing it’s self. Thanks !

No worries, glad I could provide a quick helping held for you!

1 Like

Thank you so much !! Big up !!!