how can i make it so a player gets an item when they spawn in?
Go to starting inventory in devices, then set it to the item you want.
It will work for all players and is automatic at the start of the game.
It works for gadgets and items!
use starting inventory
you can use an item granter
It’s easier to use the starting inventory device, because that automatically spawns the item in with he player in their hotbar.
the starting inventory device lets you set items to spawn in the player’s inventory when the game starts
Also, welcome to the forums
it asks for an item when spawning, for Item Granter you need to perform an action like pressing a button, pressing a trigger, or using a zone
how can i make it when you get knocked out you get an item
Place a lifecycle, and set it to when player is knocked out. Then, have it transmit on a channel when player is knocked out. Place an item granter and have it give a player an item on the channel from the lifecycle.
This is similar to what you just asked:
you need these 2 items as in the photo.
then connect the wires like this:
don’t forget to choose what you want to choose after knockout
how can i make it so when someone gets knocked out they lose items in inventory
go to map settings then items
Place a knockout manager, and have it remove the player’s inventory by transmitting on a channel to an item granter. The above solution (Fwa) is a lot more memory efficient then this though, so I’d stick with that.
You can mark a solution by pressing the check box under the reply that helped solve your problem.