How to create a tag inside a part or cylinder?
What do you mean?
Something like this?
If so,
And dont forget to adornee the billboard
local tag = Instance.new(“BrickColorValue”, part)
Can this script work?
local part = game.Workspace:FindFirstChild("Part")
local brickColor = Instance.new("BrickColorValue")
brickColor.Parent = part
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.