|
| 15 Jan 2014 06:15 PM |
I want to create something that can be mined by a pickaxe, once mind the blocks can be picked up by being clicked Once the block has been clicked it will disappear and it will add 1 to 'Rock' in the leader-board.
My struggle mostly is this
Mine -Value (Value is = to 30, ths is the mines health) -MoreBricks
Pickaxe -Weld Script -Script(Don't know if it should be local or just script) -Handle
I have attempted to create it so that the once the pickaxe touches the Mine it displays the mines health then once the tool is activated it takes away a certain amount from the value but... I am having slightly troubles understand how do to such a thing.
|
|
|
| Report Abuse |
|
|
| 15 Jan 2014 06:58 PM |
tool MouseButton1Down event(if thats the right event? i dont make tools) if mouse.Target.Name == w/e value stuff
Pretty simple. :\ We don't make things for you. |
|
|
| Report Abuse |
|