Here is how to set the alias in terminal:
If using zsh (default on Kali), make a file called zsh_alias, or if using Bash, use bash_alias.
Inside of that file, paste alias l='sudo /root/lscript/l'. There are many things you can configure here:
the l located after alias can be replaced by whatever you want the command to be. For example, I recommend using 'lscript', (which would be alias lscript='sudo /root/lscript/l'.
If the project is located in another directory, replace the directory with that.