Studio detection

Hello!

I’m trying to make a system which detects if the player has Roblox Studio installed.

I’ve tried to use rbxasset://Studio(something)/(image).png because I think some files are operating system specific, but, when I try on my phone, it still shows the image, thus, making that system useless.

If anyone can help, I would be very grateful!

I don’t know how to do that. However, you can do RunService:IsStudio() to get if the script is running in Studio.

1 Like

Thank you for your help!

That alsohelps, because I’m also trying to make a system of feedback that only works in game. Now, the rest is still needed, so, (another time) thanks for your help.

Now, just need to detect if they hae it installed. Maybe Support can help?

rbxasset://studio_svg_textures/Shared/Scripting/Light/Standard/ClientRunContext.png ? if that doesn’t work then idk what will

1 Like

It actually worked! :pray:

1 Like