comments of the plug in just to clarify
Yes, if your talking about making your corners smooth the button could look really nice and it would be easier to make shadows, if your finding this offensive in any way im sorry, im not sure how to put it
I made this remake for an idea. (if you want you can have the file to go off of.)
Just simple things like color consistency that is good.
that honestly looks amazing and 100% better then what i have at the moment, what font did you use for the title?
It’s called “Bangers.” Also for the record, I used SourceSans for the other fonts.
i like the idea of the color consistency, i only use the white at the bottom because i have been having trouble importing the avatar images as png, therefore they currently have a white background so to make it match more i just made the frame white, do you know how to import a image into roblox as png?
There’s an easier way to do that.
Use :GetUserThumbnailAsync
So with a local script in the image insert this code:
local players = game:GetService("Players")
local userId = --The User ID of the person you want it to show
local imageLabel.Image = Players:GetUserThumbnailAsync(userId, Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size420x420)
Haven’t tried this so it may not work but you can try it
didn’t work, (most likely due to my lack of script knowledge)
some how no matter how small a script is i come across some error or it straight up doesnt work
Awesome. One thing, maybe add a bit of distance from the “Hood Streets 2” and the “Play” button. Also, again, make the bottom bar thing a little lighter of a black when you can get that ThumbnailAsync thing to work.