#Scoreboard animations, feedback required
1 messages · Page 1 of 1 (latest)
The design is similar to some FiveM scoreboards, so don't be surprised if it looks familiar
add a margin around those avatars
not a big fan of the slide-ins but i know some people are
also having it size-in every time without sizing out looks bad
id make the player lines anim in quicker
Alright thank you! I will make the changes tomorrow, its 5 am here i need sleep lmfao
looks like a tipical france scp rp scoreboard
Thank you
my only suggestion and it's totally personal preference but would be make the button hover effect expand from the middle instead of the left
i dont like this anim
its good for modals & dropdowns, not in case where you replace content
maybe something sliding for container contents would looks better
or if you like zoom animations, maybe something like this
local old = container.content
old:AlphaTo(0, 0.15)
old:ZoomTo(1.5, 0.15, function()
old:Remove()
end)
container.content = container.content:PushNewContent(steamid)
local new = container.content
new:SetAlpha(0)
new:AlphaTo(255, 0.2)
new:SetZoom(0)
new:ZoomTo(1, 0.2)
why fill is FFFFFF
when stroke is DFE2E5
never use real white & real black, DFE2E5 is good
i think you can place usergroup here
and also replace copying the steam id with something more compact like a neat icon
instead of steamids/rank, you can add buttons for quick interaction (call, dm, bring, goto)
i also suggest another layout
Wow, thanks for all the suggestions, I'll definitely get to work and edit and customize a few things. Thank you very much for the effort! This is very helpful for me. I keep this channel updated with the newer things
Alright, I tried the layout but it wasn't the best because when there are more players it's a bit weird when the player faction box stops the scroll panel, I added quick interactions and added your usergroup suggestion, I fixed the button colours (ig)
Still the thing with the steam id's and it should be fine :d
Ah and i removed the box show up anim
What map is that, it looks really cool!
Also I love the UI
It's a custom map that I didnt continued yet 
The ideas and motivation are missing
why? 😢
I can't just start Hammer and place 5 hallways, I'm too uncreative
u make scp rp?