As others have mentioned you have created an infinite loop. From looking at your code it seems like you are trying to animate something, even if your current code did work it would look very jittery moving it in increments.
Because you are trying to animate something, you would be better off using tween service.
This thread explains why you should avoid wait() and subsiquently while loops.