Is there a way to prevent LoadCharacter from creating a ForceField?

Is there a way to prevent LoadCharacter from creating a ForceField?

I know I can destroy it after running LoadCharacter, but I’d rather prevent it from being created in the first place.

The Duration property of the SpawnLocations that the Characters spawn on can be set to 0 so that the ForceField is never created. LoadCharacter itself doesn’t create the ForceField since it only occurs when the player respawns on a SpawnLocation.

2 Likes

SpawnPoints have a forcefield property that allows you to change the duration of the forcefield. If you change it to 0, the forcefield should be completely gone.

2 Likes