So I ran into a problem, I need to make boxes with random loot in my game
Toxic
December 3, 2024, 11:56am
2
Use a button, and when button pressed trigger a trigger. In the blocks when triggered:
broadcast message on channel random number 1-5. On 1: item granter grants a gadget different from 2 or 3 or 4 or 5.
good idea but i wait for more answers
anyway thanks @Toxic
Slim
December 3, 2024, 12:38pm
5
Hi.
Have you seen this guide?
This is gonna be a complicated guide, it is heavily block code, it’s a bit confusing if you’re not used to so much block codey guides
Hello! So welcome to my guide! I am currently developing a Fortnite map, and with every map, needs randomized chest like the real thing, but it’s pretty difficult to do. So I thought I would make a guide to help others out if they needed help with making a randomized chest system! Lots of credits to @Foxy because she helped so much when I was trying to make my ow…