if msg:lower():sub(1,8) == "removesp" then for i,v in pairs(game.StarterPack:GetChildren()) do v:Destroy() end end
I have a Kohl's Admin v2 and then I added this into the script. The Goal is to remove the every Child in the StarterPack but I doesn't work.
Looking at all of Kohl's commands, I recommend just simply doing this:
if msg:lower():sub(1,9) == "removesp " then for i,v in pairs(game.StarterPack:GetChildren()) do v:Destroy() end end
If that doesn't work, you can ask around or something of the sort.