How would i communicate with roblox from an external application

How would i communicate with roblox from an external application
So for example lets say i have a C# program, how would i get some data from that to roblox, i have thought about using a C# program that uploads data to a site and then use Http:GetAsync() from roblox
Is there an easier method? Or if not how would i go about changing the data that the Http:GetAsync() gives

Yes, make API for updating and getting the data from your hosted website, and make a loop that checks that.
As far as I know, in studio you can connect to your localhost ports.

Oh thank you so much! This is what i will do

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.