PlayersListPlus v1 | Better / Custom Players List

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"}
		--}

	}
},

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?

image
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

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)

by default it’s spaced out?


maybe you can edit the settings in the UI?

No I meant the text it’s almost out of the gui

can you show a full screen of the UI + explain, and what mobile have you used?