Hey everyone ! I’m scripting a little script to make PilesOfLeaves appear around a place. I made a rarity selecter (for the rarity of each pile) in a Module script. I’m just trying to return the chosenPile but I’m facing a strange error
This is my script:
and this is the errormessage:
currentPilesNumber.Value =/= currentPilesNumber
You’ve put: currentPilesNumber < maxPiles
currentPilesNumber < maxPiles
instead of:
currentPilesNumber.Value < maxPiles
Thx you very much for your help! My head is in the space haha ^^ Sorry for this obvious error !