Need help using free camera mode

Hey Developers,

I’m currently using a game that mainly uses free camera mode, AKA accessible by using Shift+P, but I need help on how I can hide the UI buttons for like the Roblox menu, and the … on the top right corner.

Does anyone know how to do this?

make a localscript

game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.All, false)
1 Like

I’ll be sure to try this out! I’ll give you a free solution if it works.

I tried it and I still get these buttons: