Skip to content

Home - Classes

What are classes?

Classes are things in your world. A Character is a class, and so is a Respawn component. Each class can have its own Properties and Functions that do things to it. For example, you can get a Character's username by getting the username Property. You can also do things like make a character jump by calling the Jump Function on a Character.

Read the examples on individual Properties and Functions for more information on how to use them.