How would I go about making a move that slows down all nearby players?
I presume I need to use Magnitude and stuff right?
And is it possible to make it a tool?
You would need to make a tool that says for every player in the game, if their character distance to you is less than (what you want it to be) then walkspeed = 8, thats the logic