How to change an NPC to the local player's avatar?

Oh ok that’s what I thought. Let me try getting rid of it

I noticed It created an R15 dummy instead of R6, that is a problem for my game

Any way to make it R6 instead?

It should copy your character exactly. Do you have an R15 character?

I do, but if someone else has R15 instead of R6 it will cause problems

Since my game is R6 at the moment

( It must stay as R6 as well )

You can force players to have R6 in your game with Game Settings > Avatar > Avatar Type to R6.

My original script would place the avatar into an R6 dummy

Would there be anyway to change that original script but make it so it changes into the Local player instead of that “When Player Added” function?

Unfortunately not. That was on the server and so it doesn’t have a concept of ‘Local Player’. You need something to run on the client, so it matches each individual player.

Oh I see. So it seems we will have to do mostly everything locally

1 Like

Thanks a bunch for the help so far, I think I’m going to take a break for now