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

Help with Clone method?

Asked by 10 years ago
01local Officer = game.ReplicatedStorage.Characters.Officer
02 
03local Cloned = false
04 
05local Cops = {Officer}
06 
07HuntersSelected = {}
08 
09CopsSelected = {}
10 
11local SelcCop = nil
12 
13local SelcHunters = nil
14 
15function CopSelect()
View all 68 lines...

It clones the officer's children, but it doesn't clone it to the player.

Answer this question