What do you want to achieve? An NPC line system where after serving the first NPC in the line, all the other NPC’s move forward and you can serve the next one.
I already have a majority of the system done, such as spawning the NPC, but I am wondering how I should handle which place the NPCs are in and changing them, as the current system I have is very buggy. Should I make the NPC’s position int values in ReplicatedStorage, or a variable stored in a script? Let me know how you would go about this, thanks!