I need help to sent information to my server

Asked Nov 2, 2023·1 reply·Last activity 2 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

how could i sent to my website information with a command and so make it register the level name or id

1 reply

Hey @Ancient Jellyfish!

There are many ways, it's up to you really:

$(urlfetch yourcool.url/api/endpoint?username=$(user)&userlevel=$(userlevel)&userid=$(userid))
$(urlfetch yourcool.url/api/endpoint/$(user)/$(userlevel)/$(userid))

Read the documentation to learn about all of the variables you can use.