Worker card on player's torso

Hi yall, im working for a working game.
I want to do a worker card like photo below. (I can do the textlabel and player name script, but i couldn’t do positioning the worker card to player’s torso.

use a weld with a predefined CFrame and weld the card to the torso, use a weld plugin to weld it to your test rig and get the C0 of weld

1 Like

What will I do when i get the C0 of weld?

when a player spawns, clone the card and weld it to the torso and put the weld’s C0 created by the script to whatever your C0 is

Here’s the documentation for a weld.
You’ll see the description of the C0 and C1 properties as offsets.
If you weld the torso and nametag without the offset then the card will be welded to the center of the Torso, not the chest.