I am making a game and a feature I want to implement is that you can break rocks/stone and get dynamic stone which you can sell but I can’t figure out how to make it so the rocks drop the dynamic stone (the rocks are also props), and I also want to make it so that the stone respawns after some time like in apocalypse.
Wire an item granter (item granter grants dynamic stone) to the rock. When Rock destroyed —> Grant Item
1 Like
lemme try that and see if it works
It works but I want the rocks to also respawn:/
Unfortunately, once a prop has been destroyed it cannot be respawned in any way. At best, you could try instead of destroying the prop, you could use an invisible button that, once clicked, “mines” the rock and grants you stone.
1 Like
Ok i guess thats the closest solution to my problem
2 Likes
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.