You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making a bot you want to make a new class that is going to extend Client. This client handles communicating with RLBot using sockets. Then you wanna pass that Client into a new Manager. This Manager automatically adds and removes bots when needed and passes the necessary arguments to the Client.
Example
Here is an example of a bot using typescript and EasyRLBot. Instructions on how to use it is available the repo.