I am currently making a game and I was wondering if there was any possible way to disable a spawn location? If so please do respond, I check wiki.roblox and it says nothing about it.
SpawnLocations cannot be disabled.
Players will only spawn on SpawnLocations that match their Neutral and TeamColor properties.
If one is modified to not match any Player, no Player will spawn on that SpawnLocation.
You can just move it somewhere else like this:
a=game.Workspace.Spawnpoint a:Clone().Parent=Lighting a:Remove()
I am not sure if there are any errors but I think its correct like that and if you want to move it back
b=game.Lighting.Spawnpoint b:Clone().Parent=Workspace
If you have any questions ask me.Other then that BlueTas is right.
I guess you have to use :Remove() but then make a new Instance when you want to enable it again.