What features do you want Roblox to add in Roblox game development? Here is my opinion: I wish Roblox will make DatastoreService be able to save instances like DataPersistance!
You can use comments to tell your wish!
@CStarLam i wish roblox could finally release 100 person servers to the public after 1 year of testing
@Spongocardo said in Wishes to Roblox (Basically ideas/features that you wish Roblox would add):
Technically not game development, but I wish they were able to fix the god-awful ping issues. I've tried everything on my end but I still get really high ping on a lot of servers. (~1-2k ms).
That kind of ping is not normal. I get around 200ms but 1~2k is a lot and would indicate that there is a problem on your end.
@OldPalHappy Like, whenever I forget to move tab out of the way, whenever I play it in studio, it fits on screen. In a server, that's a different story. Maybe that's just because of my monitor screen size.
And a easier way to like resize or position them would be nice.
@JohnTUnderwood This only happens because you don't know how to use GUIs properly. There's a scale factor and an offset to GUIs. If you want GUIs to contour to different screen sizes, use scale.
And as for the ease of making GUIs, it's about as easy as it's going to get. You can use plugins, but then you lose accuracy in how they're made.
@Spongocardo I wish for that as well! That way, the guis will be much more easier to be made beautiful!
@kingdom5 From what I know, ROBLOX limits the color of bricks to a palate to try to make sure it's compatible with many computers of varying power. No idea why that's related, but ok. As it stands, I think you can pass a Color3 to a BrickColor and it will choose the closest color available.
@GoldenPhysics True. But it is not the EXACT color though, so it somehow lacks variety for me. However, I agree with you. The palette of BrickColors have already fulfilled what I wanna build for my place.
@GoldenPhysics There are other ways to achieve the same effect of brickColors, though. For instance, you could use a surfaceGui on a part and give it an exact Color3 color. I think there are even better ways as well, but that's an example.