Is there a way to send a event from JSON file on visual studio to roblox?
If there is, how would I do so?
Who’s jason?
Jokes aside, no it is not possible to send data from a JSON file in Visual Studio to Roblox programmatically. You could however manually copy & paste it where necessary.
1 Like
If you want to do this in studio then open a local webserver and have a plugin request the content.
1 Like
Can you please, provide an example?
You could have visual studio upload the JSON content somewhere, and then through using the HttpService in Roblox, fetch that content from wherever it was uploaded to.
I’m unfamiliar with JSON in VS but here is the documentation for the HttpService in Roblox:
https://developer.roblox.com/en-us/api-reference/class/HttpService