It works thanks
... it doesn't work. :S i just forgot to disable the old slower code. i still get weird numbers. i used
wait i got it working i had to use BlockArea:GetRelBlockType.
... it doesn't work. :S i just forgot to disable the old slower code. i still get weird numbers. i used
print( "Type: " .. BlockArea:GetBlockType( X, Y, Z ) ) print( "Meta: " .. BlockArea:GetBlockMeta( X, Y, Z ) )in the for-loop and i got this in a 1x4 selection:
Code:
Type: 0
Meta: 0
Type: 75
Meta: 25
Type: 139
Meta: 139
Type: 178
Meta: 178
wait i got it working i had to use BlockArea:GetRelBlockType.