Started by
Obichni_Chelovek
on
Topic category: Troubleshooting, bugs, and solutions
I made coin bag, when you open it's GUI it should do that:
if random(0,1) < 0,5 play sound1, else if random(0,1) > 0,5 play sound2, else play sound3.
But instead of doing that it just plays all of them, why? Am I doing something wrong?
Edited by Obichni_Chelovek on Mon, 07/05/2021 - 17:31
Add client side check before all.
Thank you very much, idk how but that worked <3