So I’m making a map that has chests, and I want the loot to be random. How do I do that?
VALUEX
August 15, 2024, 12:19pm
2
You can:
You place down a trigger.
Go into block code and make it like this but as many randomizing functions as needed. (add or subtract options as needed)
[image]
Here you go, just have what you need to happen be based off the broadcast signal. And if you do need it repeated then make the last randomizer in the cycle transmit to trigger the first randomizer in the cycle(for fnaf? having continuous attack cycle of leave restart cycle of approaching the office). If it isn’t working or ya want me to p…
Also make sure to search up your question before asking it, thank you!
2 Likes
All the guides have coding in them
(I’m so bad at coding)
VALUEX
August 15, 2024, 12:22pm
5
It might be in that guide because it references a lot of randomizers, so you can go through them to see if one that meets your needs exists, but if not, I’ll be finding a way right now…
VALUEX
August 15, 2024, 12:23pm
6
If you continue to practice code by following guides I’m sure you’ll be able to be better at it!
3 Likes
Ok, I’ll look at some coding guides. Bye now
2 Likes
Slim
August 15, 2024, 12:34pm
8
Welcome Back!
@TheOUTFOXER I don’t think there is a way to create a randomizer without coding. As VALUEX said, just practice!
1 Like
Hey welcome back VALUEX!
btw @TheOUTFOXER , there isn’t really a way to do a randomizer without code. there’s many guides, but the easiest is probably the one already linked above. HOWEVER, if you want to try mine then sure :D
So, I have taken my time to make my own RNG game, and today I’m going to show you how I made it. After lots of help posts (five to be exact), I can actually make this guide now.
This guide is a work in progress, since I’m still trying to figure out how to display auras and make an aura storage.
Of course, I would have never done this if it wasn’t for Sol’s RNG, an experience on Roblox. If you’ve never heard of it, and never tried it out, you can check it out here:
Credits <a href="ht…
2 Likes
joe
August 15, 2024, 1:45pm
10
It has to be with blocks, but follow this
What you need:
1 Trigger Visible in-game: No (Unless you’re using the trigger as the chest)
Trigger by player collection: No (Unless you’re using the trigger as the chest)
Blocks:
<svg class="fa d-icon d-icon-unlink svg-icon" aria-hidden="true"><use href="#unlink"></use></svg>
(I got this from the guide NoNoWahoo sent)
85 Item Granters Item to grant: Each item for each Item Granter
Grant item when receiving on: Whatever the item is for ea…