Application Center

So I saw someone making an application center, (@saouvs Note: Cool UIs.) Check out their post here. and I wanted to try it out myself. (Not to best them, but to challenge myself)

I made all of the GUIs myself. (Hence the crappy UI design). It’s getting there. And I scripted all of it myself. I’m pretty happy about completing it. Because you know, ADHD isn’t helpful when scripting. :slight_smile:

I made sure it was customizable with a ModuleScript. One in the replicated storage to provide questions for the client, and one in the serverStorage within the Answer Checker. The main scripts (not the module scripts) consisted of around 200 lines of code. And guess what (achievement unlocked!): I didn’t use a single wait() or while loops. I only utilized :Wait() to make my code as extremely efficient as possible. Once I finish smoothing out everything, I plan on making it open sourced. So all of you friendly people can use it yourself. (With all the crappy UI included. :smirk:)

Feedback is greatly appreciated. (I’m aware of how bland the background looks.)

Also, try it out here:

2 Likes

You’re programming is absolutely stunning! & thanks for the credit.
The only thing I would change is that background, but you already said that anywho! Other than that, it’s absolutely amazing.

1 Like

Looks pretty good, I recommend making the background something like a blurred image of your game
so it doesn’t look so like empty and bland.

So I may have just figured out how UI Gradients work…

We have a new background!


I’ll tune it tomorrow to make it look better, but we’re on track. :slight_smile:

And published so you can check it out in game.

2 Likes

Looks bland still… I reccomend a blurred image of your game

1 Like

Error via script when testing.

Checking it out now. Thanks for letting me know.

1 Like

Fixed the bug. Testing adding more questions and stuff, and then I’m gonna work on the UIs more to make them nicer.