Tag part, Cylinder

How to create a tag inside a part or cylinder?

What do you mean?

Something like this?

image
If so,
image
And dont forget to adornee the billboard
image

local tag = Instance.new(“BrickColorValue”, part)

Can this script work?

local part = game.Workspace:FindFirstChild("Part")


local brickColor = Instance.new("BrickColorValue")
brickColor.Parent = part

image

What are you trying to acheive?

To do a hit script with a ball, for example if a person from team 1 takes the ball out, the touch and for team 2, then the reverse.