Funny way to troll your friends in Team Create - Make explorer forever unusable!

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?

  1. 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.
  2. 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)
  3. Open Studio and you should see a yellow text that says “Roblox Internal” at the top right of your screen.
  4. Go into the game that you want to do this in, and execute the code above with ElevatedStudioPlugin permissions in Command Bar.
  5. 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.
14 Likes

How to get cyber bullied step one

3 Likes

this is amazing :sob::sob:
i for sure would never do this to a friend…

2 Likes

Thank you, never would’ve thought this existed… Hehe

4 Likes

You can always revert to an older copy

Actually Insane. Roblox’s Softwares are more unstable then I thought they were.

Interesting release. Will be trolling my friend 7ap with it. Thanks!

His own patcher is gonna get weaponized against him :sob:

1 Like

How do I run code on command bar with ElevatedStudioPlugin permissions? I can’t seem to achieve it

EDIT: nvm im just dumb