Help with a specific "Explorer" in my game

Im trying to make a character like Chance from forsaken but idk how to make a coin flip have a chance of heads or tails.

Use a checker. If the check passes, that’s heads. If it doesn’t, it’s tails.

But i need it to be random 50% 50%

hmmmm. Let me test something in game.

Question, what devices are you already using for the coin flip device? (If any)

I was using an overlay cuz i had a feeling this would use block code

Actually, you don’t need block code! Check out this guide: A Randomizer... With No Blocks! 🤯
Sadly, there’s no pictures… but it’s the only one of it’s kind. If you need help understanding just comment which part you’re confused on.

2 Likes

So uuu this is for game start… i need it to only happen for one player and when the player wants it to happen

Hold on now I’m confused. You said it’s for game start, but then it’s for only when the player wants it to happen. Those two statements conflict. Help my brain please.

No the guide if for when the game starts and i dont want that

You could do I block code of (not sure on what device) but:
Random number 1-x (your case 2) and if 1, send channel, if 2, send a different channel

Nonononono. It starts on game start. But it keeps running. When they use it, just retrieve what the property is, 1 is heads, 0 is tails.

oh…

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.