#How I save data?
1 messages · Page 1 of 1 (latest)
Use dynamic property
Did
How do I prevent this?
just do js if (world.getDynamicProperty('mutation') === undefined) world.setDynamicProperty('mutation', 0);
1 messages · Page 1 of 1 (latest)
I wanna save data so every time I join, the data will be as it was when I left.
Use dynamic property
Did
How do I prevent this?
just do js if (world.getDynamicProperty('mutation') === undefined) world.setDynamicProperty('mutation', 0);