What to do on Roblox with C++

Hello!
I would like to know if you can do anything in Roblox with using C++.
I’ve seen that the fps unlocker is in C++

2 Likes

No. Roblox’s engine is written in C#, and the programming language the scripts are written in is Lua. The most you can really do with C++ is make external tools (like an FPS unlocker).

2 Likes

Are you sure about that? I’m confused because i hear some sources that say its written in C++. Maybe a mix of both

1 Like

You might be right, C#, C and C++ are pretty similar names and I don’t know how to program in any of them so I don’t know the differences

2 Likes

There’s no reason you’d really need to make a C++ project to interact with Roblox unless you’re modifying the client, like the FPS unlocker.

However at that point, you need to be extremely careful as Roblox do not want you modifying the client. If you do it wrong, you may end up getting yourself banned due to the security checks (such as the memcheck, hack flags, etc).

It’s best you just use Roblox as intended.

Edit: @TotallyTrustful the Roblox client is C++ primarily.

10 Likes