Player Spawning In NPC

Hello, I have a problem where when the game starts, the player will spawn inside of an npc, the npc is doing an animation

  1. What do you want to achieve? I want to have it so you DONT spawn inside of the npc

  2. What is the issue? The player spawns inside of the npc for a second, then its just normal after, but I want that fixed

  3. What solutions have you thought of so far? I have looked on the devforum, youtube and I tried to put in a loading screen, nil results

You can ask me for any extra info

Thanks for reading

¿Are you using a StarterCharacter?

umm, idk what that is, I used Already pros avatar inserter for the npcs

but here is the animation script

local animation = script:WaitForChild(‘Dance’)

local humanoid = script.Parent:WaitForChild(‘Humanoid’)

local dance = humanoid:LoadAnimation(animation)

dance:play()

dance.Looped = true