It’s a little hard to see what is going on since it’s so zoomed in, could I see it as it would be if it was in a normal game?
Also, the circle with the pixel art coin symbol is too close to the bottom so it looks off-center.
What’s the dark gray line at the borrom for? I think this is the cause of the issue there.
It’s a little big and “in-your-face”, make it a little smaller, I also feel like it’d fit in more in the bottom left hand corner.
TODO list:
- Remove the rounded dark gray box at the bottom.
- Make everything alligned vertically.
- Make the box smaller
- Move the box to the bottom left.
I have been working on a main menu based off of ‘Tom Clancy’s The Division 2’, I made it completely in Roblox Studio, and plan to use it for an SCP game.
https://gyazo.com/20c167e6f3b1c419af614533fff46270
I am also making different UI’s with the same theme, such as the player list you can see in the top right.
I would appreciate any feedback or recommendations you have on my post here.
How were you able to get that affect with the camera focusing where the mouse is with the tween?
I unintentionally created a feel similar to Windows 10 when I built this full-screen UI, so then I made all the bars and panels transparent.
UI Style: Cartoony glass?
Programs Used: Roblox Studio
Pictures:
Probably storing a cframe, and getting the mouse’s position each frame and then performing this
local starterCF = CFrame.new(0,0,0)
local mousePos = Vector2.new(100,50)
cam.CFrame = startCF * CFrame.FromEulerAnglesXYZ(mousePos.X / 10, mousePos.Y / 10) -- 10 is just a smoothing number which would have to be changed
Contrast issue.
It’s just a concept and the colors aren’t right. It was mostly to test how much I could do with tweening.
Based on an iPhone X with different button placement and a custom Apple logo (Roblox logo with a bite out of it). Yes, I know Rople doesn’t sound that good. : )
Don’t copy pls
Here’s an update on the support items inventory.
Don’t forget the iconic iPhone X notch.
the new update added UI gradients!
doesn’t look nice but it demonstrates it ok.
Click here for the release notes.
It isn’t supposed to be a copy but thank you for the suggestion
The indicator is useless, you can just do something like bold-ing the textlabel.
That looks epic! Are you going to make a tutorial at some point?
Maybe, it’s just tweening and rippling.