Which way would be better to move a wall?

Hi, i’m working on a game where there is a wall with a hole in it that you have to go through (similar to hole in a wall), and i am wondering what the best way to do so would be. Should i change the position by a tiny amount fast? or should i tween, or do it a different way?

thanks! :sunglasses:

Use TweenService :slight_smile: - less intensive and the smoothest result
30chars30chars30chars

2 Likes

Ok thanks, i’ll try it!

30Characters