evaera / Cmdr

Extensible command console for Roblox developers
https://eryn.io/Cmdr/
MIT License
363 stars 104 forks source link

Change built-in commands to use `ClientRun` over `Run` #304

Closed autonordev closed 1 year ago

autonordev commented 1 year ago

ClientRun has been preferred to Run for some time now. While most built-in commands are now using ClientRun, some are still using the legacy Run definition.

It's important that our built-in commands are good examples and therefore shouldn't exhibit deprecated or unadvised behaviour. Accordingly, this pull request changes those remaining built-in commands to use the new ClientRun function.