How to interact with roblox using c++

How to interact with roblox using c++
I want to understand how to change a value in the player object (like an int value) then get a c++ script to get that value and print it and obviously be able to use it and such.

I am experienced in c++ and i tried using http servers but theres too much latency with roblox http client.

If you have a solution i would be happy to know

2 Likes

You can’t do that. Roblox doesn’t expose C++ APIs

1 Like

I have made some C++ → Luau and LLVM IR → Luau compilers but I don’t it is worth using C++ in Roblox mostly because Roblox focuses on an easy language.