Easy desktop shortcuts for your games and subplaces

I have found out recently that there is a simple inspect element trick you can do on a places settings page. Its pretty easy to use, and convenient in the long run, as you don’t have to open a game on studio, go to asset manager, and click on the place you wanted to edit.

  • FIRST - Go to your place’s settings page on the creator hub:

  • SECOND - open up inspect element:

  • THIRD - Click the three dots next to your game’s name and click [Open in Studio]

image

  • FOURTH - Check back in your inspect element, and look for something like this, you may need to scroll in the source window to find the element.

image

  • FIFTH - Copy the text inside the “src” argument.

image

  • SIXTH - Go to your desktop and create a shortcut

image

  • SEVENTH - Paste the text into the input bar, and voila! After that, you should be able to customize the shortcut to your needs, like the name and the icon.

Unfortunately, i dont know how it works for mac, but its probably identical; just paste in the text into any shortcut input bar, and it should work.

Hope this helps!

13 Likes

I want to use this so badly but I cant find the src thingy :moyai:

It should be in an IFRAME container.

i think this belongs in #resources:community-tutorials

otherwise, nice find, this’ll be very useful

4 Likes

(removed video incase there was something bad in my inspect window)
where do i find it

scroll throughout the source container, aka this thing.

also be careful, dont just record your inspect element window

is it under the ‘hba-frame’ iframe in one of those srcs

OMG IM SO STUPID I JUST HAD TO CLICK ON IT
nooooooo-death

1 Like

This link should work. So you don’t have to do the whole inspect thing, just replace the IDs.
roblox-studio:1+task:EditPlace+placeId:PLACEID+universeId:UNIVERSEID

2 Likes

its a little harder for people to get the universe id, so this method is convenient for people who dont know all of that info

Oh wow this works great! Thank you so much. Saved me a lot of time as a developer!

Also, this should be under #resources:community-tutorials

1 Like

Ohhhh this is really cool!

I looked into doing this some time ago, and looked into the inspect element of the game’s page (not the settings), but I couldn’t find anything

Will definitely be using this