I am making a royale game and once the round is finished and there is a winner I want to make a short video of the winner like holding a trophy and dancing or something like that. I have found a couple of tutorials showing how to just make a regular cutscene but I haven’t been able to find one where I can substitute the winner’s character into the cutscene. Does anyone know some tutorials that can show me how to do something like this or maybe have some ideas on how I could do this.
1 Like
NPC:ApplyDescription(Players:GetHumanoidDescriptionFromUserId(InsertPlayerUserIdHere)
This will make an NPC or Dummy in this case turn into the player’s character, it will look exactly the same.
1 Like