Knife Skin Shop

Hello, I am working on a game a fighting game and I’m wondering how I could make it so the knife skin would appear at the start of the match.
I already have the texture decal code, so I just need to know how to make it change at the start of the match!
Thanks, EruptionGames.

Edit: I look everywhere on google and could not find it.

2 Likes

Google is not going to help you in this scenario because what you’re asking for is a very specific use case. You will find substance for how to change textures but not how to apply them at a certain point in the game.

Really it’s just as simple as applying the texture before the round starts, no? Before giving the knife, apply the texture ID to the knife, give it then start the round.

1 Like

Thanks for the answer! Will try that.