#Need help wooden boards!
11 messages · Page 1 of 1 (latest)
you can make an axe then make it so when the axe collides with the boards they get unanchored and they don't have collision
im new to scripting so not helping with that but i would think of something along the lines of :
welding the boards and grouping them, and everytime you click, one random board unwelds(falls)
until all of them falll
search how to make health bar
for the health, everytime you click/a board falls, make 100 divided by the number of boards with that
every click removes that said number from the total 100
Hope this guides you!
A hint with this is to use rounding (math.floor / math.ceil )