[Example] Passing spawn information from server

Here is an example of how to get information for a spawn from the server.

https://github.com/busheezy/bs-spawn

In the server.lua you will see a table named “spawn.” This is the schema of the table you should be passing. You can grab this information from an api, of course. You definitely could add some error handling to both the client and server.

1 Like