Hello, I made a post yesterday asking how to order teams (link below) but I am wondering how to make them not visible to the player. (see picture below)
I do not want the bit shown in the image above and instead, want it to look like this:
Anyone know how to make it like the second picture but still work as checkpoints?
If you do please reply!
It’s not really possible to do that since Teams don’t have a property to make them invisible, you’d have to script your own custom checkpoint system to do that
You can! A simple way to do that is to make so when you step on a checkpoint, it adds 1 to your stage value once via a simple check to prevent it from being ran more than once. And make so when you respawn, it takes you to your latest stage.
Or also, you could make a RemoteEvent fire to the client to change the current Enabled SpawnLocation to the one you just stepped on and it would be done locally instead of doing the respawn method as I said. Although this one I’m not sure if it would work