Hey there. I’m making a plugin, and i’m using an express website that i made that handles the data. the problem is i am using an access token for the website (so random people can’t post/get data), and i was wondering how to hide the access token in my plugin code. plugin code can be seen by everyone, right? and how can i go about hiding my token?
One clever thing I have seen is making a comment by doing --[[]] and then pressing tab after the comment a couple of times and then adding require(string.reverse())