ReAdminRBX / roblox-long-polling

Real-Time Roblox Long Polling
MIT License
20 stars 8 forks source link

Can't send table information #5

Closed Laqota closed 7 months ago

Laqota commented 1 year ago

I can't seem to send table information through it. Am I doing something wrong?

zhiyan114 commented 1 year ago

Convert the table into json then send it.

mwalden2004 commented 7 months ago

Right, you must convert the data into JSON as HTTP Service/this module does not do it for you.