Admin Panel Login Feedback

Hi!

Recently, I have been trying to get better with UI Design. This is my most recent creation. Any feedback on it?

4 Likes

2 things,

  1. Use a Plugin that makes your UI round it makes UI so easy
  2. Experiment with test.
2 Likes

It’s looks great!

a few Improvements:
Change the Welcome Text to something shorter
make the button less darker
and I think that’s it

Just make it secure :slightly_smiling_face:
you don’t need hacker banning everyone…

Good luck

2 Likes

Dont know if you saw, but
image
It is round.

1 Like

Theres a easier way to make it rounder.

It appears your using UICorner. Correct?

2 Likes

Is

local input = script.Parent.TextBox.Text
if input == 1 then
	script.Parent.InputValid.Visible = true
	script.Parent.InputValid.TextColor3 = Color3.fromRGB(98, 255, 71)
	wait (3)
	script.Parent.Parent.Visible = false
	script.Parent.Parent.Parent.AdminMain.Visible = true
else
	script.Parent.Parent.Visible = true
	script.Parent.Parent.Parent.AdminMain.Visible = false
	
end

secure? (1 is so i dont leak my code to all of the forum)

1 Like

What I use. It unlocks a whole new level of deving.

DevForum Post with all the Info:

2 Likes

DM me I will help you from there…

1 Like

Is this going to be a model for sale or something like that? I could really use this… If not then thats cool.

Feedback:
It looks nice I like the dark greyish gradient and dark colors. Maybe experiment with different fonts and text styles.
Other than that I like it!

1 Like

Thanks! It’s going to be a private project. I could sell it, though.

2 Likes

You don’t have to use an plugin that makes ui round, UICorners are easier and better!

1 Like