Open ReworldDevs opened 5 years ago
**Note: some of the problems expressed here have been noted by us previously in the GitHub
The first issue is the default player GUI issue. I assume that there is some script running in the background that the users can't see, which is attempting to access those default GUI objects. If the default GUIs are deleted then the script no longer runs, which makes the game stop working. I think a good solution, for this problem and for a slew of other problems too, is to make all of the script transparent to the user. Users can access all of the scripts, so they can solve problems like this.
Another thing we should implement is a better autosave, or even explicit version control system. The user mentions this, and it would be much easier to recover from a big problem when using the engine.
"There are several default UiPanels in the StarterUI folder, that seems to mess up Avatar controls and camera setup when deleted. Avatar can no longer move and camera spawns in really far away and can't be dragged. Is this because Avatar and camera function are tied to the UiPanels? Or is there some script that depends on the UiPanels and can't run if they are gone? So far I have been dragging them off screen to hid them, but it would be much easier if the default panels can be deleted."
OperaBayToday at 3:25 AM
"Yea sure, my main issue with the editor is that if you delete anything in the player’s GUI, the player won’t spawn anymore Unless you save before that happens that is Easy fix for this is add a reset player button so that if the maker accidentally delete one of the GUIs from the player tab, they can get everything back with the button Another problem is the explorer tab ( it shows what objects are in the scene) for some reason, if you have too many objects in the tab and when you scroll down to found a certain object, the whole studio gets laggy I’ve never played or used roblox but I’ve seen Robles editor and it looks almost the same so there is a lot of ways to improve your software Anyway, another problem with the editor is the scripting console. Sometimes it doesn’t show any problems with the script even if the script have some issues Another problem but it could be me but when you place to objects just close enough, the player can climb for some reason That’s all the problems You should add a import button for editors to import custom meshes and models, that will be cool. Music button to add music but not custom music because copyright stuff."