Player's tag module script

Hello guys,
I have made a simple module script that will allow you to give tags from one simple function. I was thinking to add more customization to the function like colors, sizes, font.

The first parameter will be the tag you want to spawn. The second parameter will be the Instance you want the tag to be spawned on. The third parameter will be the amount of delay. The forth parameter will be the position that the tag will be. There is, Top, Center, Butttom.

Syntex

moduleScript:giveTag(--Your tag, Instance, Delay, Position)

Screenshot 2024-02-22 200842

Tag position at the Top
Screenshot 2024-02-22 200856

Tag position at the Center
Screenshot 2024-02-22 201007

Tag position at the Buttom
Screenshot 2024-02-22 200932

2 Likes

I recommend disabling ClipDescendants as it chops the stroke

Hi. Thanks I didn’t that would be useful for this. I will continue to work on this module script. I am planning to add more features like when a tag name returns nil, it will send a output message instead of erroring out the game or the script.