How are server bots created? What tools can be used to create one?

I want to write a simple bot/extension that will auto-assign server a server role to a client when they join for the first time. It seems like this is possible, however it’s unclear 1. What SDK I need and 2. If there’s any (in)compatibility issue(s) I need to contend with related to using the TS6 client and a hosted server, which, I’m assuming, is running TS3 server.

I am not 100% sure with this. But I believe the SDK is intended for integrating TS functions such as voice chat into your own application (e.g., voice chat in a game).
I don’t think it has much to do with bots or server control.
Bots have always used a ServerQuery-Connection up to now.

2 Likes