is there a max on how much parameters you can have? if not how do i add more
You can have as many parameters as you like, however you’re limited to 16 stage parameters (Parameters which sync over the network). Which considering int parameters can go from 0 - 255 it isn’t a huge problem.
If you’re using int parameters as a simple 0 or 1 bool then you’re not using it effectively at all.
For example tools like this can allow you to easily make one int parameter be able to toggle quite a few different objects.
ah thanks