Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I get one single model out of a two different one, with the same name?

Asked by 6 years ago

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"
0
Rename the model...? Shawnyg 4330 — 6y
0
I do but it renames all of them, not just the clone. Unless you mean in general re name it, which would mess it up. TairaAkiko 26 — 6y

Answer this question