Is there a way to activate a plugin using script?

I am trying to make a plugin that activates when the player writes a script to activate it how can I do that?

1 Like

You cannot access plugins outside of Studio. Meaning, you cannot call plugins while in-game. They are only for facilitating development in Studio.

2 Likes

Ok, thank you for your answer I will try another method then