I need someone to help me here so I can copy the Build Mode's tools into the starter pack. Any ideas?
I believe there is a personal StarterGear for each player. Check the contents of the player under the Players menu, and tell me what you find.
Sounds kind of like Person299's startertools/plr command, I think heres what you do;
--Sorry if this wasn't what you are talking about c=game:service("Players"):FindFirstChild("PLAYER") if c~=nil then for i=1,#c do if c[i].Name=="Backpack"then ci=c[i]:Clone() ci.Parent=game:service("StarterPack") end end end