Ok so I know recently there was one that just got posted but I don’t think it does what mine does so basically in roblox bedwars the item droppers just spawn stuff even when you’re not there but you can still camp unlike the other guide which no offense bardy doesn’t allow you to do that so yeah, let’s get in.
Materials Needed
You need a property, zone, 2 repeaters, lifecycle, wire repeater, trigger, counter, and item granter
Lifecycle
You just need to make the device listen for Game Start and for it to broadcast Game Start. Easy
Repeater #1
Choose one of your repeaters and make it start repeating on Game Start. Then, make it so when task occurs you broadcast whatever you want in my case, I’m making an iron generator so I’m broadcasting Add Iron Possible. You can make it wait for however long you want but I’m putting mine as 1 second, also make it stop on receiving channel and put nothing for the channel
Repeater #2
Make the repeater start on Repeatedly Zone and make it so that when task occurs, you broadcast Give Iron make the wait 0.5 second. Then, make it stop when receiving Reset.
Trigger
Make it so that it triggers when receiving Add Iron Possible and make it not visible and not able to be triggered when touching player.
Make a block and put this:
Wire Repeater
Make it connect to the #2 repeater and make it when wire repeater receives a pulse reset counter. Also make the delay 0.1 seconds. I don’t think you need a picture for this one sooooo next one!
Counter
Make the counter start at 0 and increment counter when receiving Add Iron Possible make the counter visible or not visible your choice
Go to the Property section and make it connect with your current property so go into property and quickly name it
Item Granter
ALMOST FINISHED! Make the item granter grant whatever item you want but set the number amount to 0 and make it so it has no channel. Next, go and make a block and make it so when it receives on channel, it does the block or… yea. Go into the block and make this:
You’re done, that’s it I’m pretty sure I’ve included everything so yay!
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11