Hello, uh… I was making a Mining game and I… Failed, so I made the game Open To Everyone for Download/Edit
There is Things you have to know
You need to have a ORESPAWNAREA
For Sizes:
if i remember right:
5 is 0th Depth
6 is after 0th Depth
You can change these to make even bigger mining system
Also if you want to make UnMineable Blocks for players to not get outside area:
This is math.abs(x) < 4 and math.abs(z) < 4
This is math.abs(x) < 3 and math.abs(z) < 3
I think I didn’t skip anything so there shouldn’t be any problem (if there are any probably profileservice)
oh and also NPCs also levitate but with animation, i don’t think it will work for others since animations inside group.
I wish you guys make better Mining game!
EDIT: I was going to Only release it SpawnBlocks and Damage part but i couldn’t seperate all the stuff and can’t deal with all the errors if i try to seperate them all