Why is the color of the name not red? its white
CustomTags = {
UserIds = { – [UserId] = {Name = TagName, Color = TagColor, Animation = AnimationName or nil}
[1879237396] = {Name = "Owner", Color = Color3.fromRGB(255), Animation = "Golden"} -- Example
},
Group = { -- [GroupId] = {[RankId] = {Name = TagName, Color = TagColor, Animation = AnimationName or nil}}
--[10588814] = { -- Example
--[255] = {Name = "DEV", Color = Color3.fromRGB(255, 255, 255), Animation = "Golden"}
--}
}
},
vParkuu
(_)
March 8, 2025, 11:14pm
#63
When you pass in only one argument for color constructor, it uses that argument for all parameters, Color3.fromRGB(255) = Color3.fromRGB(255, 255, 255)
1 Like
And how can I add a gradient to this?
AamTum
(AamTum)
March 9, 2025, 12:41am
#65
how do i fix the ld ui on mobile, it looks like the right side has no gap at all, how do i make it more spaced
MiniDevFR
(MiniDev)
March 9, 2025, 9:36am
#66
To add a Gradient/animation to this, you just have to add an Animation to this, all animations are in the Animations folder (right now all animations are just gradients but you can create your own)
MiniDevFR
(MiniDev)
March 9, 2025, 9:40am
#67
by default it’s spaced out?
maybe you can edit the settings in the UI?
AamTum
(AamTum)
March 9, 2025, 10:59am
#68
No I meant the text it’s almost out of the gui
MiniDevFR
(MiniDev)
March 9, 2025, 7:58pm
#69
can you show a full screen of the UI + explain, and what mobile have you used?