Get Started - Learn How To Make Your Bot!
List of all currently Free Items
In this guide we will abroad how to create a whitelist or to allow only a few users to be able to use a function from your bot.
This is extra helpful when you want to add some functions to your bot that might be dangerous to have it public for any user to reach it, in those case we first check if the user using the function has enough privileges or meet a certain criteria to use a function.
For this guide we will only be using the standard Highrise Bot SDK.
Let’s see some examples on how to filter which players can use certain commands, the basic idea will be to always use an if
statement to check if the user has meet the criteria.