Roblox and Python

How do I PostAsync and GetAsync to have communication between Roblox and Python?

2 Likes

What do you mean? Do you have a server running on python that you want to communicate with roblox?

If you’re asking how to access roblox datastores from python, you currently cant. Though there has been some talk about it in #updates:announcements if I recall correctly.

Using visual studio I will have a python file. I want have communication between both.

You would need some form of server between the two. You could make a python server with flask, or you can use Firebase , which allows for realtime communication with data. You can connect to it with anything that can make an http request I believe.

Hope this helps