how do i create a game creating system like retrostudio. I am trying to make a 2013 roblox revival on roblox like the retrodev community. Just trying to make users create games too.
I was trying to find someone to help me on discord but no one responded to me so I decided sharing it to the dev forum.
This question is too broad, please write what you are having trouble with.
I have trouble with creating a game create system in my game.
As ketrab said, this topic is very broad. You are probably on your own here- you’ll have to use your own scripting knowledge. You can ask on help on here, but we can’t help you make an entire game/system to create games.
Still, doing something like this would be extremely hard, you’d have to figure out some way to datastore literal games and make your own format for loading them, and loading the scripts in them. Plus many more things.
Well firstly make a camera and ux system like roblox studio’s (properties tab, output tab. Explorer tab etc) after finishing the interface, start scripting the fre camera mechanics and the modeling abilities. Then you make a scripting system (if people can code their games) you will have to be careful with how server is written.
You also need to make sure you get the 2013 feeling so watch a ton of YouTube videos on roblox gaming 2013 and implement them.
After all of this is done, make a server that works with the client code, and the data saving mechanics to save the game. You will probably need to know serialization to do data saving in building games.
This is how I would approach this problem
Good luck!
You should download the 2013 client for reference, but I think that communities like this and projects like this exist outside of Roblox on platforms such as novetus and austiblox.
I have the 2013 assets already thanks.