#why this wont work??
1 messages · Page 1 of 1 (latest)
There’s no banPlayer function in the code
line 11?
I don’t even know where line 11 is
Maybe here?
btw i fixxed already the problem
Okay
but i hav e1 problem left
const dimension = player.dimension`````` output ==> [object Object]
The dimension is an object, you need to stringify it
okay
JSON.stringify()
tyvm guys
np