I want to add a dashing mechanic into one of my games, but I am wondering whether I should make it a client side or server side mechanic.
The dashing will be done through UserInputService, and will use InputBegan to connect the dashing event to the input. Is it better to use a remote event to make the dash, or to simply have the client make the dash instead?