Jump to content

[SOLVED] Getting Current Tag of Player


Recommended Posts

Hello guys I am trying to find out if there is a way to get the current tag of a player.  I have really only seen it in comparison situations like :HasTag.  What I am looking for is something like 

local curTag = ThePlayer:GetTag()

Anything like this would be great thanks!!!

Edited by Silisiban
Link to comment
Share on other sites

11 hours ago, Silisiban said:

Hello guys I am trying to find out if there is a way to get the current tag of a player

The player has more than 10 tags at a time. Full list you can get with parsing the result of:

inst.entity:GetDebugString()

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...