Please note that this only works for Roblox Studio version (v0.652.0.6520761) version-ba0b1c6642044d4e or any version after that.
Hello, Developers! Have you ever wanted to play a harmless (?) prank to your friends in Team Create? I’ve got something for you! This will allow you to make everything in the studio explorer completely invisible forever! These changes will FOREVER be saved in your friend’s game unless they also know about this post and did the exact same thing!
The video below shows studio being open with 2 different accounts logged in, showing that it replicates to other people in Team Create, and this also replicates to other people with a different device and people from miles away:
Call this function with RobloxScript Capabilities:
for _, Instance in pairs(game:GetChildren()) do
game:GetService("ServiceVisibilityService"):SetServiceVisibilityPreference(Instance, false)
end
How to get RobloxScript Capabilities?
- Check out 7ap’s Roblox Studio Internal Patcher in GitHub and download the latest release. Don’t worry, this does not contain anything malicious! It is completely open source here.
- Make sure that you have Roblox Studio not open, then run the executable file as Administrator. (Administrator permissions are required for those who has Roblox Studio installed in C:\Program Files)
- Open Studio and you should see a yellow text that says “Roblox Internal” at the top right of your screen.
- Go into the game that you want to do this in, and execute the code above with ElevatedStudioPlugin permissions in Command Bar.
- Boom! Everything in the explorer inside ONLY THAT GAME will forever be invisible unless you or your friend in Team Create reverts it by also calling the function above! These changes will save in the game even if everyone in Team Create leaves.