foundair= (v3:FindFirstAncestor("212th Attack Battalion")) print (foundair) if foundair~="212th Attack Battalion" then Allowed=true else Allowed=false if Allowed then spawn1=game.Workspace.AirborneSpawn print(spawn1) else spawn1=game.Workspace.FriendSpawn print(spawn1) end end