Started by
Azure21
on
Topic category: Help with MCreator software
So, Im making a level up system using global map variables and I wonder if it's one value for each players or each players got their own value of the global map variable.
Global map is a variable that stays the same for everyone in the world. You should either use player persistent variables or scoreboards of you want a variable for a specific player.