I saw the add on that saves and load items,so I was hoping I could get a script i've wanted for a whle:When you die and respawn you have the same tools.Basicly modify that item save event script for ssave on death and load on spawn.Please make it!
Onplayerdeath
use these following events on the spawn brick for item save:Onplayertouch>saveitemsONplayerdeath>itemloador something like that
You just described what a minigame does.
But what if you gain weapons a certain way, so not everyone has the same weapons? Then it doesn't work like that.
YOu can use variables. Make a brick right infront of of a spawn: onplayertouch > self > Ifvariable Gun = TrueVariableTrue > Player > AddItem. And so on.