td-tags is a script intended to highlight players, in events or just when they’re chilling. The tags over head scripts lets you set permissions by groups or for specific users. They can use limited tags, limited colors or just do it freely if they have the permission for it. You can use this to distinguish your VIPs from normal people, or just creating teams under an event.
It has no dependancies. Works with OneSync
Editable files
It comes with a config.lua and also functions.lua (for client).
Well, you’re right. I took a look on each of those scripts, and none of them are as optimized as the script that I made. They only have 1 thread with 1ms sleep checking for each player if contains a tag.
But it’s always good to know that there are some free scripts.
relisoft_tag is very well optimized… like you have nothing to optimize there. And compare to how old is relisoft… it’s good only thing you need to do is sleep thread… and you do not even need to do this just use idk while isTagOn do for thread… there is nothing what else you can optimize
And want 10$ for that simple script is shame sorry.
Well, that’s why I make scripts and set the price.
You think that is only a while true and sleep on a thread, and nothing is more far away than that. If you fill a table with 100 player tags and you get close to only 1 guy, 100 tags will be loading anyway.
My script only loads tags from near people, optimizing all those junk “iterations” in the code.
Thanks for helping me much better than the paid one, I’ve gained this programming knowledge so I can build it more realistically, and I’ll be looking at your comments below for super tips like the free ones here!!