Jump to content

[SOLVED]Script for checking what build the player is using?


Recommended Posts

I know there's a HasTag command to check if a player has a certain tag, but is there a equivalent for checking what build the player is currently using?

Would it be something like:

inst.AnimState:GetBuild = "playerbuild"?

Edited by Scrumch
Link to comment
Share on other sites

44 minutes ago, Scrumch said:

I know there's a HasTag command to check if a player has a certain tag, but is there a equivalent for checking what build the player is currently using?

Would it be something like:

inst.AnimState:GetBuild = "playerbuild"?

Yup! You got it right, You can run inst.AnimState:GetBuild() to get the current build the entity is using!

  • Thanks 1
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...