The items are no longer just left out, I couldn’t get the full map so I just kept this picture. I don’t need anymore rng system ideas, I just need ideas like props, admin stuff, anything like that.
Please don’t take offense, but honestly, I click out of games when I see they have the gadgets all laid out somewhere and the rarity for every single one is legendary. Soo drops down on knees and starts crying/pleading PLEASE maybe consider making some randomized loot crates
In my book epic battles are fights that actually require skill and not an OP gadget and an auto-clicker but uh cough cough ahem anywho
I may do that, but you can’t really get out of the map unless you are the host, and there isn’t any room. And, it is so the gadgets are powerful, not like 1 hp per hit or anything like that, because that doesn’t work well for epic battles.
Oh, sorry, I’m just used to crates being big, to be kinda realistic. But I still will think about it though. Also, I mean that I was thinking about adding sentries to prevent spawn K.O.ing, or just to grind. Also, could you send me a link to a rng system, so I can start working on it.
Um assuming rng means random number generator which then means random loot crates, I can’t send you a link to a guide because I don’t know of any where they have fixed the pictures BUT here you go…?
Basically, the trigger will run the block code when you press a button. It will then pick a random number, in this case a number 1-3, and then the number it picks will then broadcast on a channel. You will have item granters receive on the same channels that the trigger broadcasts on. And tada random item.
When the trigger triggers you need to disable the button so it can’t be pressed multiple times, or just make a timer so the button can reset and be pressed again after 20 seconds.
Maybe put all the spawners in random spots in the sky so it looks like you’re dropping into the arena. (Make sure the spawners are above the map. You don’t want anyone landing out of bounds).
Sorry for the late reply, I was out.
What do you mean by, “could you get me a little more”? Do you mean like more gadgets to make random or something else?
If you’re adding on to your block code, I was reminded of a better way to randomize stuff
@ShadowDragon44 I believe he is saying that if you could explain more on how to make it randomize the loot because he is using the “when prop is destroyed” function.
@Ayden1 If what I said is correct, then you just have to have the randomized loot generator in the block code activate on the channel the prop transmits when it is destroyed. I know that linking that to a trigger works really well.
And your item granters will receive on channels like “item1”, “item2”, “item3”, etc etc.
It’s simple, and now I think you could have ALL the gadgets you wanted without worrying about a block code limit in your trigger :> [1]
I have always wondered how Gimkit code works like that -_-. I know how it works, but the channel values being affected by a number next to the channel name is a bit weird.