i was following a alvinblox video and he was making a little dice demonstration but when i run the code instead of one block falling then wait 2 second then the second block falling, both blocks fall at the same time
maybe its because of the spaces? that shouldn’t matter tho… @EnigmaticDevil has a good solution, nothing is wrong with your script, are you have been getting errors in the output?
Try increasing the wait() to wait(5) instead? And you should check if the Anchored property it set to true on both Dice parts as @EnigmaticDevil mentioned