I'm so bored at Studio, so I recreated studio

Hello guys,

So I was planning to recreated Roblox Studio in Roblox, like studio lite, but better

I’ve working on this project since yesterday and I’ve done the scripting support (scripts & local script), new UI and I want to recreate the Old UI for now


Credit to Studio Lite | Play on Roblox and https://devforum.roblox.com/t/roblox-studio-2016-replica-made-with-screen-guis/ for inspiring me

Please give me feedback or try to request a feature to the studio

Donate

Thank you
Any feedback is appreciated

10 Likes

Update 0.0.2

I just added scripting (commandbar) and simple building system

2 Likes

Can you make it so that we can save and publish?

Yea, I currently working on it

1 Like

You can use TeleportSerivce:SetTeleportGui and Teleport to the player’s place with your Roblox Studio GUI because it parents the GUI to the CoreGui but the only problem is that you have to make the teleport never finish and then you can use AssetService:SavePlaceAsync

2 Likes

Nice feature, let me add that tomorrow
Thx for the feedback

1 Like

If you’re adding scripting, I highly recommend that you make a security wrapper like I did. It prevents people from accessing things like the HttpService which can get your game banned. I may make the one I made open source soon. Wrap all instances in metatables so that people cannot access the real instances.

2 Likes

Thanks for the suggestion,

I currently working on it

now recreate, studio, in studio, in studio

2 Likes

lol

someone asked to do the same in tiktok

Yea, I wrap up global like game, and plugin and replace with a custom table in the interpreter

I used vLuau for this

I just created custom plugin inside my Roblox studio

1 Like

Update 0.0.3

  • Added ability to create custom plugins like
local toolbox = plugin:CreateToolbar("Test Plugin")

local button = toolbox:CreateButton("Action", "http://www.roblox.com/asset/?id=3159035998")
button.Clicked:Connect(function()
	print("Hello")
end)

I made the feature almost accurate like actual Roblox Studio and the user cannot make plugin using models, only single script for the plugin like this:
image


And if you tried to build a gui, you need to make it from scripting, for now, idk…

2 Likes

Add team create because Roblox is gonna make it so you need to be age verified

1 Like

have always wanted to do this, looks pretty neat

thanks for the appreciation, if i finished remaking the “new” ui, i will try to recreate the old ui!

1 Like

This is interesting and crazy! Nice job on recreating Roblox Studio in Roblox Studio!

Thx tho

I remade Roblox studio inside Roblox bcs I’m tired of the new roblox studio and I also bored back then

Btw this project originally created for my talent show project, but I think the project too complex for my school talent show and it’s not worth showing it tbh

1 Like

Update 0.0.4

  • Fixed some bugs with moving tools, when playtesting.
  • Fixing rotating system
  • I will try to port Btools into the project

Update 0.0.5

(sorry for quality lost :frowning: )