So I have a question developers. I’m currently trying to make a one player tutorial. So essentially I would only want 1 player to be in that tutorial region and do the tutorial. Since it involves killing a NPC. But there is a problem: if there are 2 players who are new and need to go through the tutorial how would I make this work since there is only one tutorial area they can go to. Thanks in advance!
So you can use only one zone for this, once the tutorial begins, send a remote to tell the server to turn all players invisible through LocalScript. Or just do it locally. Then, set everything inside the zone to be local. So when the new player is killing NPCs, other players won’t see it and they will still have their own tutorial.
Would they still be able to damage other players or not? Also another question attacks are server sided so if the npc did die that would result in the npc disappearing of the server?
Probably, I would create a separate function for the tutorial purposes though, since it can take only up to 5 - 10 mins. Creating a new function just for this should be a good approach. If you are creating a damage function that only do damage to dummy, then the real player won’t be affected.
Alright ill try this and see what I can do thanks!
Use a local script, to handle everything locally since exploiting a tutorial doesn’t matter at all, or go ahead and teleport them to a separate universe that contains the tutorial.