I'm trying to make a checkpoint without any teams. But I don't know where to start. I'm not trying to ask for someone else to. I just wanna know the basic functionality for checkpoints so I can make one. I tried turning off neutral and turning on allowteamchangeontouch but it doesn't work.
In order to make a checkpoint system you must have a leaderboard and a intValue or string value. If you just want different teams you don't need a intvalue (im pretty sure)
IntValues are essential because it has a functions like values This is because this is where your strings/data are being stored like: Levels, Wins etc. To learn more about checkpoints watch: https://www.youtube.com/watch?v=Aa83VYif6VA
If Neutral is On That Means Players can spawn in that SpawnLocation Randomly
If Nuetral is Off That Means Players can't spawn in Randomly
Go to Workspace .Insert a SpawnLocation Object, Go To Properties and then find Teams , Check the AllowTeamChangeOnTouch , Change the Team Color and then Turn Off Neutral
Maybe You Missed Something In the Tutorial