I have two models in replicated storage with the same name, when my script fires it uses both models instead of just a single one, how do I make it one model only?
game.ReplicatedStorage:FindFirstChild("StarterCharacter"):clone() game.ReplicatedStorage:FindFirstChild("StarterCharacter").Name = playid game.ReplicatedStorage[playid].Parent = game.StarterPlayer game.StarterPlayer[playid].Name = "StarterCharacter"