RavageLvl 20
- Edited
cherrys No, do NOT put it inside a function. Just create a placeholder function (with the mandatory comment above it to make it valid for exports). Example of the library:
//The code I wrote above (paste it here)
//placeholder
function a(){
}
Then you can just export the library, copy the ID, paste it into the chat project.