ID:173669
 
How would I use walk() to move a player where I want them to be, but at the same time prevent any movement input from them via the arrow keys/numpad?
client/Move()
if (condition) return 0
return ..()


condition being whatever prevents them from moving.