So I was making new game and when I created team and put there item it wasnt showing in game and in game test. Im doing something wrong or there is other problem? Im thanks for answers(Idk what category choose)
3 Likes
You need to make a script where it clones the items and parents it to the player’s Backpack.
I’d recommend searching something on the toolbox like, Team Items. Or something like that.
I don’t have the code with me, so that’s your best bet.
: 3
Roblox currently does not make it so dragging tools into a team makes them automatically spawn with them. You will have to make a script for this, by cloning the tool to players on that team or search for one in the toolbox.